jEdit Community - Resources for users of the jEdit Text Editor
Sessions 1.5.1 beta (Sessions.jar v1.5.1 beta by Steve Jakob)
Submitted by AlanEzust on Sunday, 22 January, 2012 - 06:04
Sessions 1.5.1 beta is updated for jEdit 4.5 and later
SuperAbbrevs 2.0pre2 with ZenCoding (SuperAbbrevs.jar v2.0pre2 by kpouer)
Submitted by kpouer on Sunday, 11 December, 2011 - 15:40
Zencoding rewritten
SuperAbbrevs (SuperAbbrevs.jar v2.0)
Submitted by kpouer on Monday, 5 December, 2011 - 20:50
SuperAbbrevs with Zen Coding support fixed
MyDoggyPlugin - fix for deadlock on project change (MyDoggyPlugin.tar.gz v0.1 by Shlomy Reinstein)
Submitted by shlomy on Sunday, 4 December, 2011 - 08:43
Fix for: http://sourceforge.net/tracker/?func=detail&atid=565475&aid=3449521&group_id=588 Please extract all the files in this .tar.gz under ~/.jedit/jars. They include both the plugin and the updated jars of MyDoggy itself.
ClearCase Plugin 0.28 updated for jEdit 4.4, Console 4.4, etc (ClearCasePlugin.jar v0.28)
Submitted by AlanEzust on Wednesday, 30 November, 2011 - 03:27
This is a beta of the ClearCase plugin. It compiles against the current versions of jEdit but I have not tested it with ClearCase since I don't have it. If someone else can try it and tell me if it works, I will release it on plugin central.
jEdit Remote Control application for Android (RemoteControl.zip v0.2 - new by Shlomy Reinstein)
Submitted by shlomy on Friday, 16 September, 2011 - 03:23
This is a jEdit remote control application for Android. This application can connect to jEdit using the RemoteControl plugin (courtesy of Matthieu Casanova), and then you can use it to select and close buffers.
To install it, open the attached zip file. It contains:
  1. The RemoteControl plugin for jEdit - RemoteControl.jar - which you should copy to ~/.jedit/jars (or %HOMEDRIVE%%HOMEPATH%\.jedit\jars on Windows).
  2. The Android application - AndroidRemoteControl.apk - which you should install on your Android device (adb install ...).
To use it:
  1. Configure the ip, tcp port and pincode (from the RemoteControl plugin option pane), then click Connect.
  2. You can now use the following gestures: drag right => next buffer, drag left => prev buffer, draw an 'x' (without lifting the finger) => close buffer.
  3. You can click any of the buffer names to make it the current buffer.
