jEdit 4.0.3 now available
Submitted by
slava on
Saturday, 15 June, 2002 - 09:02
To make things easier for those on dialup, I have uploaded 2 unified diffs, one to patch the jEdit 4.0 source to 4.0.2, and the other to patch the 4.0.2 source to 4.0.3. They are only 10 Kb or so, so this beats having to download the whole package for each bug fix release, assuming you don't mind compiling from source, and using the appropriate tools to apply the patches.
jEdit icon pack now available
Submitted by
slava on
Thursday, 6 June, 2002 - 04:06
A jEdit icon pack, containing various icons in a variety of sizes and formats, is now available from the
Icons and Images page. Thanks to Kris Kopicki for contributing this.
jEdit 4.1 development begins
Submitted by
slava on
Monday, 27 May, 2002 - 08:10
I have recently begun working on jEdit 4.1. You can see some early work in the CVS repository. Changes so far include improved printing, improved syntax highlighting, various user interface improvements, SOCKS proxy support (for people behind an MS proxy server), and more. You can find a full change log
here.
Two reviews of jEdit
Submitted by
slava on
Tuesday, 30 April, 2002 - 23:08
Recently, two positive reviews of jEdit were posted, one on a web site dedicated to MacOS X, the other on a web site about Linux.
Take a look at
this review, and
this one.
jEdit 4.0 download mirrors
Submitted by
slava on
Tuesday, 23 April, 2002 - 06:46
(PS: John, maybe the icon for the 'Installation' topic should be made a little better?
)
jEdit 4.0 now available!
Submitted by
slava on
Friday, 12 April, 2002 - 05:53
jEdit 4.0 is now available for download from
the jEdit web site.
Come join #jedit on irc.openprojects.net to chat about this release!
Post jEdit 4.1 feature suggestions here!
Submitted by
slava on
Tuesday, 9 April, 2002 - 06:43
Now that the jEdit 4.0 stable release is just around the corner, time to submit ideas for jEdit 4.1! Write them up below!
jEdit 4.0pre9 now available
Submitted by
slava on
Tuesday, 2 April, 2002 - 03:23
jEdit 4.0pre9 is now available. This will be the last release before 4.0final, so download it and test it as much as possible!!! Also, plugin developers: if your plugin is still incompatible with 4.0, please update it within the next week.
Latest status of plugins and jEdit 4.0
Submitted by
slava on
Wednesday, 27 March, 2002 - 10:19
Plugins available for download outside PluginCentral:
Plugins with conversions completed in CVS:
Plugins that have not yet been converted:
- HartMathPlugin
- JavaRefactor
- JStandard
- JSwat
- NetRexxJe
If plugin authors have any corrections or updates to this list, please post a comment to this article or send your information to
John Gellene and this online list will be updated accordingly.
jEdit 4.0pre8 now available
Submitted by
slava on
Monday, 25 March, 2002 - 10:37
Ok everybody, this is the 4.0final "release candidate". You know the drill:
download it, test it, and report the bugs. 4.0final will follow very soon after this.
jEdit 4.0pre7 now available
Submitted by
slava on
Sunday, 10 March, 2002 - 07:20
jEdit 4.0pre7 is now available for download. 4.0pre8 will be a "release candidate", and 4.0final will follow soon after.
I'm pretty confident this release is very stable, in fact it should be more stable than 3.2 was. So I encourage as many people as possible to download and test it; if you're still using 3.2, give this release a shot, I think you'll like it very much.
jEdit 4.0pre6 now available
Submitted by
slava on
Tuesday, 19 February, 2002 - 07:39
jEdit 4.0pre6 is now available from
the jEdit web site. Go download it, and post feedback in the usual places.
jEdit 4.0pre5 now available
Submitted by
slava on
Tuesday, 5 February, 2002 - 07:55
jEdit 4.0pre4 now available
Submitted by
slava on
Wednesday, 23 January, 2002 - 00:21
jEdit 4.0pre4 is now
available for download. This release adds soft wrap, includes the jEdit FAQ, has an improved plugin manager that shows plugin download sizes, has an improved 'complete word' command that can complete keywords, and much, much more.You can find a change log
here.
A problem saving the euro sign (and a solution)
Submitted by
jgellene on
Monday, 7 January, 2002 - 20:02
You need to use instead the iso-8859-15 character set, which is a modification of iso-8859-1 that includes the Euro sign and some Finnish and French characters. The Euro sign represents character value 0xA4 in this 8-bit set.
There is a new addition to the downloads area,
euro.bsh, that can be used as a startup script to provide macro methods to help you with your use of the Euro. The methods let you insert a Euro currency character, change the current buffer's encoding to iso-8859-15, and open a file with that encoding.
New version of jEditLauncher available
Submitted by
jgellene on
Sunday, 30 December, 2001 - 12:27
To upgrade an operating version of jEditLauncher, simply unpack the contents of the archive in your jEdit installation directory. The file jeshlstb.dl_ may be deleted. If your current version of jEditLauncher is not working for any reason, copy the contents of the archive in your jEdit installation directory, run jedit.exe /i from a command line, and reboot your machine if requested to do so.
In connection with the development of jEdit 4.0, jEditLauncher will be enhanced further to provide additional logging options and to wrap more of jEdit's own command line option for greater flexibility and ease of use.
Donate with PayPal
Submitted by
slava on
Thursday, 27 December, 2001 - 02:50
I have created a PayPal account for accepting monetary donations to jEdit development. Note that this is
entirely optional; jEdit is
not, and will never become, shareware. You can use it as much as you want, guilt-free, without donating a single cent. Details
here.
jEdit 4.0pre3 now available
Submitted by
slava on
Saturday, 22 December, 2001 - 03:43
jEdit 4.0pre3 is now available. This release features improved folding, context-sensitive commenting commands, ActionScript syntax highlighting, and some miscellaneous enhancements and bug fixes. Full changelog can be found
here.
New ErrorSource API
Submitted by
slava on
Tuesday, 27 November, 2001 - 10:49
The changes are as follows:
- The EditBus plugin has been dissolved, and all classes have been moved to the ErrorList plugin. So you must remove any dependencies on "EditBusPlugin" from your plugin's property file.
- All ErrorSource API classes have been moved to the "errorlist" package; so you will need to add "import errorlist.*;" where necessary.
- To register an error source, you must now call:
ErrorSource.registerErrorSource(errorSource);
Instead of
EditBus.addToBus(errorSource);
EditBus.addToNamedList(ErrorSource.ERROR_SOURCES_LIST,errorSource);
jEdit 4.0pre2 now available
Submitted by
slava on
Sunday, 25 November, 2001 - 04:28
New Features
- MacOS plugin bundled (Kris Kopicki)
- jEdit exits cleanly when Command+Q is pressed
- Files created or associated with jEdit can now be opened from the Finder by double-clicking on them, or dragging them to the jEdit icon
- jEdit is assigned as the creator of new files
- A few Alt-key shortcuts added for commonly-used commands so that you don't have to move your fingers all over the keyboard:
- A+i, A+k: prev, next line
- A+j, A+l: prev, next character