Recently Updated Plugins
Plugins updated:
20-January-09 |
CamelComplete 2.8.0: Simple Mode works w/ Lisp &
XML identifiers |
VoxSpell 1.0.5: * Unicode apostrophe (\u2019) is now included in the punctuation
list that does not start a new word.
Bug Fixes:
* A null pointer exception was generated when trying to access a
null editPane (fix now checks for a null editPane). |
|
Plugins updated:
18-January-09 |
SpellCheck R006: SpellCheckPlugin R006
Source: Source code is in SVN with the tag
plugins/SpellCheck/tags/SpellCheckR006
Announcement: This version makes Aspell optional by bundling the
Hunspell library.
It also adds user dictionaries, gives more flexibility in the
spell-check dialog,
and lets the user choose which token types to spell-check depending
on the mode.
Requires Java 1.5
Requires jEdit 04.03.15.00
Required plugins:
CommonControlsPlugin 0.9.4
errorlist.ErrorListPlugin 1.3
VoxSpell 1.0.3
Short Description: The SpellCheck Plugin performs spell checking of
text in a jEdit buffer.You will need to install Aspell to use this plugin.
Long Description: <html>
<p>
SpellCheck is an jEdit plugin to perform spell checking of text in a jEdit
buffer.
</p>
<p>
This plugin provides: an jEdit action to spell check selected text,
a spell check dialog to allow the user to validate each suspect word
(the dialog has buttons for: Cancel, Change, Change All, Ignore, and Ignore
All),
it shows the suspect word, lists suggested replacements,
and has a field where the user can type in the replacement word.
It also features user-editable dictionaries.
</p>
</html> |
|
Plugins updated:
14-January-09 |
JSLint 0.7: First public release of JSLint plugin for jEdit |
|
Plugins updated:
25-December-08 |
SVNPlugin 1.1.0: {{{ SVNPlugin 1.1.0
Source: Source code is in SVN with the tag 1.1.0
Announcement:
- Added support for Blame command.
- Moved hard-coded strings to property file so the text can be
localized.
- Added cancel button to dialog asking to recurse.
- Increased the default number of log entries from 100 to 1000,
which works better for large projects.
- Changed icon in tabs of SVN console to use jEdit's close icon.
- Added 'copy path' value to the log results output, this is useful
to know where a branch came from.
- Removed extra / from path for delete, added confirm dialog for
delete from repository.
- Updated to use new DynamicContextMenuService from jEdit to add
the Subversion commands to the text area context menu. This means this
plugin now requires at least jEdit 4.3pre15.
- Added ability to open a file from the update results panel by
double clicking on it.
- Added "stop" button for all actions so that long-running commands
can be stopped without exiting jEdit.
- Fix for 1961967, makes the refresh a little smarter in the
'browse repository' tree. If a node is selected in the tree, just that
node is refreshed, rather than the whole tree. Only the immediate children
of that node are refreshed, further descendants (grand-children, etc) are
not. If no node is selected, then the refresh button acts as it did
previously, that is, it refreshes the entire tree and only the chilren of
the root are shown.
- Fixed the history text fields so they actually save the history.
- Quite a bit of code cleanup.
Requires Java 1.5.0
Requires jEdit 04.03.15.00
Required plugins:
jdiff.JDiffPlugin 2.0.0
CommonControlsPlugin 0.9.4
projectviewer.ProjectPlugin 2.1.3 |