When I do a Compile Project, I get a list of everything that is broken. When I start fixing one particular file, I often do a CTRL-SHIFT-F9 on it to make sure it is compiling again. However, when I do this, the results from the Compile Project are overwritten.
It would be nice if the Compile Project results could go into a different window than the Compile Current File results. That way I could go back and look at the results of the Compile Project once I have fixed one file. In fact, the Compile Project and Compile Modified could use the same message window. The main thing is to have the results of the Compile Current File into its own window so it doesn't overwrite the results of the multi-file compile. Now, if you really wanted to be awesome, you could have a 'smart' compile output window that would *merge* the results of the current compile into the multi-file compile output window. So as you fixed errors in one file, they would be removed from the compile output window -- but the errors in other files would still remain. If you introduced new errors, they would get added -- but again, existing errors in other files would stay. That way you could still compile one-by-one as you worked through all of your compilation errors. BTW, 516 still has the problem of going into an infinite loop when searching for something that is not in the file. This is really killing me. I'll send you a stack trace the next time it happens. Oh, I see that 517 is now out. I just can't keep up with you guys! :) But keep up the good work! Chris Eugene Zhuravlev wrote: > Hi Michael, > > IMHO running IDEA on jdk 1.3.1 and having jdk 1.3.1_01 as a target jdk > should work ok. Did you experience any problems? > > Best regards, > Eugene Zhuravlev > IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure!" > > ----- Original Message ----- > From: "Michael Kirby" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: 15 November, 2001 9:05 PM > Subject: Re: [Eap-list] jdk 1.3.1_01 > > > Are you aware of any planned upgrades to 1.3.1_01? It turns out it fixes > a bug for > > our project, but I don't want to introduce more bugs in Idea. I could run > them both at > > once (1.3.1 for idea, and 1.3.1_01 for our project), but that seems like > its more > > trouble than it is worth. > > > > MIke > > > > > > On 15 Nov 2001 at 17:14, Eugene Zhuravlev wrote: > > > > > IDEA is usable with jdk1.3.1_01 (I use it release for example). But > anyway > > > I'd recommend using 1.3.1 release. Looks like 1.3.1_01 "fixes" new bugs > with > > > focus management and there are perhaps other "fixes". > > > > > > Best regards, > > > Eugene Zhuravlev > > > IntelliJ Software, http://www.intellij.com/ > > > "Develop with pleasure!" > > > > > > ----- Original Message ----- > > > From: "Michael Kirby" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: 15 November, 2001 4:29 PM > > > Subject: [Eap-list] jdk 1.3.1_01 > > > > > > > > > > Is there any concensus on whether or not jdk 1.3.1_01 is useable with > > > Idea? I've > > > > heard things that make me think I don't want to go to it. Are there > bugs > > > in it that are > > > > being worked on by our intellij friends? Or is it a dead release, and > > > I'll simply have > > > > to wait for 1.3.1_02? > > > > > > > > Thanks, > > > > Mike > > > > --- > > > > [EMAIL PROTECTED] > > > > To obtain my PGP public key, mail "SEND PUB KEY" in the > > > > subject to "[EMAIL PROTECTED]" > > > > > > > > > > > > _______________________________________________ > > > > Eap-list mailing list > > > > [EMAIL PROTECTED] > > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > --- > > [EMAIL PROTECTED] > > To obtain my PGP public key, mail "SEND PUB KEY" in the > > subject to "[EMAIL PROTECTED]" > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
