For me, good. I don't know if everyone will like it though.
As already said by many people, the idea.bat/idea.sh should have support for custom java args: Instead of: SET JVM_ARGS=-Xms90m -Xmx150m -Dsun.java2d.noddraw=true if "%IDEA_JVM_ARGS" == "" SET IDEA_JVM_ARGS=-Xms90m -Xmx150m -Dsun.java2d.noddraw=true and use the IDEA_JVM_ARGS variable in the java command line. I would also like the bat/sh file to use IDEA_JAVA_HOME variable instead of just JAVA_HOME. There are more apps that use JAVA_HOME and I would like the default to be something else. Carlos > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 10 de Abril de 2002 07:43 > To: [EMAIL PROTECTED] > Subject: Re[2]: [Eap-list] Ariadna windows flashing on XP Pro box > > > Hello Carlos, > > since build #617 option -Dsun.java2d.noddraw is included into startup > script by default. > > Best regards, > Vladimir Kondratyev > _______________________________________ _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
