This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing 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 16af755e93 Adds 'Open in Terminal' action to project root node's 
context menu. fixes #3922
     new de59faf9a1 Merge pull request #4026 from 
Atrament666/add_open_in_terminal_for_project
16af755e93 is described below

commit 16af755e938b9bb2194710fcc71f4b5336150b77
Author: VladimĂ­r Machat <macha...@gmail.com>
AuthorDate: Sat Apr 23 22:27:56 2022 +0100

    Adds 'Open in Terminal' action to project root node's context menu. fixes 
#3922
---
 .../netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ide/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java
 
b/ide/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java
index 39a5cb26d3..1984c6d854 100644
--- 
a/ide/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java
+++ 
b/ide/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java
@@ -49,6 +49,7 @@ import org.openide.util.actions.NodeAction;
 )
 @ActionReferences({
     @ActionReference(path = "UI/ToolActions/Files", position = 2050),
+    @ActionReference(path = "Projects/Actions", position = 100),
     @ActionReference(path = "Shortcuts", name = "SO-K")
 })
 public class OpenInTerminalAction extends NodeAction {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to