mbien commented on PR #5770:
URL: https://github.com/apache/netbeans/pull/5770#issuecomment-1496485558
just a thought for discussion (don't change it yet), how about this:
```
@ActionReferences ({
@ActionReference(path = "UI/ToolActions/Files", position = 2045),
@ActionReference(path = "Projects/Actions", position = 101)
})
```
this would essentially register it everywhere and put it in the tools sub
menu just like the [terminal
action](https://github.com/apache/netbeans/blob/6921b8a4cbf0b1ab786db81c07cac6557ad1232b/ide/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java#L55).
We have more requests like this one here, e.g #5735. So we could have
everything at the same spot without cluttering the top level menu.
In my mind, "Open in System", "Open in Terminal" and "Copy Filesystem Path"
are somewhat related to each other.
@neilcsmith-net ping
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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