Download
 
 

All Plugins

Deprecated plugins are not included.

Accents
The Accents plugin converts character abbreviations for accented characters to characters as they are entered.
1.0.1 for jEdit between 4.2final and 4.5pre1 (January 2, 2005)
ActionHooks
ActionHooks enabled one to specify actions or macros to invoke in response to EditBus messages.
0.6 for jEdit >= 4.3 (October 17, 2011)
Activator
Lets you see if plugins are loaded or activated and lets you manually (un)load and (de)activate plugins. There is also a dockable which allows one-click reloading of plugins.
1.3.0 for jEdit >= 4.3pre15 (June 15, 2009)
Ancestor
Ancestor plugin is a small toolbar with buttons to browser quickly all parents folders of the current buffer
1.2.0 for jEdit >= 5.5.0 (March 28, 2020)
1.1.1 for jEdit >= 4.4.1 (May 11, 2014)
Android
Android plugin provides some utilities to help create and run Android projects.
1.1 for jEdit >= 5.2pre1 (August 10, 2015)
1.0 for jEdit >= 4.4.2 (January 20, 2012)
AntelopePlugin
The Antelope plugin is an application for running Ant. Ant must be installed separately.
3.5.0 for jEdit >= 4.3pre15 (November 6, 2008)
AntFarm
A Dockable plugin for ant targets.
1.10.9 for jEdit >= 5.4.0 (November 12, 2020)
Antlr
A dependency plugin for the Antlr parser and runtime library. (http://www.antlr.org)
4.10 for jEdit >= 5.4.0 (July 23, 2022)
4.5.1 for jEdit >= 5.2pre1 (December 19, 2015)
AntlrSideKick
A SideKick for working with Antlr 4 grammar files.
4.10 for jEdit >= 5.4.0 (July 23, 2022)
4.5.1 for jEdit >= 5.2pre1 (December 19, 2015)
AntPlugin
The AntPlugin is nothing but Apache Ant, users guide, and API javadocs, packaged as a neat little jEdit plugin. The only plugin that uses this is AntFarm.
1.10.9 for jEdit >= 5.4.0 (November 12, 2020)
AntVizPlugin
AntViz is a dependency visualizer and debugger for Ant scripts.
1.0 for jEdit between 4.1pre2 and 4.2final (August 5, 2002)
Archive
The Archive plugin provides a jEdit VFS for browsing the contents of tar and zip archives and opening the files they contain as jEdit buffers.
0.4.3 for jEdit >= 4.3pre2 (July 30, 2007)
0.4 for jEdit between 4.2pre1 and 4.3pre1 (March 21, 2004)
AStylePlugin
The AStyle Beautifier Plugin formats and beautifies Java, C and C++ source code.
0.8.3 for jEdit >= 5.2pre1 (October 27, 2015)
0.8.1 for jEdit >= 4.2final (November 1, 2006)
AxisHelper
The AxisHelper attempts to make projects dealing with the Apache Axis web services framework a little easier. The current implementation simply generates client stub classes given a WSDL URL.
0.1 for jEdit >= 4.0pre4 (January 7, 2003)
Background
Background lets you configure a background image for the main jEdit text area. It also features some basic blend options ("tinted glass" effect).
1.1.0 for jEdit >= 4.2final (October 28, 2008)
Beauty
The Beauty plugin is a general framework for code beautifiers and provides several built-in beautifiers.
1.0 for jEdit >= 5.2.0 (March 29, 2016)
0.7.0 for jEdit >= 4.3 (August 19, 2011)
BigDoc
A plugin to work with really large text files.
0.1 for jEdit >= 5.2.0 (September 8, 2019)
BinEd
Binary/hex editor plugin based on BinEd library.
0.2.1.2 for jEdit >= 5.2.0 (February 24, 2024)
BufferList
The BufferList plugin shows the list of currently open files in a dockable tree view.
1.5 for jEdit >= 4.5.0 (October 7, 2012)
BufferLocal
The BufferLocal plugin provides persistent storage of Buffer Local properties (those properties set via the Buffer Options dialog).
1.6.0 for jEdit >= 5.2pre1 (October 28, 2015)
1.4.0 for jEdit >= 4.3 (October 8, 2010)
BufferSelector
Creates a row of buttons, one for switching to each buffer, at the top or bottom of the View.
1.9 for jEdit >= 5.1.0 (February 16, 2014)
BufferTabs
The BufferTabs plugin provides a tabbed pane in the jEdit view that allows you to change the current buffer.
1.2.4 for jEdit >= 4.5.0 (April 17, 2013)
1.2.2 for jEdit >= 4.4.1 (November 29, 2011)
1.1.1 for jEdit between 4.3pre17 and 4.4pre1 (July 31, 2009)
BzrPlugin
Offers a file filter importer for ProjectViewer
0.2 for jEdit >= 4.3 (September 29, 2010)
Calculator
The Calculator plugin is an RPN calculator.
1.3.0 for jEdit >= 4.3 (March 16, 2011)
CamelComplete
This plugin provides for code-completion in a CamelCase or regex_separated_identifier style.
2.8.0 for jEdit >= 4.3pre12 (January 20, 2009)
CandyFolds
CandyFolds draws colored indentation-guides on the text area to improve code readability.
1.2.3 for jEdit >= 4.5.0 (December 19, 2012)
1.1.2 for jEdit >= 4.3pre12 (November 12, 2009)
CharacterMap
The CharacterMap plugin displays a window showing all ASCII and extended-ASCII characters. Clicking one will insert it in the buffer.
1.3.3 for jEdit >= 4.4.2 (February 8, 2012)
1.2 for jEdit >= 4.2pre1 (January 25, 2004)
CheckStylePlugin
CheckStylePlugin is a wrapper around the CheckStyle program that allows you to check your code for adherence of deviation from a Coding Standard. Any errors are displayed in the ErrorList plugin.
1.0.0 for jEdit >= 5.0.0 (June 26, 2014)
CLangBeauty
CLangBeauty runs clang-format to format C/C++/Object-C files.
0.1 for jEdit >= 5.2pre1 (November 11, 2016)
ClangCompletion
ClangCompletion provides jEdit with code completion and syntax checking for c, c++ and objective-c using the clang and llvm.
0.1 for jEdit >= 5.0pre1 (November 25, 2012)
ClassBrowser
The ClassBrowser plugin provides a dockable window presenting the hierarchy of a selected class, along with its members (including inherited members, if requested). You can jump to each element (class/member) in the hierarchy by double-clicking it. The hierarchy is generated using information from Ctags tag files.
1.4 for jEdit >= 4.4pre1 (December 21, 2010)
1.2 for jEdit >= 4.3pre3 (January 25, 2007)
Classpath
Maintains global and project-specific java classpaths.
1.0.1 for jEdit >= 4.3 (December 21, 2011)
ClassWizard
The ClassWizard provides a GUI that facilitates quickly creating class files for various languages (Java, PHP, etc.).
0.5.1 for jEdit >= 4.0pre1 (April 28, 2002)
ClearCasePlugin
Rational ClearCase source code control plugin
0.28 for jEdit >= 4.4.2 (February 8, 2012)
0.27 for jEdit between 4.1pre1 and 4.2final (January 7, 2003)
Clojure
Provides Clojure to jEdit
1.2.1 for jEdit >= 4.4.1 (September 6, 2011)
ClojureShell
Provides a Console shell that maintains a Clojure Read-Eval-Print-Loop.
1.0.2 for jEdit >= 4.4.1 (September 6, 2011)
Code2HTML
The Code2HTML plugin transforms jEdit's current buffer or the current selection into a visually equivalent HTML file.
0.7 for jEdit >= 5.3.0 (June 22, 2016)
0.6 for jEdit >= 4.3pre16 (July 13, 2009)
0.3.5 for jEdit >= 4.0pre3 (March 27, 2002)
CodeHelper
Common code development aids.
0.1 for jEdit >= 4.4pre1 (December 21, 2010)
CodeLint
CodeLint is a Lint Plugin for JEdit that can identify syntax & semantic errors in your Java & C/C++ source code & Class files.
0.3 for jEdit >= 4.2final (January 2, 2005)
CoffeeScriptSideKick
CoffeeScript parser for SideKick
0.9 for jEdit >= 5.0.0 (December 19, 2012)
ColorChooser
Lets you look at a color picker and get back the RGB hex from it for copy or paste;
0.1 for jEdit >= 4.2final (October 30, 2004)
ColumnRuler
The ColumnRuler plugin provides a ruler across the top of the text area which marks off columns.
1.0.5 for jEdit >= 5.2pre1 (October 28, 2015)
1.0.2 for jEdit >= 4.3pre7 (October 27, 2008)
0.9.1 for jEdit >= 4.2pre8 (March 21, 2004)
CommentFolder
The CommentFolder plugin provides a comment folding mode. It works like explicit folding but also folds multiline range comments.
1.0.0 for jEdit between 4.2pre8 and 4.3.3 (February 15, 2004)
CommonControls
The CommonControls plugin provides a common set of enhanced Swing components intended for use by other jEdit plugins.
1.7.4 for jEdit >= 5.2pre1 (June 27, 2014)
1.7.3 for jEdit >= 5.0.0 (February 16, 2014)
1.5 for jEdit >= 4.4 (March 28, 2012)
1.3 for jEdit between 4.3 and 4.4 (February 3, 2011)
Completion
Code completion central.
0.3 for jEdit >= 4.4.1 (November 28, 2011)
0.2 for jEdit >= 4.4pre1 (February 3, 2011)
ConfigurableFoldHandler
The ConfigurableFoldHandler plugin adds a new fold handler to jEdit that allows the user to specify the strings that define the start and end of a fold.
0.8 for jEdit >= 4.3 (March 16, 2011)
0.6.3 for jEdit >= 4.3pre8 (December 29, 2006)
Console
The Console plugin allows jEdit to execute arbitrary commands from an internal shell. In addition, it provides buttons in a "commando toolbar" for your favorite command-line tools (make, ant, qmake, latex, etc), and an easy way to add others.
5.1.4 for jEdit >= 5.0.0 (August 31, 2014)
4.5 for jEdit >= 4.4 (April 9, 2012)
4.4.2 for jEdit between 4.3 and 4.4pre1 (September 29, 2010)
ContextMenu
The ContextMenu plugin allows you to change text area's right-click context menu for each mode.
0.4 for jEdit >= 4.3 (November 25, 2010)
CscopeFinder
(C/C++/Python) CscopeFinder adds rapid code searching using Cscope or PyCscope index files.
0.6 for jEdit >= 4.5.0 (March 27, 2013)
0.3 for jEdit >= 4.2final (August 24, 2006)
CssEditor
A plugin that allows editing CSS elements inside jEdit, as well as CSS file validation.
0.4 for jEdit >= 4.3pre3 (May 24, 2006)
CtagsInterface
CtagsInterface provides common ctags services to interested plugins.
2.8.0 for jEdit >= 5.0.0 (October 30, 2015)
2.2 for jEdit between 4.5.0 and 5.0.0 (March 10, 2012)
2.1 for jEdit between 4.4pre1 and 4.5pre1 (December 21, 2010)
CtagsSideKick
CtagsSideKick provides a structure browser service for SideKick using exuberant ctags. Support exists for these languages: C, C++, Perl, Python, Bash, Java, JavaScript, Lisp, Make, PHP, Ruby, Scheme, SQL, YACC, XML, Ant, Cobol, Eiffel, AWK, Fortran, and Pascal.
1.5 for jEdit >= 4.4 (December 5, 2011)
CTPlugin
CTPlugin is a plugin that supports the use of custom tag libraries in JSP, acting as a visual aid for tag insertion.
0.3 for jEdit >= 4.1final (December 1, 2003)
DBTerminal
The DBTerminal plugin is a simple sql client much like the text-based database clients available for Linux. You will need the appropriate database drivers installed for this plugin to work.
0.1.1 for jEdit >= 4.2pre8 (August 8, 2004)
Dict
Dict plugin searches the word(s) you give it in the dict.org dictionary.
0.4 for jEdit >= 4.2pre1 (September 28, 2003)
DirtyGutter
Marks changed lines (since last save) in gutter.
0.3b for jEdit >= 5.0.0 (October 14, 2013)
0.3 for jEdit >= 4.5.0 (March 17, 2012)
0.2 for jEdit >= 4.3pre18 (December 15, 2009)
DragAndDrop
The DragAndDrop plugin allows files to be opened in jEdit by simply dragging them into the text area from a file manager, desktop, or other application. Does not work on all combinations of platform/JDK.
0.2.8 for jEdit between 3.2pre2 and 4.1final (January 7, 2003)
EBrowse
The EBrowse plugin provides a keyboard centric interface to jEdit for doing common tasks like opening files and switching buffers. As the name implies, the interface has an emacs flavor to it and even includes a few common emacs utility commands such as mark-copy, mark-cut, and string-rectangle.
0.5.3 for jEdit between 4.1pre1 and 4.2final (January 21, 2003)
EclipseIcons
The EclipseIcons plugin provides the Eclipse icon set to jEdit.
1.0 for jEdit >= 4.3 (August 26, 2010)
EditorConfig
EditorConfig plugin for jEdit
0.6.1 for jEdit >= 4.4.1 (June 26, 2014)
EditorScheme
The EditorScheme plugin allows one to easily switch between editor color/style schemes for jEdit.
1.8 for jEdit >= 4.5.0 (April 1, 2019)
1.4 for jEdit >= 4.3 (December 20, 2010)
ErrorList
The ErrorList plugin provides one-click access, and on-the-spot highlighting of errors generated by EditBus-aware packages, such as the Console.
2.4.0 for jEdit >= 5.5.0 (April 8, 2021)
2.3 for jEdit >= 5.0.0 (October 21, 2014)
1.9 for jEdit >= 4.3 (March 22, 2010)
FastOpen
FastOpen is a plugin designed to quickly open any file in the currect project by just typing in the first few characters of the filename you want to open.
2.5.1 for jEdit >= 5.0pre1 (March 27, 2013)
2.5 for jEdit >= 4.5.0 (July 5, 2012)
2.2 for jEdit >= 4.3pre17 (July 28, 2009)
FileSync
Synchronizes project files to another directory.
1.1 for jEdit >= 5.0.0 (March 26, 2013)
1.0 for jEdit >= 4.5.0 (October 4, 2012)
FindFile
This plugin allows you to search within a filesystem for any files that match a given filter. Results are displayed in a Hypersearch-style pane, which provides the ability to perform further actions on the files.
1.2 for jEdit >= 4.3pre16 (March 6, 2009)
FinishHim
Finish Him! is a smart and quick word completion (expansion) plugin similar to Textmate's or Netbeans word completion. It allows you to cycle through completions by hitting its keyboard shortcut continuously.
0.9 for jEdit >= 4.3pre17 (November 2, 2009)
FirstMate
First Mate primary feature is `Auto-Paired Characters`
0.3.2 for jEdit >= 4.3 (November 28, 2011)
FlatLaf
The FlatLaf plugin provides the FlatLaf Look and Feel to jEdit.
0.46 for jEdit >= 5.5.0 (January 24, 2021)
FoldViewer
FoldViewer is a very simple plugin that allows to show collapsed folds in the popup window. To see content of any collapsed fold, just navigate mouse to the [ lines] section of this fold.
1.1 for jEdit >= 4.5.0 (March 27, 2012)
1.0 for jEdit between 4.3pre6 and 4.3.3 (October 6, 2006)
FTP
The FTP plugin adds the ability to browse directories and edit files on (S)FTP servers.
1.3.2 for jEdit >= 5.1.0 (March 29, 2016)
1.2 for jEdit >= 4.5.0 (August 10, 2015)
0.9.7 for jEdit >= 4.3pre17 (December 2, 2009)
GdbPlugin
Short Description: This plugin provides a jEdit interface for gdb.
0.5 for jEdit >= 4.3pre9 (December 2, 2009)
Geo
Geo is a plugin aiming to help you editing WKT geometry files
1.0.0 for jEdit >= 5.5.0 (April 22, 2020)
GesturePlugin
The jEdit GesturesPlugin records mouse movements and executes code based on recognized patterns.
1.1 for jEdit >= 4.2final (October 30, 2004)
GitPlugin
Offers a version control service for ProjectViewer and some actions as part of git integration.
0.8 for jEdit >= 5.4.0 (April 1, 2019)
0.7.1 for jEdit >= 5.1.0 (December 11, 2014)
0.4 for jEdit >= 4.4.1 (March 28, 2012)
GlobalPlugin
GlobalPlugin provides an interface to the GNU Global source code tag system, for smart navigation through C,C++,Java,PHP,Yacc, and Assembly source files. NOTE: Plugin no longer supported. Use LucenePlugin for jEdit 4.4 and later, providing similar functionality.
0.3 for jEdit between 4.3pre10 and 4.4pre1 (March 16, 2009)
GnuRegexp
gnu.regexp, an old reliable library for evaluating regular expressions.
1.0.1 for jEdit >= 4.3pre13 (March 16, 2008)
Groovy
Provides Groovy to jEdit
1.7.5 for jEdit >= 4.3 (October 20, 2010)
GroovyScriptEnginePlugin
Provides jEdit with the ability to use the Groovy ScriptEngine provided on scripting.dev.java.net.
1.0.0 for jEdit >= 4.3pre15 (September 11, 2008)
GroovyShell
Provides a Console shell that maintains a Groovy Read-Eval-Print-Loop.
1.0 for jEdit >= 4.3 (October 20, 2010)
h4Jmf
Test with Java Media Framework JMF Assist in transcription of digital audio-interview. Pause, back-step, forward-step , position from cue, insert cue in text, play functions with shortcuts from editor-window
0.0.1 for jEdit >= 4.3pre16 (May 14, 2009)
HaXeSideKick
HaXe parser, builder, and code-completion plugin.
0.3 for jEdit >= 4.4pre1 (December 27, 2010)
0.2 for jEdit >= 4.3.2 (July 13, 2010)
HDLParser
The HDL Parser plugin finds syntactic errors in HDL code.
0.1 for jEdit >= 4.1final (October 30, 2004)
HeadlinePlugin
The Headlines plugin allows you to view the content of any RSS or RDF XML data feed on the net within jEdit. This includes a great many blogs and news sites including Slashdot, Metafilter, CNet, Freshmeat.net, Salon, and many more.
1.2 for jEdit >= 4.2pre15 (August 8, 2004)
1.1 for jEdit between 4.0.3 and 4.1final (August 16, 2003)
HelperLauncher
HelperLauncher provides both a plugin and file system browser action for launching an external program to work with a file or buffer.
1.0 for jEdit between 4.3pre7 and 4.5pre1 (February 9, 2007)
HelpServer
HelpServer makes jEdit help available through http.
1.1.0 for jEdit >= 5.4.0 (December 5, 2017)
0.2.0 for jEdit between 5.1pre1 and 5.3.0 (November 15, 2016)
Hex
The Hex plugin dumps a file in hexadecimal form.
1.1 for jEdit >= 4.3 (November 25, 2010)
HexEdit
The HexEdit plugin allows you to edit files in hex mode.
0.1.3 for jEdit between 4.2pre2 and 4.5.0 (July 12, 2003)
HexToolsPlugin
This plugin can be used to extract hexdump data.
0.9 for jEdit >= 4.3 (December 7, 2010)
HgPlugin
Offers a Mercurial file filter importer for ProjectViewer
0.2 for jEdit >= 4.3 (December 20, 2010)
Highlight
Highlights words (or matched regexps) with different colors.
2.5 for jEdit >= 5.6.0 (October 17, 2021)
1.9.12 for jEdit >= 4.5.0 (March 28, 2013)
Hyperlinks
The hyperlink plugin will allow the textarea to have hyperlinks inside.
1.2.0 for jEdit >= 4.5.0 (March 27, 2017)
ICU4J
The ICU4J plugin provides the icu4j library to jEdit
54.1.1 for jEdit >= 5.3.0 (June 22, 2016)
ImageViewer
Displays image files when selected from ProjectViewer or File Browser
1.4 for jEdit >= 5.4.0 (June 1, 2017)
1.3 for jEdit >= 5.0.0 (February 6, 2013)
1.2 for jEdit >= 4.3pre16 (January 3, 2010)
IncludesParser
Includes Parser is used to parse includes directives in standard text files so that the contents and layout of (for example) HTML files can be kept separate, but parsed into a single (for example) web page to be uploaded to the web.
0.4 for jEdit >= 4.1final (May 8, 2003)
InformSideKick
From Drayke Naiobrin. Provides a SideKick parser for Inform source files, allowing game objects to be viewed in a tree whose structure resembles their logical hierarchical arrangement.
1.0 for jEdit >= 4.2final (January 5, 2006)
InfoViewer
InfoViewer is a replacement for the built-in jEdit HelpViewer. It contains a mini web browser, but you can also configure it to use an external browser.
1.6.3 for jEdit >= 5.0.0 (March 14, 2015)
1.6.2 for jEdit >= 4.4.1 (February 26, 2013)
1.6 for jEdit >= 4.3 (May 28, 2010)
InputReplace
A plugin that provides for input replacement (like abbreviations or compose-key) using a table and functions.
1.1.0 for jEdit >= 5.4.0 (September 27, 2021)
IRC
The IRC plugin provides a simple IRC client for jEdit in a dockable window.
2.1 for jEdit between 4.2final and 4.5pre1 (October 30, 2004)
JakartaCommons
The JakartaCommons plugin provides a single point of dependency for plugins needing to use Apache Jakarta libraries. Currently included are BCEL, commons-collections, commons-logging, and xmlrpc.
0.9 for jEdit >= 5.0.0 (October 30, 2015)
0.7 for jEdit >= 4.5.0 (December 17, 2012)
0.6 for jEdit >= 4.2final (February 23, 2008)
Jane
Jane is a Java analyzer plugin for jEdit.
0.0.1 for jEdit between 4.1final and 4.2final (March 27, 2003)
JavaDebugger
A plugin that supports debugging of Java code.
1.5 for jEdit == 4.2final (November 14, 2006)
Javadoc
The Javadoc plugin provides a quick, easy way to search through java api trees that are saved to a local disk, through either a dialog window or by using the word under the cursor. Api pages are displayed through the InfoViewer plugin.
1.2 for jEdit >= 4.3 (April 25, 2011)
JavaFold
The JavaFold plugin provides folding for Java language constructs. This includes code blocks embraced by brackets {} (skips brackets in comments and strings), multi-line comments, single-line comments, and lines that end with ';' (e.g. to fold imports).
0.3 for jEdit >= 4.3pre3 (June 1, 2007)
0.2 for jEdit >= 4.2pre1 (March 21, 2004)
JavaInsight
Adds an action to the file system browser that lets you decompile selected Java classes using the Jode decompiler
1.1 for jEdit >= 4.3 (October 28, 2015)
0.6 for jEdit >= 4.2final (March 19, 2005)
JavaMacros
Uses compiled JVM class files as macros so macros can be written in any Java IDE
0.1 for jEdit >= 4.3pre16 (June 3, 2009)
JavaRefactor
The JavaRefactor plugin provides a means of automatically refactoring compilable Java source code using a small catalog of refactoring patterns.
0.0.3 for jEdit between 4.0pre1 and 4.2final (June 14, 2002)
JavascriptScriptEnginePlugin
Provides jEdit with the ability to use the Javascript ScriptEngine provided on scripting.dev.java.net.
1.0.0 for jEdit >= 4.3pre15 (September 28, 2008)
JavaScriptShell
JavaScript shell and macros handler
0.4 for jEdit >= 5.3.0 (December 5, 2017)
JavaSideKick
Java code browser, provides full support for all Java 1.5 and earlier syntax. Offers code completion and structure browsing for Java. Also provides structure browsing for property files and javacc files.
4.2 for jEdit >= 5.4.0 (July 24, 2022)
4.0 for jEdit >= 5.4.0 (June 1, 2017)
3.3.0 for jEdit >= 5.0.0 (February 14, 2015)
Javassist
A dependency plugin for the Javassist library. (https://jboss-javassist.github.io/javassist/)
3.25 for jEdit >= 5.2.0 (September 8, 2019)
JazzyPlugin
A plugin based on the open source Java spellchecker Jazzy.
0.2.1 for jEdit >= 4.1final (July 12, 2003)
JCalculator
This plugin provides calculator for evaluating string expressions representing formulas.
1.0 for jEdit >= 4.3pre11 (May 6, 2008)
JCounter
The JCounter plugin provides statistics such as Code, Comment, code %, and blank lines for files. It can parse the current buffer, all open buffers, or all files from a project in the Project Viewer plugin, and provides averages, maxs, and totals.
0.5.1 for jEdit >= 4.2pre8 (March 21, 2004)
0.3.1 for jEdit between 4.1pre4 and 4.1final (February 3, 2003)
JcrontabPlugin
The JcrontabPlugin executes a class/method/bsh/nativeProgram at a given time. Defining execution schedules is done using the standard crontab format.
0.7.2 for jEdit >= 4.2pre2 (November 2, 2003)
0.6 for jEdit between 4.0final and 4.1final (May 27, 2002)
JDiffPlugin
JDiffPlugin is a visual diff utility for jEdit.
3.4.0 for jEdit >= 5.4.0 (February 4, 2018)
3.3.0 for jEdit >= 4.5.0 (October 4, 2012)
3.2.0 for jEdit >= 4.3 (August 19, 2011)
JDocPlugin
The JDocPlugin provides configuration and persistance of Javadoc command line arguments and execution of the utility within jEdit. Command line arguments are configured through either the Utilities->Global Options->Plugin Options->Javaodc menu selection or a Plugins->Javadoc->Javadoc Options menu selection. The configured command line arguments are persisted in a property file. The Javadoc utility can be executed with a Plugins->Javadoc->Execute Javadoc menu item. The JDocPlugin facilitates development of Javadoc by allowing the programmer to generate Javadoc while editing the source files and writing comments.
1.02 for jEdit between 4.0final and 4.2final (March 27, 2003)
jEditCvs
The jEditCvs plugin is a simple CVS client for jEdit, allowing commands to be run on the current buffer.
0.4 for jEdit between 4.0final and 4.2final (July 19, 2002)
JFuguePlugin
A jEdit plugin to bring the JFugue API to jEdit users and provide some basic functionality to help users create music using the JFugue API.
0.7.1 for jEdit >= 4.3pre9 (August 2, 2007)
JGoodies
The JGoodies Look and Feel plugin provides the JGoodies Look and Feels to jEdit.
2.5.3 for jEdit >= 5.5.0 (December 27, 2020)
JImporter
The JImporter plugin allows users to generate import statement for the Java class under the cursor, or for a class that the user specifies.
0.4.0 for jEdit between 4.1pre1 and 4.2final (September 25, 2002)
JIndex
The JIndex plugin enables jEdit to show the JavaDoc API html documentation for the currently selected word, with a single key press, in a browser of your choice.
1.1 for jEdit between 4.1pre1 and 4.4pre1 (September 25, 2002)
JinniConsole
JinniConsole is the Jinni Plugin for JEdit. It assumes you already know or want to get to know Jinni. As can be seen on Jinni's Website, Jinni is a "High Performance Java and .NET based Prolog for Object and Agent Oriented Internet Programming". It is a great possibility to use the latest artificial intelligence technology available for the Java world.
1.0 for jEdit >= 4.0final (June 11, 2003)
JMail
A plugin to send and receive e-mail.
1.4 for jEdit >= 4.2final (March 20, 2006)
JNAPlugin
A dependency plugin for the JNA library (https://jna.dev.java.net)
3.5.2 for jEdit >= 5.2pre1 (June 27, 2014)
3.2.4 for jEdit >= 4.3 (February 5, 2010)
JPyDebug
The JPyDebug plugin provides a Python debugging support for jEdit, and a structure browser service through SideKick for easy navigation through source files.
0.16 for jEdit between 4.2final and 4.3.3 (March 7, 2006)
JSBeautifierBeauty
JSBeautifierBeauty runs js-beautifier
0.1.1 for jEdit >= 5.3.0 (December 22, 2015)
JSLint
JSLint - The JavaScript Verifier - is a JavaScript source checker and validator. This PlugIn actually runs jslint.js within Rhino. It supports all major JSLint options and lets you decide to Run JSLint 'on buffer save' and/or 'on buffer switch'.
1.0 for jEdit >= 4.4 (April 5, 2012)
0.8 for jEdit >= 4.3pre12 (November 18, 2009)
JSLinters
The JSLinters plugin provides validation for javascript using jshint and eslint.
0.1.0 for jEdit >= 5.3.0 (November 15, 2016)
JSwatPlugin
The JSwatPlugin integrates the JSwat debugger into jEdit, providing many of the features normally available in the standalone version.
1.6 for jEdit >= 4.2final (March 19, 2005)
JTAPlugin
The JTA plugin provides a Telnet terminal with VT and ANSI emulation inside of jEdit.
0.1 for jEdit >= 4.0pre4 (September 3, 2002)
JTattooLookAndFeel
The JTattoo Look and Feel plugin provides the JTattoo Look and Feel to jEdit.
1.6.11 for jEdit >= 5.4.0 (December 5, 2017)
JTidyPlugin
JTidyPlugin integrates the HTML Tidy utility into jEdit. JTidyPlugin will help you check for errors in your HTML/XML files and also correct them.
1.1 for jEdit >= 4.3 (December 21, 2011)
JUnitPlugin
The JUnit plugin allows test cases to be run against Java code using the JUnit testing framework (http://www.junit.org).
0.7 for jEdit >= 4.4.1 (April 25, 2012)
JVMStats
The JVMStats plugin is a simple application that allows one to see JVM statistics and call the garbage collector.
0.2 for jEdit >= 4.2pre2 (August 16, 2003)
JythonInterpreter
The JythonInterpreter plugin embeds a Jython shell into jEdit. It adds support for macros and plugins written in Python/Jython, and a SideKick service for code browsing. Jython 2.5 is included.
1.0 for jEdit >= 4.4.1 (April 18, 2012)
LaTeXTools
A suite of tools to enable quicker and more convenient editing of LaTeX files.
0.6.1 for jEdit >= 4.5.0 (May 16, 2014)
0.5.7 for jEdit >= 4.3pre3 (November 21, 2006)
Lazy8Ledger
Lazy8Ledger is a financial accounting ledger that requires you to have bookkeeping experience (double-entry acccounting) to be of any use to you.
2.18 for jEdit >= 4.2pre14 (August 8, 2004)
2.13 for jEdit between 4.1pre8 and 4.1final (March 21, 2004)
LazyFolds
The LazyFolds plugin allows explicit folds to be automatically inserted and updated in jEdit buffers.
0.3 for jEdit >= 4.2pre5 (June 21, 2004)
LazyImporter
The LazyImporter plug-in provides useful tools for generating, organizing and sorting import statements in a Java source file in JEdit.
1.08 for jEdit >= 4.3pre3 (February 8, 2006)
1.07 for jEdit >= 4.1final (October 30, 2004)
LilyPondTool
LilyPondTool is a LilyPond plugin for jEdit. It gives similar functionality as the Emacs LilyPond mode and helps with creating scores.
2.12.894 for jEdit >= 4.3pre16 (January 12, 2010)
2.12 for jEdit >= 4.3pre14 (February 4, 2009)
LispPaste
Using this plugin, you can make pastes to the <a href="http://paste.lisp.org">LispPaste</a> collaborative IRC debugging service from within jEdit.
1.0.2 for jEdit >= 4.2final (February 22, 2008)
LogViewer
Log Viewer allows multiple log files to be tracked without having to leave jEdit by providing "tail -f" behavior.
0.8 for jEdit >= 4.3 (February 19, 2010)
0.7 for jEdit >= 4.3pre15 (November 6, 2008)
LookAndFeel
The LookAndFeel plugin provides several additional look-and-feel implementations which allow skinning of the GUI by means of "themepacks".
2.4 for jEdit >= 5.4.0 (December 27, 2020)
1.9.0 for jEdit >= 5.2pre1 (June 22, 2016)
1.7.0 for jEdit >= 4.5.0 (November 17, 2012)
1.6.2 for jEdit >= 4.3 (November 7, 2011)
LucenePlugin
LucenePlugin plugin provides an interface to the Lucene search engine in jEdit.
4.2 for jEdit >= 4.4.1 (October 28, 2015)
2.0 for jEdit between 4.3 and 4.4.1 (April 23, 2010)
MacOS
Provides Apple macOS integration through features such as better CMD-key
1.5 for jEdit >= 5.5.0 (September 8, 2019)
MacOSX
Provides better MacOS X integration through features such as better CMD-key mapping, drag-and-drop from Finder and more.
1.3 for jEdit >= 5.1.0 (September 23, 2013)
1.2 for jEdit between 4.4.2 and 5.1pre1 (September 18, 2011)
1.1 for jEdit between 4.3pre16 and 4.4.1 (April 20, 2009)
MacroManager
The MacroManager plugin provides an interface to the jEdit community website's archive of contributed macros.
1.3.1 for jEdit >= 4.4 (March 11, 2013)
Make
Make adds support to ProjectViewer for running project builds based on local buildfiles.
1.0 for jEdit >= 4.3 (October 5, 2012)
MarkdownPlugin
Render Markdown text to HTML or preview it in browser
0.1.0 for jEdit >= 4.3 (December 7, 2010)
MarkdownSideKick
A SideKick for working with markdown files
1.0 for jEdit >= 5.2.0 (May 31, 2020)
MarkerSets
The MarkerSets plugin enables you to create named sets of markers from various files. Provides a replacement for the Bookmarks plugin, as well as the "Markers" feature from core.
0.9 for jEdit >= 4.5.0 (May 22, 2012)
0.7 for jEdit >= 4.4.1 (August 12, 2011)
0.3 for jEdit >= 4.3pre16 (August 13, 2009)
MavenPlugin
Provides a dockable GUI for working with Maven Projects.
0.3 for jEdit >= 4.2final (June 30, 2005)
MenuEditor
Allow editing of jEdit menus
0.5 for jEdit >= 4.3 (December 8, 2010)
MetalColor
The MetalColor plugin allows you to customize colors of the Metal look-and-feel.
1.1.0 for jEdit >= 4.2final (July 24, 2009)
MibSideKick
MibSideKick is a mib parser
1.2.1 for jEdit >= 4.3 (September 1, 2010)
Minimap
Show minimap for the text area.
1.3 for jEdit >= 4.5.0 (March 22, 2012)
1.2 for jEdit >= 4.3 (October 8, 2010)
MoinMoin
MoinMoin Plugin provides a VFS for jEdit that enables one to edit MoinMoin (http://moin.sourceforge.net/) wiki pages in jEdit.
0.3.4 for jEdit >= 4.3pre2 (April 14, 2006)
0.3.2 for jEdit between 4.2final and 4.3pre1 (January 2, 2005)
MouseSnap
The MouseSnap plugin allows to automatically move the mouse to the default button.
0.1 for jEdit >= 4.1final (July 12, 2003)
MyDoggyPlugin
MyDoggyPlugin uses MyDoggy to manage the dockable windows in jEdit.
0.3 for jEdit >= 4.3 (December 5, 2011)
Navigator
Tracks position changes, and provides "Back" and "Forward" actions similar to a web browser. Also provides a manual position stack with "Push" and "Pop" actions.
2.7 for jEdit >= 5.3.0 (June 22, 2016)
2.4 for jEdit >= 4.5.0 (March 18, 2012)
Nested
Support for changing the background color of nested languages, e.g. java inside jsp, ...
0.1 for jEdit >= 4.3pre16 (February 7, 2009)
NetRexxPlugin
NetRexx Programmer Tools
1.0.0 for jEdit >= 4.3.3 (April 9, 2014)
NimROD
The NimROD Look and Feel plugin provides the NimROD Look and Feel to jEdit
1.2d for jEdit >= 5.5.0 (December 27, 2020)
Oolong
Short Description: Oolong is an assembler like language for the Java Virtual Machine. Java classes may be Decompiled to Oolong or dumped. Oolong may be compile to Java class files. A mode file is provided for pretty highlighting.
1.0.0 for jEdit >= 4.4 (March 20, 2006)
OpenIt
The OpenIt plug-in provides a quick and easy way to open files in jEdit. Users simply open a dialog box, start typing the name of the file they wish to open and, as they type, the list of files will be updated to match what they are typing.
1.5.2 for jEdit between 4.3pre17 and 4.4.2 (August 17, 2009)
OpenSIPS
OpenSIPS is a plugin that helps editing OpenSIPS configs
1.0.0 for jEdit >= 5.5.0 (April 3, 2020)
Optional
A replacement for the three Options actions/dialogs.
1.0.4 for jEdit >= 5.0pre2 (October 7, 2012)
1.0.3 for jEdit between 4.3 and 4.5.2 (December 2, 2011)
Outline
Provides a SideKick structure tree which displays folds rather than language specific structures.
1.2.4 for jEdit >= 4.5.0 (November 4, 2012)
1.2.2 for jEdit >= 4.3pre16 (May 14, 2009)
1.0.0 for jEdit >= 4.2pre8 (March 1, 2004)
P4Plugin
P4Plugin provides an interface for the use of the Perforce Unix command-line utility "p4" from inside jEdit.
0.4.0 for jEdit >= 4.3 (April 29, 2010)
PatchfileSideKick
Patchfile parser for SideKick
1.0 for jEdit >= 5.0.0 (January 18, 2013)
PerlSideKick
A SideKick parser for Perl. Replaces PerlBrowse.
0.6 for jEdit >= 4.3pre8 (March 16, 2007)
PHPParser
PHPParserPlugin is a php parser that will highlight your syntax errors and help you navigate in your source.
2.0.5 for jEdit >= 5.1.0 (December 11, 2014)
2.0.2 for jEdit between 4.5.0 and 5.1.0 (January 14, 2014)
PMDPlugin
The PMD plugin is a Java source code analysis tool.
5.3.7 for jEdit >= 5.2pre1 (November 15, 2016)
3.3 for jEdit >= 4.3 (June 17, 2010)
3.0 for jEdit >= 4.3pre3 (May 9, 2009)
ProcessShell
This plugin provides a utility class for definining a Console shell based on an external process.
1.0 for jEdit >= 4.3 (September 30, 2010)
ProjectBuilder
Provides templates to create new projects of different types - including jEdit plugins, and simple Java applications.
1.2 for jEdit >= 4.3 (July 30, 2010)
ProjectOptions
The Project Options plugin provides an interface for defining standard jEdit options on a per-project basis, allowing, for example, regular edit options to change for different projects.
0.1.0 for jEdit between 4.3pre9 and 4.4pre1 (March 24, 2007)
ProjectViewer
The ProjectViewer plugin provides an interface for managing a "project", i.e. a related group of source files.
3.6 for jEdit >= 5.4.0 (April 1, 2019)
3.4.4 for jEdit >= 4.4.1 (May 4, 2012)
ProjectWizard
ProjectWizard plugin can be used for new Java projects. It creates the directories and a build.xml
0.4.1 for jEdit >= 4.2final (May 2, 2006)
PrologConsole
PrologConsole is a Console plugin shell embedding an ISO compliant Prolog system into jEdit.
0.4 for jEdit between 4.0final and 4.3 (February 27, 2003)
ProtocolBuffer
The Protocol Buffer plugin provides Sidekick parsing for Googles Protocol Buffer definitions.
0.4.0 for jEdit >= 5.3.0 (January 9, 2018)
PythonShell
Provides a Console shell that maintains a running Python Read-Eval-Print-Loop.
1.0 for jEdit >= 4.3 (October 4, 2010)
Qt4jEdit
Provides an Assistant remote control for showing docs about the thing under the cursor.
0.1 for jEdit >= 4.2final (August 22, 2008)
QuickNotepad
This plugin provides a dockable "scratch pad" for writing and displaying notes, to do lists or similar items as unformatted text.
5.0 for jEdit >= 5.0pre1 (May 31, 2012)
4.4 for jEdit >= 4.2pre1 (September 19, 2011)
QuickOpen
QuickOpen opens files quickly
0.1 for jEdit >= 4.3 (February 3, 2011)
Recent
The recent plugin stores all edit actions in a table in a dockable window. It recordes actions which are invoked by plugin, macro or built-in actions. The user invokes an action by clicking it in a dockable window. Additionally, it provides a buffer history
0.1 for jEdit between 4.2final and 4.4.2 (February 21, 2006)
RecentBufferSwitcher
RecentBufferSwitcher is a plugin which allows fast changing of a buffer to the most recently viewed buffer.
0.2 for jEdit >= 4.3pre13 (August 4, 2008)
RecursiveOpen
This is a plugin for the jEdit file system browser that allows you to recursively open files.
0.1 for jEdit >= 4.2final (January 2, 2005)
Rename
The Rename plugin allows you to rename dockable windows, actions, plugins, and option panes.
1.0.2 for jEdit >= 5.1.0 (June 22, 2016)
1.0.1 for jEdit >= 4.2pre8 (March 21, 2004)
Reopen
The Reopen plugin provides a "reopen" action for reopening recently closed buffers, much like web-browsers reopen tabs.
0.6 for jEdit >= 5.3.0 (June 22, 2016)
RETest
The RETest plugin provides a simple, yet powerful interface for testing regular expressions.
1.1.0 for jEdit >= 4.2final (July 15, 2006)
RFCFullIndex
Full index of RFCs for use by RFCReader plugin
1.0 for jEdit >= 4.4pre1 (November 24, 2010)
RFCReader
RFC Reader is a plugin that makes rfc reading more pleasant
1.5.0 for jEdit >= 4.4pre1 (November 16, 2010)
1.0.0 for jEdit >= 4.3 (August 26, 2010)
RhinoPlugin
Rhino library packaged as a jedit plugin
1.7R4 for jEdit >= 4.4 (December 19, 2012)
RubyPlugin
The Ruby Editor Plugin converts jEdit into an intelligent Ruby editor. This includes a SideKick parser service and a Ruby API Documentation browser.
0.9.5 for jEdit >= 4.4pre1 (March 16, 2011)
0.9.4 for jEdit >= 4.3pre16 (June 4, 2009)
SaxonPlugin
The Saxon XSLT and XQuery Processor from Saxonica Limited packaged as a jEdit plugin.
9.9.1.6 for jEdit >= 5.5.0 (December 9, 2019)
9.5.1.1 for jEdit >= 4.5.2 (July 31, 2013)
9.2.0.6 for jEdit >= 4.3 (February 22, 2010)
ScalacPlugin
Scala Plugin for compilation of Scala files inside the editor without invoking external scalac compiler
1.1.0 for jEdit >= 4.3pre17 (July 29, 2009)
Scheme
This plugin provides a Scheme interpreter integrated into jEdit. Integrates the classloader with jEdit's JARClassLoader, integrates with Console to provide a Scheme Interpreter Shell, and integrates with jEdit's PluginManager to enable Scheme Libraries to be distributed in Plugins.
1.0.1 for jEdit (March 20, 2006)
ScriptEnginePlugin
Provides a framework to make JSR223/scripting.dev.java.net scripting engines usable within jEdit.
0.5.0 for jEdit between 4.3pre15 and 5.0.0 (April 8, 2009)
Sessions
The Sessions plugin maintains lists of open files - called sessions (aka workspaces) - and offers some functions to switch between them.
1.7 for jEdit >= 5.5.0 (September 23, 2020)
1.6.1 for jEdit >= 5.1.0 (January 8, 2015)
1.5.1 for jEdit >= 4.4.2 (February 8, 2012)
ShortcutDisplay
This plugin causes a pop up to be displayed whenever the user presses a shortcut prefix
1.3.2 for jEdit >= 5.4.0 (June 1, 2017)
1.3 for jEdit >= 4.3pre3 (April 16, 2007)
ShortcutSaver
ShortcutSaver allows the user to define mode specific key mappings.
1.3 for jEdit >= 4.5.0 (October 7, 2012)
1.2 for jEdit >= 4.2final (February 2, 2007)
SideKick
The SideKick plugin provides a framework for high-level language-specific features, such as a structure tree, and code completion.
1.8 for jEdit >= 5.0.0 (August 10, 2015)
1.5 for jEdit >= 5.0.0 (January 14, 2014)
1.3 for jEdit >= 4.5.0 (March 13, 2012)
SmartOpen
SmartOpen will help you open your files quickly
2.1 for jEdit >= 5.1.0 (April 14, 2014)
1.1 for jEdit >= 5.0pre1 (November 10, 2012)
Snipplr
A plugin that allows posting and searching code snippets on Snipplr
0.1 for jEdit >= 4.3pre12 (October 7, 2008)
SourceControl
The SourceControl plugin provides integration with source control systems, such as MS Visual Source Safe.
0.6 for jEdit between 4.0.3 and 4.4 (August 8, 2004)
SpellCheck
SpellCheck is an jEdit plugin to perform spell checking of text in a jEdit buffer. You will need to install Aspell (http://aspell.sf.net/) before using this plugin.
R010 for jEdit >= 5.2pre1 (September 23, 2014)
R009 for jEdit >= 4.4.1 (February 16, 2014)
R006 for jEdit >= 4.3pre15 (January 18, 2009)
SQL
The SQLPlugin provides an interface for sending queries from a jEdit buffer or selection to database server using JDBC. Requires the JDBC 2.0 drivers for your database (tested with MySQL and Oracle).
1.2 for jEdit >= 4.4 (July 14, 2015)
SshConsole
Allows you to issue compile commands remotely via ssh in the same location as the sftp:// file you are editing, and parses their output for errors in ErrorList.
1.0.7 for jEdit >= 5.0.0 (April 16, 2014)
1.0.2 for jEdit >= 4.3 (February 1, 2010)
Substance
The Substance Look and Feel plugin provides the Substance Look and Feel to jEdit.
8.2.5 for jEdit >= 5.5.0 (September 9, 2019)
7.4.7.1.00 for jEdit >= 5.4.0 (December 5, 2017)
7.3.1 for jEdit >= 5.2pre1 (November 10, 2016)
7.2 for jEdit >= 4.5.0 (November 17, 2012)
6.1 for jEdit >= 4.3 (November 25, 2010)
Sudoku
A board for playing, obtaing hints for, or solving Sudoku puzzles
1.0 for jEdit >= 4.2pre8 (November 12, 2005)
SuperAbbrevs
Eclipse-like code templates. Enables you to expand an abbreviation with variables in it. TAB from variable to variable, and change to text of a variable everywhere in the template.
2.0 for jEdit >= 4.5.0 (December 15, 2012)
1.0 for jEdit >= 4.3 (November 28, 2011)
SuperScript
SuperScript is a scripting plugin which supports Scripting in 19 different Scripting Languages from BML to Beanshell to Javascript to Jython to NetRexx to Perl to Ruby to XSLT to.....
0.4 for jEdit >= 4.2pre15 (August 8, 2004)
0.3 for jEdit == 4.1final (August 16, 2003)
SVNPlugin
Subversion support for jEdit
1.8.12 for jEdit >= 5.2pre1 (November 15, 2016)
1.7.5 for jEdit >= 4.5.0 (October 4, 2012)
1.6.1 for jEdit >= 4.4.2 (January 23, 2012)
SynchroScroll
Provides ability to synchronize scrolling when multiple text areas are open.
1.2 for jEdit >= 4.4 (August 30, 2013)
SyntaxHelper
User friendly configuration of syntax highlighting styles
0.1 for jEdit between 4.3pre11 and 4.3pre15 (October 6, 2007)
Tags
The Tags plugin provides a set of actions for working with "tag files" in the CTags format.
3.1.0 for jEdit between 4.3 and 4.4.2 (December 2, 2010)
TaskList
This plugin provides a dockable, tabular list of comments extracted from the text of a file being edited in jEdit.
2.6 for jEdit >= 5.3.0 (June 22, 2016)
2.5 for jEdit >= 4.5.0 (March 28, 2012)
0.4.4 for jEdit >= 4.2pre2 (August 8, 2004)
TEI
This plugin provides tooling for working with Text Encoding for Interchange (TEI) XML
1.4 for jEdit >= 5.5.0 (June 21, 2020)
Templates
The Templates plugin integrates the Apache Velocity templating engine with jEdit, to allow dynamic text generation based on template files.
5.0.3 for jEdit >= 5.5.0 (September 23, 2020)
5.0.1 for jEdit >= 5.2.0 (November 3, 2019)
4.1.2 for jEdit >= 4.3 (December 2, 2011)
TextAutocomplete
It's pretty similar to the jEdit's function "Complete Word" but it's automatic, you don't need to press any key to invoke the list of completions.
1.0.0 for jEdit >= 5.0.0 (June 13, 2013)
0.9.9 for jEdit >= 4.3pre15 (August 30, 2009)
TextFilter
TextFilter allows the user to run text from a buffer through an external process and capture the output. It also allows actions to be created and assigned to shortcuts using jEdit's action mechanism.
0.1.3 for jEdit >= 4.2final (October 14, 2007)
TextObjects
Plugin to select text objects (words, sentences, paragraphs, code blocks, quoted text, and comments).
1.1 for jEdit >= 4.3pre15 (June 22, 2009)
TextTools
The TextTools plugin provides a number of actions for manipulating text.
1.16 for jEdit >= 5.2.0 (October 27, 2015)
1.15 for jEdit >= 4.3 (December 21, 2011)
TomcatSwitch
The TomcatSwitch plugin allows for the creation and control of an external Jakarta Tomcat server process.
0.6.2 for jEdit between 4.0pre2 and 4.2final (February 3, 2003)
TypoScript
The TypoScript plugin provides a VFS (Virtual File System) module for loading and editing the "setup" and "constants" templates within the TYPO3 CMS. It requires the "jeditvfs" extension to be installed in TYPO3.
0.1.2 for jEdit >= 4.3pre14 (May 20, 2008)
0.1.1 for jEdit >= 4.2final (March 22, 2006)
Updater
Auto-update plugin
0.4 for jEdit >= 5.3.0 (January 10, 2018)
0.2 for jEdit >= 4.3.1 (October 25, 2011)
Vimulator
The Vimulator plugin provides jEdit with VI-style editing capabilities (i.e. modal editing). This plugin is in the early stages of implementation and does not yet provide a consistent or reliable VI-style interface. Caveat raptor.
0.6.3 for jEdit >= 5.6.0 (August 5, 2021)
0.1.0 for jEdit between 4.0pre7 and 4.1pre6 (April 13, 2002)
VoxSpell
English Language Spell Checker performs spell checking while you type, underlining misspelled words.
1.0.8 for jEdit >= 4.3pre15 (December 1, 2009)
WhiteSpace
The WhiteSpace plugin highlights normally invisible characters such as spaces, tabs, any other whitespace, and control characters. It also offers features to improve code readability and keep code consistently indented.
1.0.2 for jEdit >= 4.3 (February 8, 2012)
0.9.3 for jEdit >= 4.3pre3 (March 6, 2006)
XercesPlugin
Apache Xerces binaries + documentation
2.11.0_1 for jEdit >= 4.5.0 (July 14, 2015)
2.9.1 for jEdit >= 4.3pre5 (November 8, 2008)
Xilize
The XilizePlugin translates Xilize markup, a superset of Textile, for creation of rich XHTML pages making jEdit an efficient and very simple web content generation engine.
3.0.3.31 for jEdit between 4.2final and 4.3.3 (June 1, 2007)
XInsert
The XInsert plugin provides a hierarchical clip manager that utilizes XML based library files.
2.6 for jEdit >= 4.3.1 (March 7, 2011)
XML
The XML plugin provides features for editing XML, HTML, JavaScript and CSS files. For XML files, it does validation against a DTD, XSD, or RNG. For all languages, it displays element trees in the SideKick dockable. For XML, HTML and CSS, you get completion popups for elements, attribute, and entities.
3.0.8 for jEdit >= 5.5.0 (May 31, 2020)
3.0.6 for jEdit >= 5.2.0 (June 1, 2017)
3.0.0 for jEdit >= 5.2.0 (October 28, 2015)
2.8.3-jedit-4.5 for jEdit >= 4.5.0 (May 31, 2012)
2.8.0 for jEdit >= 4.3 (February 3, 2011)
XPTracker
The XPTracker plugin is for tracking project progress using Extreme Programming methodology.
0.1.0 for jEdit >= 4.2pre2 (July 12, 2003)
XQuery
The XQuery plugin provides features for querying XML documents, setting options for output, performance monitoring and other XQuery processor specific variables. The XQuery engine bundled with this plugin is the Saxon XQuery processor. But we designed the plugin to support other engines as well making use of a dynamic adapter system.
1.2.0 for jEdit >= 5.3.0 (December 5, 2017)
1.1.0 for jEdit >= 5.2.0 (December 19, 2015)
1.0.0 for jEdit >= 4.4 (August 30, 2011)
0.7.0 for jEdit between 4.2pre7 and 4.2final (June 21, 2004)
Xrefactory
The Xrefactory plugin provides jEdit with a code completion, source understanding tools, and a refactoring browser.
1.6.1 for jEdit between 4.1final and 4.2final (August 16, 2003)
XSearch
A replacement for the built-in search/replace dialog with enhancements.
1.9 for jEdit >= 5.1.0 (October 16, 2013)
1.7 for jEdit between 4.4.1 and 5.0.0 (October 17, 2011)
XSLT
The XSLT plugin provides features for transforming XML documents using XSLT stylesheets and for searching XML documents using XPath expressions.
0.8.2 for jEdit >= 5.0.0 (August 31, 2014)
0.7.1 for jEdit >= 4.3.1 (March 23, 2010)
 
Main Site
Features
Compatibility
Screenshots
Icons and Images
Reviews
Download
Plugins

Community
Community Site
Message Boards
Community Downloads
Links
Help
Quick Start Guide
Online Documentation
Feedback and Support
Developer
Development
SourceForge Project
Donate