This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from f9c7526 Updating vsce to the 2.6.4 version. (#3499)
add 995df87 [NETBEANS-6117] Fix Gradle project load operation in Wizards
add ced2db4 Merge pull request #3480 from lkishalmi/NETBEANS-6117
add 7be809f javafx ide.ergonomics config should not try to load the old
nb-javac.
add aca6ea1 Merge pull request #3488 from mbien/nb-javac-ergo-fix
add 151a212 Fix Gradle popup menu Tasks.. action not functioning.
add 67dac6a Merge pull request #3490 from
neilcsmith-net/fix-gradle-custom-ui
add 41a8292 set shift+enter as line break and add multi-line info message.
add 83fe403 Merge pull request #3489 from mbien/use-the-mouse
add 51e3aa8 Ensure BufferedInputStream is not initialized with a buffer
size of 0
add a42b661 Merge pull request #3491 from
matthiasblaesing/error_multiline_search
add 4f1bbbf [#3494] Organize Imports inspection is not record aware.
add 26e299c Merge pull request #3497 from mbien/keep-records
add 4b74969 fix dependencies groupId for maven 3.8.4
add dd0b0b9 Merge pull request #3496 from ebarboni/maven384depfix
add 82a0ab7 Fixes to LSP client/server related to semantic highlighting.
add 8387f9f Merge pull request #3492 from
jlahoda/LSP-client-semantic-fixes
add 7d132ee Cache netbeanrelease.json for offline builds and source
releases.
add 5cf25fd Merge pull request #3500 from
neilcsmith-net/ebarboni-offlinebuild
add 738c656 Update README with JDK 11 requirement.
add c9af6ea Merge pull request #3501 from neilcsmith-net/readme-nb13
add c4c3086 Merge pull request #3484 from apache/delivery
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
README.md | 5 +-
ergonomics/ide.ergonomics/javafx.properties | 3 -
.../modules/gradle/ActionProviderImpl.java | 3 +-
.../gradle/loaders/AbstractProjectLoader.java | 2 +-
.../gradle/spi/newproject/TemplateOperation.java | 40 +++++----
.../netbeans/modules/lsp/client/LSPBindings.java | 13 +++
.../client/bindings/CompletionProviderImpl.java | 6 +-
.../lsp/client/bindings/SemanticHighlight.java | 73 ++++++----------
.../textmate/lexer/resources/fontsColors.xml | 2 +
.../modules/java/hints/OrganizeImports.java | 1 +
.../netbeans/modules/java/lsp/server/Utils.java | 4 +
.../server/protocol/TextDocumentServiceImpl.java | 7 +-
.../java/lsp/server/protocol/ServerTest.java | 99 +++++++++++++++++++++-
java/maven.embedder/external/binariesembedded-list | 4 +-
.../netbeans/nbbuild/ReleaseJsonProperties.java | 2 +-
nbbuild/build.xml | 85 +++++++++++++------
nbbuild/rat-exclusions.txt | 1 +
.../netbeans/modules/search/BasicSearchForm.java | 19 ++++-
.../modules/search/BasicSearchProvider.java | 3 +-
.../org/netbeans/modules/search/Bundle.properties | 1 +
.../netbeans/modules/search/PatternSandbox.java | 2 +-
.../search/matcher/BufferedCharSequence.java | 2 +-
.../modules/search/ui/ShorteningCellRenderer.java | 2 +-
24 files changed, 267 insertions(+), 113 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists