mbien commented on PR #7081: URL: https://github.com/apache/netbeans/pull/7081#issuecomment-4011342701
> I'm curious if any Linux dists have bothered to implement this action - I'm assuming not `$ nemo /tmp/foo.txt` will open `/tmp/` and select `foo.txt` within that window. JDK doesn't implement it on my system. But at least I know now what the finder issue is all about. ``` OPEN supported: true EDIT supported: false PRINT supported: false MAIL supported: true BROWSE supported: true APP_EVENT_FOREGROUND supported: false APP_EVENT_HIDDEN supported: false APP_EVENT_REOPENED supported: false APP_EVENT_SCREEN_SLEEP supported: false APP_EVENT_SYSTEM_SLEEP supported: false APP_EVENT_USER_SESSION supported: false APP_ABOUT supported: false APP_PREFERENCES supported: false APP_OPEN_FILE supported: false APP_PRINT_FILE supported: false APP_OPEN_URI supported: false APP_QUIT_HANDLER supported: false APP_QUIT_STRATEGY supported: false APP_SUDDEN_TERMINATION supported: false APP_REQUEST_FOREGROUND supported: false APP_HELP_VIEWER supported: false APP_MENU_BAR supported: false BROWSE_FILE_DIR supported: false MOVE_TO_TRASH supported: false ``` But I haven't tested on more mainstream linux distros like ubuntu yet. > I don't think this is the correct place to put or implement this. plus > Better behaviour may even belong in the Favorites module. Well the nice thing about it is that it is in the Favorites context menu too. I think it fits well into the category of open actions, one opens the path using a OS tool, the other using NB. I wouldn't bother to navigate to a folder first via project open just to open it in a view. Open parent folder in system + drag would be still faster even though it feels like a hack. -- 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
