jEdit and blanks
Submitted by Friday, 11 March, 2005 - 19:56
on
I really like the functions of jEdit, and so I decided to make Windows open all *.php files with jEdit. So I made my operating system Windows XP to open all *.php files with this address:
C:\Programme\Java\j2re1.4.0_01\bin\javaw.exe -jar "G:\Programme\jEdit\jedit.jar"
Now I can open my *.php files directly, without starting jEdit and then opening it. Nisi the path of the *.php file contains blanks, then it doesn't work. And that's what I think is a bug. If it isn't, I would be very pleased if you would say me what I made wrong.
C:\Programme\Java\j2re1.4.0_01\bin\javaw.exe -jar "G:\Programme\jEdit\jedit.jar"
Now I can open my *.php files directly, without starting jEdit and then opening it. Nisi the path of the *.php file contains blanks, then it doesn't work. And that's what I think is a bug. If it isn't, I would be very pleased if you would say me what I made wrong.