A common scenario is to have client & server programs that should be run/debugged together. What I'm doing all the time is:
start the server - start the client - stop the server - fix something - start the server - start the client start the server - start the client - stop the client - fix something - start the client It's tedious to crawl thru "Run/debug conf." combobox every time, especially provided that I'm interested only in 2 configurations out of many. It would be nice to have the second "Run/debug conf." combobox + "Run" button right on the toolbar, so one could just select 2 configurations and manipulate with 2 run buttons. (could be configurable if there's 1 or two of them) Or, there could be a tool window (on top if possible) that can be sticked, with these comboboxes & buttons layed out horizontally, to save some space... So it's sort of "favorites" tool window. Also, some "favorite" actions could be also placed there, like some "favorite" ant target, (but this is lower-priority). Having the combobox for Ant command line there would also be nice (with ant configurations, allowing to invoke multiple targets in certain order and pass some properties, like "ant -Dprop=value deploy component". |-----------------------------------------------------------| | [Run conf.1|V] [>] [Run conf.2|V] [>] [Ant.config.1][>] | |-----------------------------------------------------------| Thus a developer would have the instant access to all frequently used actions and save LOTS of time. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
