+line command line attribute does not work with spaces on the filepath ?
Submitted by Saturday, 27 March, 2010 - 19:29
on
So, I'm trying to load jedit from the command line and redirect the cursor to a line number.
I copy my test text file readme.txt to the HD root, and do from the jEdit folder:
jedit "c:\readme.txt" +line:2
Works like a charm, cursor is right there on second line. Then I create a directory named "a a" at the root, move the readme, and do:
jedit "c:\a a\readme.txt" +line:4
Nope, still on line 2. Tried fidling with the batch file with no luck.
Any ideas ?
I copy my test text file readme.txt to the HD root, and do from the jEdit folder:
jedit "c:\readme.txt" +line:2
Works like a charm, cursor is right there on second line. Then I create a directory named "a a" at the root, move the readme, and do:
jedit "c:\a a\readme.txt" +line:4
Nope, still on line 2. Tried fidling with the batch file with no luck.
Any ideas ?