dzsessona / QuickOpener-NetBeans

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.
52 stars 41 forks source link

Add support context menu #29

Closed Koc closed 10 years ago

Koc commented 11 years ago

Please, add support opening folders using context menu in project view. Like http://plugins.netbeans.org/plugin/15619/explore-from-here do.

Related to #27

dzsessona commented 11 years ago

You don't need the context menu, just select a node in the project view and click to open the folder or a shell. Anyway, you are not the first person that tells me that so even if i don't understand why i will add an action to the context menu... as soon as i have time.

Koc commented 11 years ago

I've disabled all panels

markiewb commented 11 years ago

@Koc: You can already assign a shortcut for the action. That is easier and faster than right click, search for the menu item, then click on it.

markiewb commented 10 years ago

See my pull-request for solving this RFE "https://github.com/kinkadzs/QuickOpener-NetBeans/pull/34"

markiewb commented 10 years ago

You pulled in my pull request. So i guess this issue is solved.