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

Support for project folder replacement variable #33

Closed phansson closed 8 years ago

phansson commented 11 years ago

Currently there's support for the following replacement variables:

${currentFile}
${currentFolder}
${relativeFile}
${relativeFolder} 

I'm missing the project root folder. For the shell script I'm executing I need to know the project's root path and it is pretty difficult to figure out from the existing replacement variables, if not impossible.

Therefore I'm suggesting a new replacement variable:

${currentProjectFolder}

I don't know if it makes sense to have a relative version of that variable as well ?

dzsessona commented 10 years ago

will add that this week

dzsessona commented 10 years ago

I just released a versio for 7.4, kind of rushed it because there were a few requests to do it quickly, but haven't forgot about you, i will publish an update soon.

mikbox74 commented 8 years ago

Vote for the feature too. It allows to use things like git-ftp through shortcuts.

markiewb commented 8 years ago

Fixed in 1.1.0

Introduced