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 a new variable ${projectFolder} #53

Closed shark0der closed 8 years ago

shark0der commented 9 years ago

Some actions require the path for the executed command to be the project root path. As an example, I would like to be able а terminal with the current working directory to the project root path (for example for git).

lukewhiting commented 9 years ago

This would indeed be useful for me too although ${parentProjectFolder} would be good too. That one would navigate to the maven parent project if one existed. Again useful for Git.

phansson commented 9 years ago

Seems to me that this is a duplicate of #33 (which is just evidence of the interest in this feature)

markiewb commented 8 years ago

Duplicate of #33