jEdit Community - Resources for users of the jEdit Text Editor
jEdit 5.2.0 is out!
Submitted by Vampire on Thursday, 16 April, 2015 - 02:12
Hello everyone,

I proudly present jEdit 5.2.0, the first stable release of the 5.2 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES52.txt

Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.2 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/p/jedit/merge-requests/milestone/for%205.2.x/

Have fun with the new release.
jEdit 5.2pre1 is out!
Submitted by Vampire on Tuesday, 27 May, 2014 - 17:08
Hello everyone,

I proudly present jEdit 5.2pre1, the first preview development release of the 5.2 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES52.txt, but here are some of the major features of this version:

This is a time-based release, scheduled to come out about 1 year after jEdit 5.1, and is a collection of enhancements, bug fixes and patches submitted by the community. Detailed changes can be found in the Detailed Change Log.
There are no major new features in this release. You can think of it mostly as a bugfix release, although there are quite a lot of UI enhancements also.
With continued support from the community, we will keep releasing a newer version each year that can accurately bring together the fruits of everyone's labor. Thank you to each and every one of the contributors who helped make 5.2 the best version of jEdit ever.



Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.2 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/p/jedit/merge-requests/milestone/for%205.2.x/

Have fun with the new release.
jEdit 5.1.0 is out!
Submitted by Vampire on Monday, 29 July, 2013 - 22:25
Hello everyone,

I proudly present jEdit 5.1.0, the first stable release of the 5.1 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES51.txt, but here are some of the major features of this version:
  • VFS WorkThreads have been rewritten into Tasks, making it possible to completely remove the old "I/O Progress Monitor" and the wasteful space it took up in the Task Monitor. Old deprecated classes related to WorkThread and WorkThreadPool have been removed.
  • New Plugin Manager option to check for and disable obsolete plugins. Enabled by default, this will ensure that old unsupported plugins do not interfere with the running operation of jEdit.
  • Added another language to our list of translated languages: English, French, German, Japanese, Czech, Russian, and now Chinese! We are always looking for volunteers to help translate jEdit into Hindi, Korean, or Spanish, or any other language, really! It is fairly easy to add a new translation to jEdit or the plugins.
  • There is now a new encoding Native2ASCII which collapses unicode escapes in ISO-8859-1 files on read and expands characters that cannot be encoded with ASCII as unicode escapes on write. This encoding is the one Java properties should be in.


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.1 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=6846241

Have fun with the new release.
jEdit 5.1pre1 is out!
Submitted by Vampire on Friday, 24 May, 2013 - 00:42
Hello everyone,

I proudly present jEdit 5.1pre1, the first preview development release of the 5.1 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES51.txt, but here are some of the major features of this version:
  • WorkThreads have been rewritten into Tasks, making it possible to completely remove the old "I/O Progress Monitor" and the wasteful space it took up in the Task Monitor. Old deprecated classes related to WorkThread and WorkThreadPool have been removed.
  • New Plugin Manager option to check for and disable obsolete plugins. Enabled by default, this will ensure that old unsupported plugins do not interfere with the running operation of jEdit.


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.1 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=6846241

Have fun with the new release.
jEdit 5.0.0 is out!
Submitted by Vampire on Thursday, 22 November, 2012 - 23:13
Hello everyone,

