Plugins for jEdit which I've either written or maintain. The only one missing is BufferWatcher, which would only be of historical interest [1].
Accents converts abbreviations for accented characters as you type. For example, if you enter 'a it is converted into รก . Accents is inspired by iso-accents-mode in Emacs.
ActionHooks enables one to execute actions or macros in reponse to specific EditBus messages. The EditBus is jEdit's mechanism for event notification.
EditorScheme is a plugin for jEdit that lets one easily switch between color schemes for jEdit's syntax highlighting.
First Mate is a plugin for jEdit that implements some features from TextMate. Its primary feature is 'Auto-Paired Characters' (automatically insert closing bracket, quote, brace, etc... when an opening one is typed).
MoinMoin is a plugin for jEdit that enables one to edit MoinMoin pages in jEdit.
PyUtils is a plugin for jEdit that provides utilities for editing Python code. This plugin is no longer maintained. It's functionality was merged into JythonInterpreter.
Tags is a plugin for jEdit that enables one to jump to the defintion of a class, method, etc... As you jump between defintions, Tags maintains a stack of you previous positions enabling you to easily return to previous locations. Tags requires ctags.
This plugin provides a dockable, tabular list of comments extracted from the text of a file being edited in jEdit. The display shows an icon representing the type of comment, the line where the comment appears and the comment text. You can jump to a comment by double-clicking on the corresponding row of the table. The comment text in the buffer can be highlighted as a user option.
Vimposter provides vi/vim emulation for jEdit.
| [1] | BufferWatcher was the first jEdit plugin I wrote, back in the fall of 1999. Every so often it checked if buffers had changed on disk and then asked you if you wished to reload the modified buffer(s). jEdit has long since had this feature. |