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

Right click option? #27

Closed lboynton closed 11 years ago

lboynton commented 11 years ago

Would it be possible to have a right click option to open a file browser/shell? I tend to close all the toolbars to save space.

dzsessona commented 11 years ago

Hi lboynton, a right click where ?

Is it not the same of clicking on:

https://github.com/kinkadzs/QuickOpener-NetBeans/wiki/Always-enabled-actions#wiki-filesystem or https://github.com/kinkadzs/QuickOpener-NetBeans/wiki/Always-enabled-actions#wiki-shell

?

Let me know if i misunderstood your question... Thank you.

lboynton commented 11 years ago

I mean a right click option when you select a file/folder in the projects tab.

dzsessona commented 11 years ago

Should be quite easy, will do it as soon as i have a bit of time.

lboynton commented 11 years ago

:+1:

dzsessona commented 11 years ago

Actually, is not that easy to add an action for any (a generic) node in the project tab. It is possible to do it for a specific type. So it seems a bit overkilling to me. That's why of the two actions there :

issue27

1) select a node in the projects or file tab, you can see the icons in the toolbar getting active. 2) click on the shell or folder to respectivly open the file browser or the console.

Basically is it just two clicks, as if it was in the context menu on the right click. Or am I still missing something?

lboynton commented 11 years ago

Fair enough then, I'll close the request. As I said, it would have been useful because I prefer to save space by closing all toolbars to increase the size of the editor tab.