-1 to Strartup improvement.
First, I like the idea of useing a batch file or shell script. Pretty much
everyone knows the syntax and can tweak it as needed.
If you don't like the Dos window, first change java.exe to javaw.exe in the
.bat.
Then write a js file as fillows and put it in your idea/bin dir:
var WshShell = new ActiveXObject("WScript.Shell");
var oExec = WshShell.Exec("idea.bat");
WScript.sleep(500);
oExec.terminate();
Create a shortcut, set the icon to the Idea icon, and voila.
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features