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 and action to run default command #20

Closed dzsessona closed 11 years ago

dzsessona commented 11 years ago

Add an action (hidden but with shortcut) like alt + 7 to be able to run the default command. Also add a way to set a command as default. The command can contain parameter automatically replaced like ${currentFile} but not the ones like ${param1}.

dzsessona commented 11 years ago

Waiting for testing. Last to close before making release 12.9

dzsessona commented 11 years ago

Closing the issue

Shorcuts

atropo commented 11 years ago

The new feature "Run default command works fine", thanks! As an improvement could be useful to have an option to disable the the Confirmation window when you invoke the default command, maybe you can even turn it off. If I use a default command I'm supposed to know what I'm doing. :-) The last thing is just a typo, when you don't a have a predefined default command, if you press ALT+7 the help string to set the command should be: "Tools -> Options -> Miscellaneous -> QuickOpener".

Thanks for this great plugin, it really increase my productivity with Netbeans.

Btw, yes I'm italian :-)

G.

dzsessona commented 11 years ago

Cool, will add the option. I left it just in case someone tries to run something like "cmd \c delete ." :-)

dzsessona commented 11 years ago

Puoi settare una preferenza per non mostrare il dialogo di conferma quando lanci la shortcut....

On Fri, Sep 14, 2012 at 1:51 PM, atropo notifications@github.com wrote:

The new feature "Run default command works fine", thanks! As an improvement could be useful to have an option to disable the the Confirmation window when you invoke the default command, maybe you can even turn it off. If I use a default command I'm supposed to know what I'm doing. :-) The last thing is just a typo, when you don't a have a predefined default command, if you press ALT+7 the help string to set the command should be: "Tools -> Options -> Miscellaneous -> QuickOpener".

Thanks for this great plugin, it really increase my productivity with Netbeans.

Btw, yes I'm italian :-)

G.

— Reply to this email directly or view it on GitHubhttps://github.com/kinkadzs/QuickOpener-NetBeans/issues/20#issuecomment-8560042.

atropo commented 11 years ago

Works fine! Grazie 1000!