> It's rather annoying to have to create a run configuration item if I just > want to run a small program that tests a component.
+10! We have a lot of main methods hangin' around (unit tests and acceptance tests). I've already requested following actions in the context menu: - Run this class - Debug this class - Create Run/Debug configuration If you would press one of the first two, the default configuration is used and nothing new is created. If you press the third action, the configuration dialog is opened. I'm sure, this would make more sense. Currently I daily have to clean up my Run/Debug configurations, because otherwise I would loose control. Tom On Thu, 18 Jul 2002 10:05:37 -0000, "Stefan Freyr Stefansson" <[EMAIL PROTECTED]> wrote: > Hello... > > I was wondering if it would be at all possible to add a "Run" and "Debug" > when right clicking a file tab if that particular file has a main method. > > It's rather annoying to have to create a run configuration item if I just > want to run a small program that tests a component. > > Also, related to this, when creating the runtime configurations in selecting > the class to run, IDEA displays all the classes that have a main method in a > single list. What I'd like to see is a tree view of the packages... I'm > working on rather large software projects and libraries that have a lot of > main methods that are just created to test a single component (as I > mentioned before) so I get a very long list... it would be nice to have a > tree view of the classes. > > Kind regards, > Stefan Freyr. > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
