This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 0008feb Enable limited DialogDisplayer emulation over LSP.
new 339d2d5 Merge pull request #2518 from
sdedic/lsp/enable-dialog-displayer
0008feb is described below
commit 0008febcb7c03c7319524f5cf52b1de4d1f3d2c6
Author: Svata Dedic <[email protected]>
AuthorDate: Tue Nov 3 10:42:26 2020 +0100
Enable limited DialogDisplayer emulation over LSP.
---
.../src/org/netbeans/modules/nbcode/integration/LspDialogDisplayer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspDialogDisplayer.java
b/java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspDialogDisplayer.java
index 98e4416..df3f217 100644
---
a/java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspDialogDisplayer.java
+++
b/java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspDialogDisplayer.java
@@ -26,6 +26,6 @@ import org.openide.util.lookup.ServiceProvider;
*
* @author sdedic
*/
-//@ServiceProvider(service = DialogDisplayer.class, position = 1000)
+@ServiceProvider(service = DialogDisplayer.class, position = 1000)
public class LspDialogDisplayer extends AbstractDialogDisplayer {
}
---------------------------------------------------------------------
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