Recently Updated Plugins
Plugins updated:
8-November-06 |
JDiffPlugin 1.5.1: Source: Source code is in SVN with the tag plugins/JDiffPlugin/tags/jdiffplugin-1_5_1
Announcement: Contains a minor bugfix (1575601)
which was the result of some of the text area refactoring.
Requires Java 1.5
Requires jEdit 04.03.07.00
Short Description: JDiffPlugin is a visual diff utility for jEdit.
Long Description: JDiffPlugin is a visual diff utility for jEdit. |
|
Plugins updated:
6-November-06 |
JCompiler 1.7.2: Source: Source code is in SVN with the tag jcompiler_1_7_2.
Announcement: - fixes compatiility with newer Console
plugin releases. Needs Java 1.5 due to updated Console
requirement.
Requires Java 1.5
Requires jEdit 04.02.99.00
Required plugins:
javacore.JavaCorePlugin 0.7.1
errorlist.ErrorListPlugin 1.3.1
console.ConsolePlugin 4.2.5.1
Short Description: The JCompiler plugin allows for
in-process compiling of Java source files and packages,
and invocation of an external java compiler.
Long Description: <p>The JCompiler plugin allows for
compiling java source files <b>in-process</b>. It does
not start a new javac process and is therefore much
faster than compiling in an external process. It will
also include the directory where the source file
resides in the CLASSPATH during compilation. It can
compile a single file or the whole current package. It
will also optionally save the current buffer or all
open buffers before beginning compilation.</p>
<p>Error messages are displayed in the Console and the
ErrorList, allowing error highlighting and one-click
navigation to error lines in the source code.</p>
<p>You may also configure JCompiler to use an external
compiler such as javac, jikes or kjc.</p>
<p>Source- and classpath information may also be
managed by the JavaCore plugin and one of its
ClassSource providers.</p> |
OpenIt 1.5.0: Changes:
* Better integration with Project Viewer. OpenIt
indexes only project files now.
* Improved usability.
* The code has been refactored and a lot of bugs has
been fixed. |
|
Plugins updated:
1-November-06 |
AStylePlugin 0.8.1: {{{ astyle 0.8.1
Source: Source code is in SVN with the tag 7085
Announcement: fix for [ 1473136 ] Astyle split view
post-format caret position bug, applied fix to both
AStyle and to Beauty.
Requires Java 1.4
Requires jEdit 04.02.01.00
Short Description: The AStyle Beautifier Plugin
reformats and beautifies Java and C/C++ code.
Long Description: The AStyle Beautifier Plugin
reformats and beautifies Java and C/C++ code. }}} |
ColumnRuler 1.0.1: Requirements:
* JDK 1.5.0
* jEdit 4.3pre7
Announcement:
- Now compatible with jEdit4.3pre7
- Added 'Clear Marks' action
- Added All Guides On and All Guides Off actions
- Fixed activation bug
- Fixed ConcurrentModificationException when
stopping plugin
- Fixed deadlock when opening a file
- Fixed visual rattle on enabling the column ruler
- Rectangular selection highlighting now follow
horizontal scroll
- Fixed NullPointerException when opening a view
- Fixed dropping of functions which is often seen
after splitting
- Fixed some memory leaks
- WrapMark is now visible no matter which wrap
mode is used
- Removed rude modification of built-in wrap guide
switch
Source:
plugins/ColumnRuler (in CVS repository)
tag: release-1_0_1
Short Description:
Provides a ruler across the top of the text area
which marks off columns.
Long Description:
This plugin provides a ruler above the text area
which marks off columns. Hopefully it's obvious that
this only makes sense if you're using a fixed-width
font such as Courier.
It also indicates the column where the caret is,
the wrap column, and when text is selected, it
highlights the columns of the current selection and
displays the selection size.
The wrap mode for the current buffer can be set by
right-clicking the ruler, and the wrap column for a
buffer can be set by dragging the wrap marker. |
CtagsSideKick 1.0: Requires Java 1.5
Requires jEdit 04.03.05.00
Required plugins:
sidekick.SideKickPlugin 0.6.1 |
|
Plugins updated:
8-October-06 |
Console 4.2.6.5: Announcement: The Console plugin now can run
interactive programs inside its shell again, as long as
there's no fancy terminal input involved. So for
example, python -i works inside console now. Thanks to
Christopher Plant for that feature!
This will be the last version of Console for
jEdit 4.2final. All future versions will require
4.3pre7 or later.
Requires Java 1.5
Requires jEdit 04.02.99.00
Required plugins:
errorlist.ErrorListPlugin 1.3.4
Optional plugins:
projectviewer.ProjectPlugin 2.1.1 |
Console 4.3.0 |
ShortcutDisplay 1.2: Announcement: Added scroll bar to display. Still
not great, as the arrow keys wont work, but at least
you can see all your shortcuts now. Also, now using
GUIUtilities saveGeometry to save size of pop up and
upped the speed on the scroll bars so the mouse wheel
is reasonably quick on the pop up. Thanks to Alan and
Vampire for the suggestions and help.
Requires Java 1.5
Requires jEdit 04.03.03.00 |