I proudly present jEdit 5.0.0, the first stable release of the 5.0 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES50.txt, but here are some of the major features of this version:
  • Localization - jEdit now supports switching between default locale, French, German, Russian, Czech, and Japanese. Some translations for those locales are provided, containing common jEdit labels. It is also now possible to add new or contribute to existing translation property files for jEdit core as well as for plugins.
  • Keymaps - named collections of shortcuts. Example keymaps for Emacs, MacOS, German Keyboard, Intellij and classic jEdit are provided, and users can create or customize them.
  • New Editing options: Disable or simplified automatic indentation, and default response when opening a large file.
  • Updated html/css edit modes with HTML5/CSS3 keywords. Added a dozen new edit modes, updated a dozen more.
  • Scrolling - Many bugs (#2832769, #2998294, #3193168, possibly others), related to soft wrap, multiline delete/cut, undo, and folding, that could cause the text area to be confused about its location, are fixed. This greatly improves the stability of jEdit. Thank you, Thomas Meyer!


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.0 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2546309

Have fun with the new release.
jEdit 4.5.2 is out!
Submitted by Vampire on Friday, 15 June, 2012 - 22:43
Hi all,

I proudly present jEdit 4.5.2, the latest stable release of the 4.5 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES45.txt
This release is a bugfix release.


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 4.5 series (fix done, but waiting for a review) can be found at:
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2274635

Have fun with the new release.
jEdit 5.0pre1 is out!
Submitted by Vampire on Sunday, 10 June, 2012 - 19:25
Hi all,

jEdit development team now presents jEdit 5.0pre1, the first preview
development release of the 5.0.x series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES50.txt

Here are some convenient links to see the live state of major problems:

- Bugs which are marked as "severe":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=101607

- Bugs which are marked as "regressive":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=619797

Volunteers are always welcome to fix bugs including the above:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.0.x series (fix done, but waiting for a review):
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2546309


Have fun with the new release.
jEdit 4.5.1 is out!
Submitted by Vampire on Tuesday, 27 March, 2012 - 15:51
Hi all,

I proudly present jEdit 4.5.1, the latest stable release of the 4.5 series of jEdit.

Detailed changes can as always be found in the Change Log at http://jedit.org/CHANGES45.txt
This release is a bugfix release.


Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 4.5 series (fix done, but waiting for a review) can be found at:
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2274635

Have fun with the new release.
jEdit 4.5.0 is out!
Submitted by Vampire on Tuesday, 31 January, 2012 - 01:52
Hi all,

I proudly present jEdit 4.5.0, the first stable release of the 4.5 series of jEdit.

Detailed changes can as always be found in the Change Log attached in the end of this email, but here are some of the major features of this version:
  • Performance improvements, as well as a "large file" mode for handling extra large files.
  • Edit using Elastic tabstops, set from Global Options - Editing, Buffer Options, or via buffer-local properties.
  • Lots of old deprecated APIs were removed. Some plugins may be broken as a result.
  • Choose color ordering for subpixel antialiasing (Global Options - Text Area - Anti-Aliased Smoothed Text) (Feature #2989209).
  • Desktop System Tray icon to indicate when jEdit is running (Feature #1657143).
  • It is now possible to switch look and feel without restarting jEdit.
  • It is possible to specify a FILE_NAME_GLOB for an edit mode based on the full path (see entry for apacheconf mode in modes/catalog for an example) (Feature #2557712).
  • File System Browser can now open files in desktop, using desktop filename associations to launch another program.
  • Plugin Manager Enhancements, filter field, bugs fixed.
Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel

That being said, here is the download link:
http://www.jedit.org/index.php?page=download

FYI, merge requests for the 4.5 series (fix done, but waiting for a review) can be found at:
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2274635

Have fun with the new release.
jEdit 4.5pre1 is out!
Submitted by Vampire on Sunday, 20 November, 2011 - 01:16
Hi all,

I proudly present jEdit 4.5pre1, the first preview development release of the
4.5 series of jEdit.


Here are some convenient links to see the live state of major problems:

- Bugs which are marked as "severe":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=101607

- Bugs which are marked as "regressive":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=619797


Volunteers are always welcome to fix these bugs:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 4.5 series (fix done, but waiting for a review):
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2274635

Have fun with the new release.
jEdit 4.4.2 is out!
Submitted by Vampire on Friday, 14 October, 2011 - 12:43
Hi all,

I proudly present jEdit 4.4.2, the second official stable release of the
4.4 series of jEdit.


Here are some convenient links to see the live state of major problems:

- Bugs which are marked as "severe":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=101607

- Bugs which are marked as "regressive":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=619797


Volunteers are always welcome to fix these bugs:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 4.4 series (fix done, but waiting for a review):
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=1360914


Have fun with the new release.
jEdit 4.4.1 is out!
Submitted by Vampire on Tuesday, 21 June, 2011 - 10:54
I proudly present 4.4.1, the first official stable release of the
4.4 series of jEdit.

I want to appologize again for the confusion that arised when the faulty
4.4 release was created and then taken back down. To avoid confusion
about what version someone is using, the 4.4 release is skipped
completely.


Here are some convenient links to see the live state of major problems:

- Bugs which are marked as "severe":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=101607

- Bugs which are marked as "regressive":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=619797


Volunteers are always welcome to fix these bugs:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 4.4 series (fix done, but waiting for a review):
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=1360914


For those who want to stick with the 4.3 series of jEdit we also
created a new bugfix release 4.3.3. (see separate announcement)

Have fun with the new release.
jEdit 4.3.3 is out!
Submitted by Vampire on Tuesday, 21 June, 2011 - 10:51
I proudly present 4.3.3, the third bugfix release of the 4.3 series of jEdit
for those that want to stick with the 4.3 series of jEdit.

We also release 4.4.1, the first stable release of the 4.4 series now.
(see serparate announcement)


Here are some convenient links to see the live state of major problems:

- Bugs which are marked as "severe":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=101607

- Bugs which are marked as "regressive":
http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=619797


Volunteers are always welcome to fix these bugs:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
https://sourceforge.net/projects/jedit/files/jedit/4.3.3/


FYI, merge requests for the 4.3 series (fix done, but waiting for a review):
http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=1012693


Have fun with the new release.
Wiki cleaned up and able to send mails
Submitted by Vampire on Sunday, 22 February, 2009 - 21:33
Hi all,

in a long hard piece of work I cleaned up our wiki completely from the spam. I not only fixed the pages, I also deleted all the spam revisions and spam users. I even recreated the TWikiUsers topic how it should be. So now the wiki is cleaned up and usable again. Have fun using it.

Regards
Vampire
Donations reactivated
Submitted by Vampire on Thursday, 1 March, 2007 - 18:26
The donation system got reactivated for jEdit and so you can donate via SourceForge and PayPal.
Just go to http://sourceforge.net/project/project_donations.php?group_id=588 and donate what you like. Smiling

Thanks in advance from the jEdit team.
Old Backup of Wiki-content
Submitted by Vampire on Thursday, 1 September, 2005 - 05:04
Unfortunately I had to roll-back a backup of the wiki-content from 26. July 2005, because of a loss of data.
For the future there is a daily backup made automatically.
Please redo any changes that you did since the Backup.
Access for anonymous Users restricted
Submitted by Vampire on Monday, 1 August, 2005 - 09:50
I had to delete dozens of Spam-Comments every day which were submitted by anonymous users, so I decided to not allow anonymous users to make forum-topics or post comments anymore. Now, as the mail-sending works again, everyone who wants to post can make a new or request a new password for his account.
I appologize for inconvenience, but anonymous users can still read and download all things, just not post.
For problems regarding registration on the community-page you can contact me directly via eMail Vampire@jEdit.org
Mailsending from the Community-page works again
Submitted by Vampire on Friday, 29 July, 2005 - 09:36
I already wrote it to the Users-Mailinglist, but maybe not all are signed in there, so I write it here again.
I fixed the problem of the community-page not being able to send mails, which prevented new users from creating accounts and old users to request a new password because the mails didn't get to them.
So if you registered an account but never received the password-mail, just go to
Request new password and request a new one. And of course the same if you forgot your password and need a new one, even if you already tried it and didn't receive a mail. NOW it should send you the requested mail. Smiling
Plugin central updates - 1 new, 6 updated
Submitted by slava on Wednesday, 4 May, 2005 - 06:44
A new batch of plugin updates is now out, with a new plugin, PerlSideKick, and six updated plugins, BufferList, BufferTabs, EditorScheme, Factor, FTP Highlight. You can read the updates page for details.
Plugin central updates - 1 new, 6 updated
Submitted by slava on Monday, 18 April, 2005 - 22:47
A new batch of plugins is now out, with the new JavaDebuggerPlugin, and new releases of Archive, Console, Factor, JCompiler, SideKick and SQL.
User login
Browse archives
« May 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
31
 
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   83281
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
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