This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 717f17db2a Modified to ensure opened file focused. (#5930)
new 72f10d1fbf Improving enable-preview Java fix: - use an SPI, and a
single fix provider, to: - support the fix in the langauge server - allow the
fix to also change the source level, as needed - properly force refresh of
diagnostics inside the language server after indexing finishes
new a27cf1bd40 Merge pull request #5802 from jlahoda/better-enable-preview
The 8569 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
java/ant.hints/manifest.mf | 1 -
.../ant/hints/errors/EnablePreviewAntProj.java | 86 +-
.../src/org/netbeans/modules/ant/hints/layer.xml | 32 -
.../api/common/singlesourcefile/LaunchProcess.java | 8 -
java/java.hints.legacy.spi/nbproject/project.xml | 7 +-
.../java/hints/spi/preview/PreviewEnabler.java | 38 +
.../modules/java/hints/errors/Bundle.properties | 4 +
.../modules/java/hints/errors/EnablePreview.java | 163 ++++
.../errors/EnablePreviewSingleSourceFile.java | 124 +--
.../hints/infrastructure/JavaErrorProvider.java | 8 +
.../modules/java/hints/resources/layer.xml | 2 +-
java/java.lsp.server/nbproject/project.xml | 45 +-
.../modules/java/lsp/server/protocol/Server.java | 8 +-
.../server/protocol/TextDocumentServiceImpl.java | 30 +-
.../lsp/server/protocol/WorkspaceServiceImpl.java | 24 +
java/maven.hints/nbproject/project.xml | 4 +
.../modules/maven/hints/errors/Bundle.properties | 1 -
.../maven/hints/errors/EnablePreviewMavenProj.java | 436 ++++++----
.../src/org/netbeans/modules/maven/hints/layer.xml | 1 -
.../hints/errors/EnablePreviewMavenProjTest.java | 938 +++++++++++++++++++++
20 files changed, 1588 insertions(+), 372 deletions(-)
delete mode 100644 java/ant.hints/src/org/netbeans/modules/ant/hints/layer.xml
create mode 100644
java/java.hints.legacy.spi/src/org/netbeans/modules/java/hints/spi/preview/PreviewEnabler.java
create mode 100644
java/java.hints/src/org/netbeans/modules/java/hints/errors/EnablePreview.java
create mode 100644
java/maven.hints/test/unit/src/org/netbeans/modules/maven/hints/errors/EnablePreviewMavenProjTest.java
---------------------------------------------------------------------
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