This is an automated email from the ASF dual-hosted git repository.
jlahoda 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 1a4d5cf09f Adjusting command name for surround.with.
new ec574b89e2 Merge pull request #6771 from
lahodaj/fix-vscode-surround-with
1a4d5cf09f is described below
commit 1a4d5cf09fb424214c9090f6a233daec9ae467bd
Author: Jan Lahoda <[email protected]>
AuthorDate: Thu Nov 30 15:30:14 2023 +0100
Adjusting command name for surround.with.
---
.../org/netbeans/modules/java/lsp/server/protocol/SurroundWithHint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/SurroundWithHint.java
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/SurroundWithHint.java
index d893783f69..3f90097b60 100644
---
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/SurroundWithHint.java
+++
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/SurroundWithHint.java
@@ -80,7 +80,7 @@ import org.openide.util.lookup.ServiceProvider;
public final class SurroundWithHint extends CodeActionsProvider {
private static final String COMMAND_INSERT_SNIPPET =
"editor.action.insertSnippet";
- private static final String COMMAND_SURROUND_WITH = "surround.with";
+ private static final String COMMAND_SURROUND_WITH = "nbls.surround.with";
private static final String DOTS = "...";
private static final String SNIPPET = "snippet";
private static final String SELECTION_VAR = "${selection}";
---------------------------------------------------------------------
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