Plugins updated:
6-March-06 |
Console 4.2.4: > cvs tag -R Console_4_2_3 .
* Version 4.2.3 Requires jEdit 4.2 final, JDK 1.5, ErrorList 1.3.5, ProjectViewer 2.1.1 (optional)
o Closing one View does not remove toolbars from all other views.
o Un-broke some earlier plugin-breaking changes. (Alan Ezust)
o Improved Perl error pattern
* Version 4.2.2 Requires jEdit 4.2 final, JDK 1.5, ErrorList 1.3.5, ProjectViewer 2.1.1 (optional)
o Now it is possible to enable/disable individual error
matchers with a checkbox there.
o Rewrote the Error Pattern dialog into a JPanel, embeddable in the larger
OptionPane. No more popping up of dialogs for editing an error pattern. (Alan Ezust)
* Version 4.2.1 Requires jEdit 4.2 final, ErrorList 1.3.5, and JDK 1.5. Optional: Projectviewer 2.1.0.92 (for listening to events).
o Rewrote command execution part to use the JDK 1.5 ProcessBuilder class. This made it possible to merge stdout and stderr, which means that the output of make, which sends its "entering/leaving" messages to stdout, and its error messages to stderr, can be merged into one stream for parsing.
o Applied encoding patch from jedit-plugin-bugs #1245860.
o Context menu on commando buttons lets you hide/customize the built-in commands with ease.
o New beanshell commands bound to system shell actions: chdir to ProjectViewer root, and chdir to ProjectViewer current.
o Option to bind the above actions to new ProjectViewer Events.
o Console Preferences allow you to set a prefix, so you can run each command in an alternate shell (not working yet).
* Version 4.2 Requires jEdit 4.2 final, JDK 1.4, and ErrorList 1.3.5
o Possibility of testing regular expressions in the Plugin Options - Console - Error Patterns.
o Rewrote to use java.util.Pattern instead of gnu.regex.RE.
o Possibility of selecting which Commando buttons are shown in the toolbar.
o Added some more Commando buttons (make, ant) to choose from.
o Misc bugfixes - Alan Ezust |
FastOpen 2.0: 1. FastOpen now maintains an Index of files instead
of querying the sources each time. An Index Manager
thread will update the index in the background from
time-to-time(configurable via Global Options). This
immensely speeds up FastOpen.
2. File search string entered during the time the
Index is being created(generally on first execution of
FastOpen), is buffered and is automatically executed
when indexing process is completed. So during initial
index building esp. of large projects be patient.
3. Incase two files are not open, then the one which
is Project file take precedence(If Sorting is enabled).
4. Fixed a rare case of Same file (1 appearing in
Project and the other from Recent List before the
Project was created) both getting displayed because
sources were returning different character case namely
ProjectViewer returning c:\directory\myfile.txt and
Recent file returning C:\directory\myfile.txt.
5. Fixed a rare NPE case if there was a RegexpException
6. Limited the filename search pattern to ignore
multiline selections to avoid mistakenly invoking
FastOpen on a large selection and FastOpen having to go
and search an invain pattern.
7. Multi-File open ability added.
8. Projects in the Project List dropdown are now
sorted in case-insensitive order. |
Highlight 1.3.2: New feature : highlight status enabled or disabled are
saved when closing jEdit. Updated for jEdit 4.3pre3 refactoring. |
LaTeXTools 0.5.2 |
LispPaste 1.0.1: Shuffled LispPaste to use xmlrpc from JakartaCommons
*No longer requires bundled xmlrpc-1.2.jar* |
PythonClient 0.2 |
SQL 1.03: bugfix for ProjectViewer 2.1.1 |
WhiteSpace 0.9.3: Updated for jEdit 4.3pre3 changes |
|
Plugins updated:
21-February-06 |
JakartaCommons 0.4.4: added xml-rpc and it's dependency |
Recent 0.1: initial release |
ShortcutDisplay 1.1: Now remembers window location |
TypoScript 0.1.0: initial release |
|
Plugins updated:
8-February-06 |
LazyImporter 1.08: Changes for jEdit 4.3pre3 JEditTextArea refactoring |
|
Plugins updated:
1-February-06 |
CodeBrowser 1.4.2: Fixes so that it works with jEdit 4.3. |
CommonControls 0.9.0: * Fix jEdit 4.3 compatibility
* Add new widget OkCancelButtons
* Add new dynamic I/O thread pool |
JavaSideKick 2.0: Yet another Java code browser, provides full support
for all Java 1.5 and earlier syntax. Based on SideKick
and derived from JBrowse. |
P4Plugin 0.2.0: initial plugin release |
ProjectViewer 2.1.2.0: Bug fix release; lots of fixes to plugin extension
support. No new user functionality. |
TextFilter 0.1.2: Uses the I/O threads provided by CommonControls for
reduced resource usage. |