>An interesting feature add might be to have intellij automatically compile >the file >whenthe window looses focus, and there are no remaining "syntax" errors in >the file. >This wouldn't work very well until after the planned increase in syntax >error checking >in the editor. But after that, it could compile in the background the >file upon loss of >focus, and keep the compile window "refreshed".
That would be *very* superb. If IDEA is idle, it compiles in a low-level-background thread (would be only available with the integrated javac). So you always have your class-files up-to-date. Tom _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
