wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

create run configuration when using hot-key. #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Just like how we did for debug-as menu button, 
and check how we could link hot-key to the debug-as menu.

This could help our user to know the key-binding of RJR in convenient.

Original issue reported on code.google.com by tonylovejava on 16 Mar 2012 at 4:11

GoogleCodeExporter commented 9 years ago
Refactor the code and removed the handler we used for key-binding.

Now we use key-binding for shortcut only and removed the handler, 
and add one more key-binding command for "run jetty web app".

It will create a RunConfiguration when it can't find one.

Ready since 2012/3/18, will be in 1.4 .

Original comment by tonylovejava on 18 Mar 2012 at 2:33