See
http://www.activeclickweb.com/java/jedit for details.
Please let me know your comments!
| -h | opens help screen |
| -p | open GUI to setup JRE Directory, path to jedit.jar and startup options |
| -i $java_jre_dir | install jedit launcher $java_jre_dir is the dir where Java Runtime Environment resides see http://cvs.sourceforge.net/viewcvs.py/jedit/jEdit/installer/OperatingSystem.java?rev=1.18&view=markup |
| -u | uninstall jedit launcher |
| jedit | start jedit if it isnīt already running | |
| jedit | [$files] | start jedit and opens specified files, f.e. "jedit A.txt b.cpp" open jedit with A.txt and b.cpp |
| jedit | -config | starts a GUI to setup start parameters. |
| jedit | -diff $file1 $file2 | run jedit with diff plugin on files $file1 and $file2 |
| jedit | -setup $PathToJavaEnvironment $JEditInstallDir | let launcher know where to find java.exe and jedit.jar call during INSTALLATION |
| jedit | -install $what $for_whom | install context menu, desktop icons $what = "desktop_icon" or "context_menu" or "program_group" $for_whom = "all_users" or "single_user" |
| jedit | -java $options | additional options for JVM |
| jedit | -jedit $options | additional options for jEdit |
| jedit | -wait | causes jeditlauncher to wait, until jedit has opened buffer |
| -usage | |
| -version | |
| -log=$loglevel | $loglevel is an integer, setting the level of logging details |
| -nosettings | |
| -settings=$settingsdir | $settingsdir is the directory where settings are saved |
| -noserver | |
| -server | |
| -server=$serverfile | $serverfile specifies port, accesskey and version |
| -background | |
| -nobackground | |
| -gui | |
| -nogui | |
| -newview | |
| -newplainview | |
| -reuseview | |
| -restore | |
| -norestore | |
| -plugins | |
| -noplugins | |
| -startupscripts | |
| -nostartupscripts | |
| -run=$scriptfile | $scriptfile is the script to run |
| -wait | |
| -quit |
Sry, I didnīt reply to your mail!
Ya, we need a COM module! Iīll start that probably tomorrow, as soon as Iīm finished with that commandline stuff!
Donīt know how to do it on *nix, but windows offers a main procedure with w_char *argv[]! Hope that is similar on linux!?!
How to merge both version of our launchers?
Brian Hks wrote on 30 Jun 2004:
Ok I changed my mind the COM module is again an option. I got the static context registry change to work. The only thing the COM module would be needed for is to do a diff using the GUI. Opening files and multiple files can be done with the static context registry change.
My launcher pretty much does everything but the -diff (because the plugin is busted) and optional jvm switches. I've update my code on the web site listed above.
Now I need to:
add the jvm switches option and port to linux.
Matthew Zaleski wrote on 01 Jul 2004:
I'm trying to set up my environment to match what I think everyone else involved in this project is using:
I think I can finish that stuff until Tuesday 06.07.2004! Let ya know .....
For Launcher:
I have implemented the whole variety of above mentioned command line options for my launcher, should work with unicode now, but havenīt done a test yet. I will upload the current version within the next days after tests are successfully run! Will do updates and improvements for modularisation ...
@ Matthew:
Integration and test of COM component should be no prob either! What is your fear ... ?
| Topic ImprovingJeditLauncher . { Edit | Attach | Ref-By | Printable | Diffs | r1.46 | > | r1.45 | > | r1.44 | More } |
|
Revision r1.46 - 22 Jul 2004 - 09:49 GMT - Martin Fischbach Parents: TWiki Users > Alex Kli |
Copyright © 1999-2004 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding jEdit Community Wiki? Send feedback. |