New jEdit Launcher

I've been working on a new jEdit Launcher, to replace the old version removed during the development of jEdit 4.2. At this point, it's functional enough that I can use it on a regular basis, but is still under active (though sporadic) development and not yet ready for inclusion with jEdit.

If you'd like to see this included with jEdit, please test and provide feedback, both positive and negative, on your experience with it.

See the README.html, which is included in the download for a brief overview.

To do

  • support for more of jEdit's command-line parameters
  • more documentation
  • maybe port "jedit.exe" and "jdiff.exe" to Linux

History

  • 2005-07-20, build 0.81

    • added jecfg.exe, a graphical config app
    • fixed encoding of config/launcher.reg

    (binaries not shrunk w/UPX)

  • 2005-05-03, build 0.77

    • jdiff.exe is a windows application (not console).
    • log error details when CreateProcess fails.
  • 2005-01-08, build 0.68

    • fixed -run=<script> to work with relative paths.
    • re-organized source files into directories.
    • compiled with VC 7.1
  • 2004-12-30

    • jedit.exe is now a windows application (vs console)
    • jedit.exe supports -newplainview, -newview, -run=<script>, -server=<name>, -settings=<path>, and -wait parameters.
    • binaries are shrunk with upx.
  • 2004-10-23, build 0.26

    • basic launcher functionality (jedit.exe, jdiff.exe, and a context menu shell extension).