AFAIK, we follow the convention used by Eclipse JDT for specifying command-line arguments, and this is a good thing (as are all sorts of GUI-level consistency within the IDE).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
still on Windows, Perl 5.8.8, Java 1.5.0_10, Eclipse 3.2.1
I would like to put a remark on the form how the program arguments have to be entered in the "Arguments"-tab of the Configuration for Debug and Run.
I wanted to enter a filePath to
"D:\Documents and Settings\name\My Documents\d\medoc\projects\module\someDir\some_preprocess.pl"
I had to try various forms until I found this working one. What I would prefer is:
"D:\\Documents and Settings\\name\\My Documents\\d\\medoc\\projects\\module\\someDir\\some_preprocess.pl"
as it is required in Perl-Strings, e.g. by the PerlDB itself.
But I am not sure, if the cant be solved systematically, because every platform requires an other form.
regards
Ueli
AFAIK, we follow the convention used by Eclipse JDT for specifying command-line arguments, and this is a good thing (as are all sorts of GUI-level consistency within the IDE).