jEdit Community - Resources for users of the jEdit Text Editor
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? Smiling )
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:
  • CodeAid

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.0pre5 is now available. The main focus of this release is stability. If you encountered problems with earlier 4.0 pre-releases, please give pre5 a go, and post your comments either in this article, on the mailing lists, or in the #jedit IRC channel on irc.openprojects.net.
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
jEdit Lite: running jEdit from a floppy disk
Submitted by jgellene on Saturday, 17 November, 2001 - 17:13
First, I decided that I would do without the help documentation and the "Tip of the day" feature. Opening jedit.jar with a zip file utility, I removed all of the files in the /doc directory and all of the HTML tip files. The resulting jedit.jar shrunk to 986KB. Not bad for a start.

Next, I looked at the edit modes in the /modes directory. What would I really need on the road? I narrowed the selection down to the following: beanshell, c, cplusplus, html, java, javascript, perl, php, python, text, xml and xsl. The largest price paid was for the php mode: the file was 97KB, over four times the size of the next largest. Maybe someday we'll have a php-lite mode, but I decided to keep it in.
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293