matthiasblaesing commented on PR #8756: URL: https://github.com/apache/netbeans/pull/8756#issuecomment-3436597096
@jtulach please hold of on the rebuild of the launcher! I was looking through the terminal code and I just noticed, that this PR is not required. NB already has the targeted feature. The implementation is here: org.netbeans.modules.dlight.terminal.action.OpenInEditorActionProvider You can run "ideopen" in the terminal and it will be caught by the netbeans infrastructure and turned into an open call. Quick test on Linux worked beautifully: <img width="676" height="120" alt="grafik" src="https://github.com/user-attachments/assets/9ed309d3-2d98-44d3-8db5-30b44ef99e48" /> This is also faster than the launcher variant, as it does not need to launch a second instance. The running instance catches that itself. -- 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
