+1
>- Shell Extension "Open/Edit with IDEA". 
>- Proper setup program
>- Only one button in button/window in taskbar (start IDEA via .exe
launcher) 
  
BTW for the one window launch...
- Only one button in button/window in taskbar (start IDEA via .exe launcher)

... I have modified the .bat file as a temporary fix:

2 modifications:

instead of:
SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
use: 
SET JAVA_EXE=%JAVA_HOME%\bin\javaw.exe

and instead of:
"%JAVA_EXE%" %JVM_.......
use:
@start %JAVA_EXE% %JVM_.......

I had to remove the quotes (") because the @start command doesn't like them
(could posibily be done other way) which means your path to the java exe
(javaw.exe) can't include spaces.

Regards
Nino

 -----Oprindelig meddelelse-----
Fra: Patrick M . Ansari [mailto:[EMAIL PROTECTED]]
Sendt: 19. februar 2002 09:50
Til: [EMAIL PROTECTED]
Emne: RE: [Eap-features] Openning N files in one shot!


Yes, and 
 
 - Shell Extension "Open/Edit with IDEA". 
 - Proper setup program
- Only one button in button/window in taskbar (start IDEA via .exe launcher)

  
Regards,
 
Patrick M. Ansari
[EMAIL PROTECTED]
 
"Aspiring Computer Scientist and Java Guru"
-----------------------------------
186 East Road, R5.1
CB1 1BG Cambridge, Cambridgeshire
United Kingdom
Phone: +44 (0) 1223 475578
-----------------------------------
 
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Armond Avanes
Sent: 19 February 2002 08:46
To: [EMAIL PROTECTED]
Subject: [Eap-features] Openning N files in one shot!
 
Hi Folks,
 
Is there any way I can open some files all in one shot?
I don't want to double-click 10 times to open 10 files but to select all
those files, right click on them and select a new "Open" menu-item there.
 
Thank you,
Armond

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to