Please ignore the 2nd line of components, showing two combo-boxes. They are currently not implemented.
Any ideas for extending this app? Feel free to suggest.
Outline plugin - bug fix (Outline.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Wednesday, 7 September, 2011 - 20:24
This version of the plugin fixes the following case, where some new fold should jump multiple levels back in the tree:
A
       Intro
               tarstrt
B
       ttrtratrs
C
       sdstd
Here, B should be a sibling of A. Previously it used to be under A.
SideKick with a "stop parsing" button (SideKick.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Friday, 10 June, 2011 - 12:54
This is a version of SideKick that has a "stop parsing" button next to the mode options button in the dockable. The "stop parsing" button is meant for very large files, whose parsing may take a lot of resources and may cause performance problems in jEdit.
MenuEditor 0.5 (MenuEditor.jar v0.5 by Shlomy Reinstein)
Submitted by shlomy on Saturday, 27 November, 2010 - 00:29
Replaced the separator button with an item in the action set list on the right.
Menu Editor for jEdit (MenuEditor.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Friday, 13 August, 2010 - 10:29
This plugin enables you to customize the jEdit menus (File / Edit / Search ...). After customizing the menus, the changes are saved as a "diff" and applied on each jEdit startup, so that changes to the menus by future versions of jEdit are not masked out. For this, the plugin depends on JDiffPlugin. As the currently released version of JDiffPlugin contains a few bugs, the zip file attached here contains also a fixed version of JDiffPlugin. (14 Aug) Added a button for adding separators to the menu. Replaced the plugin's submenu with a single menu item.
ProjectViewer - built against latest jEdit (ProjectViewer.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Saturday, 9 January, 2010 - 04:33

Updated on 01/09/2010 - 04:33
Downloads: 868

MarkerSets - using SAX to write XML (MarkerSets.jar v1.0 by Shlomy Reinstein)
Submitted by shlomy on Tuesday, 5 January, 2010 - 18:00
This version of MarkerSets simply uses SAX to write the XML file instead of DOM with DocumentBuilder, which happens to fail if XQuery is installed and saxon7 is loaded.
FoldViewer - updated for recent jEdit versions (e.g. 4.3pre17) (FoldViewer.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Friday, 28 August, 2009 - 19:46
Updated FoldViewer to work with the latest jEdit - 4.3pre17. It broke due to a change in the Buffer's constructor: The Hashtable parameter was replaced by a Map one.
Xilize for jEdit 4.3 (xilize-jEdit.jar v3.0.3.32 by Dale Anson)
Submitted by daleanson on Thursday, 27 August, 2009 - 03:40
A build of the Xilize plugin for jEdit 4.3. This is not from the plugin maintainer, I just made the fixes so it would run in jEdit 4.3.
ConfigurableFoldHandler - fixed mode-specific fold configuration (ConfigurableFoldHandler.jar v0.6.3 by Shlomy Reinstein)
Submitted by shlomy on Sunday, 23 August, 2009 - 18:39
Fixed the mode-specific fold configuration (fold start / fold end / use-regexp). Previously it did not work because the mode was incorrectly retrieved from the buffer.
ConfigurableFoldHandler - performance fix (ConfigurableFoldHandler.jar v0.6.3 by Shlomy Reinstein)
Submitted by shlomy on Sunday, 23 August, 2009 - 03:14
Fixed a performance bug that was seen when collapsing many folds in a large file.
TextAutocomplete - fix for 0.9.8b (TextAutocomplete.jar v0.9.8b)
Submitted by shlomy on Wednesday, 15 July, 2009 - 11:34
This version fixes the slow startup introduced in version 0.9.8b due to an incorrect URL for the default word list file.
ProjectViewer development version (ProjectViewer.jar v2.9.0.0 by Shlomy Reinstein)
Submitted by shlomy on Monday, 11 May, 2009 - 16:50
This is the trunk version of ProjectViewer.
Minimap plugin: Initial version (Minimap.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Saturday, 17 January, 2009 - 06:06
This is the first version of the minimap plugin, hopefully to be released soon. Developed by me, with help from Matthieu Casanova. By default, you won't see any minimaps, you will need to add minimaps using the plugin menu, or use the option to automatically add minimaps in the plugin options.
Enhanced Tags plugin (Tags.jar v2.0.3 (enh by Shlomy Reinstein)
Submitted by shlomy on Sunday, 14 October, 2007 - 12:10
This version of the Tags plugin has a few enhancements and fixes:
  1. In case of tag collisions, the tags found can be displayed in a dockable window instead of a popup. The 'Tag List' dockable can be opened from the plugin menu and docked in one of the 4 docking positions (or float) like any other jEdit dockable. When the dockable is open, tag collisions will be displayed in the dockable instead of the popup.
  2. The Tag List dockable allows quick filtering by tag attributes (when present in the tag files). This allows you to quick reach the tag you're interested in when there are many tags with the same name, which is common in object oriented languages. The "Filter" menu at the top left of the dockable lets you filter by attribute values.
  3. A new option pane - Actions - was added, allowing you to create custom "follow tag" actions which resolve tag collisions by apply a list of filters, each keeping only those tags having a specific attribute value. This way, you can create an action like "Follow function definition" (which would follow tags whose "kind" attribute is "function" or "method") and another action like "Follow function declaration" (which would follow tags whose "kind" attribute is "prototype", or "function" if there are no tags with a "prototype" kind).
  4. A new option is available in the General option pane, to use line numbers for following tags (when specified in the tag files). This is useful for object oriented languages, where the same tag can be defined multiple times in the same file, each time under a different class, with the exact same signature. It is also useful for differentiating between function declarations and definitions.
  5. Fixed the display of function signatures (when specified in the tag files) in the tag collision list.
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