You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/19 23:48:36 UTC

[GitHub] [netbeans] antoniodiego opened a new issue, #5327: Open folder on system file explorer

antoniodiego opened a new issue, #5327:
URL: https://github.com/apache/netbeans/issues/5327

   ### Description
   
   I think it should be good to open project foldes at system file explorer (Like the Windows Explorer on Windows). 
   Several time we want to make it, but we need to find manually the folder throug the system explorer, what seems to be annoying.
   
   ### Use case/motivation
   
   Do right click on the folder, select Show at system explorer option
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #5327: Open folder on system file explorer

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #5327:
URL: https://github.com/apache/netbeans/issues/5327#issuecomment-1398331395

   @neilcsmith-net good to know, that is even better!
   
   There is also a somewhat related usecase where you want to copy the path of a file or folder and paste it somewhere into your code, PR or shell etc. I think this could be solved by updating the properties UI (right click -> properties) to contain an easily copyable path. Only mentioning this here since I think to remember that there was a proposal to solve this via an action too, analog to SystemOpenAction.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #5327: Open folder on system file explorer

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien commented on issue #5327:
URL: https://github.com/apache/netbeans/issues/5327#issuecomment-1399481777

   @NicolaIsotta thanks for the info. Added the plugin-available label.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on issue #5327: Open folder on system file explorer

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #5327:
URL: https://github.com/apache/netbeans/issues/5327#issuecomment-1398323497

   Thanks @mbien - I removed the triage label but forgot to comment!
   
   This would be a good improvement, but the action to use is probably already there https://github.com/apache/netbeans/blob/master/platform/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java  It might just be a case of referencing in two extra places - folders and the project actions.  I actually think it would be better if that action was available on _all_ files too.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] Chris2011 commented on issue #5327: Open folder on system file explorer

Posted by "Chris2011 (via GitHub)" <gi...@apache.org>.
Chris2011 commented on issue #5327:
URL: https://github.com/apache/netbeans/issues/5327#issuecomment-1401067330

   We also have this one: https://github.com/Chris2011/QuickOpener-NetBeans it is a fork from another one which is dead. I think those stuff, what is already in this plugin like Open in system terminal (not in NetBeans), open in file explorer (Project, folder, also on selected file, copy file path and open in default app (like in an other editor) should be part of NetBeans core. I also wanted to spend this code but I dunno, whether we still need permissions from the original developer.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] NicolaIsotta commented on issue #5327: Open folder on system file explorer

Posted by "NicolaIsotta (via GitHub)" <gi...@apache.org>.
NicolaIsotta commented on issue #5327:
URL: https://github.com/apache/netbeans/issues/5327#issuecomment-1399476020

   I use this plugin: https://github.com/lbruun/netbeans-explore-in-os


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #5327: Open folder on system file explorer

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #5327:
URL: https://github.com/apache/netbeans/issues/5327#issuecomment-1398284988

   candidate for a https://github.com/apache/netbeans/labels/good%20first%20issue, the open-in-terminal action could be used as potential blueprint.
   
   https://github.com/apache/netbeans/blob/master/ide/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/OpenInTerminalAction.java


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien closed issue #5327: Open folder on system file explorer

Posted by "mbien (via GitHub)" <gi...@apache.org>.
mbien closed issue #5327: Open folder on system file explorer
URL: https://github.com/apache/netbeans/issues/5327


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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