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.
53 stars 40 forks source link

Introduce a variable which will be replaced with the current selected resource #23

Closed onmomo closed 11 years ago

onmomo commented 11 years ago

Currently there are ${currentFile} and ${currentFolder}, it would be a real enhancement if I could run my script with ${currentResource} which would be replaced with either the current selected folder or selected file or whatever.

WDYT?

Regards Christian

onmomo commented 11 years ago

Nevermind, after analyzing the source code I found that ${currentFile} will behave simular to what I requested with ${selectedResource}.

Thx, nice work!

dzsessona commented 11 years ago

thank you, didn't really understand what you mean by "resource" but good to know that it works. You din't mean a file inside a library by any change right? Still have to do that...