Plugin Central updates
Submitted by Monday, 5 August, 2002 - 17:56
on
- AntVizPlugin 1.0: initial Plugin Central release; visualizes
Ant-script dependencies; step-through debugging of targets; (Ant-)property inspector; requires jEdit 4.1pre2, AntFarm 1.1, Console 3.1, XML 0.8.1, and JDK 1.4; includes JGraph 1.0.5 and dom4j 1.3
- DragAndDrop 0.2.7: fixed bug that would cause jEdit to lock up if a dropped file caused a dialog to pop up; used Java 1.3 methods for text drops; requires jEdit 3.2.2 and JDK 1.3
- GruntspudPlugin 0.0.9-alpha: initial Plugin Central release; requires jEdit 4.0final, Console 3.1, JDiffPlugin 1.3, and JDK 1.3; includes Netbeans' cvslib.jar and Jakarta's NetComponents.jar
- IRC 1.9: /AWAY, /DEFAULTS, /TOPIC and /PART commands added; users will now be prompted to change their nickname at first use; a right click on any user from the users list will appends its nickname into the input field at the caret position; entering into query mode using the /QUERY command or the mouse (double click only now) will highlight the queried user until brought back to public mode (/Q or double click on the highlighted user); highlighting feature added (all messages containing the user nick or any words of the highlights list will be displayed using the highlighted message color set into the IRC option panel. Any message from users whose nicks are in the highlights list will be highlighted too); channel name and its topic if any are now displayed over the IRC window; updated to jEdit 4.0 dockable API; requires jEdit 4.0final and JDK 1.3
- MacroManager 1.0: initial Plugin Central release; requires jEdit 4.0final and JDK 1.3
- PMDPlugin 0.7: initial Plugin Central release; updated to use pmd-0.8; now individual rules can be selected; requires jEdit 4.0.3, ErrorList 1.2, and JDK 1.3; includes PMD 0.8
- ProjectViewer 1.0.4: version 1.0.4 changes: changed configuration file layout; project configuration is "lazy loaded" (loaded only when needed); added configuration panel to jEdit configuration dialog and added config class holding all configuration data for the plugin; added properties dialog for projects, used to create new project and to modify existing ones; added context menus to the trees, and implemented multiple selections in the tree (only in single project view); remove buttons and context menu entries now can handle multiple selections; opened files are remembered on a per-project basis; lots of small changes/fixes; fixed bug when importing files from dirs not below project root; version 1.0.3 changes: cleanups source-code formatting, adding missing scope identifiers, adding final if possible); initial user documentation (using docbook-xsl); the red '-' can now even remove whole directories (after asking); fixed build.xml, so that docs are now included; slight speedup in treehandling (made most members static); project files are colored according to the setting of the filesystem browser; toolbar is now JToolBar and has roll-over buttons; removed deprecation warning (updated to jEdit 4.0 dockable API); sorted extensions in import-sample.properties; added CVS policy file; project parsing does not start at jEdit start up unless the the viewer is set to be displayed on start up; fixed NPE when a click occurs over a non-node port of project tree; added 'py' (Python) extension to supported import extensions; project directories are now sorted; double click interval have been shortened from 2 seconds to .5 seconds; changes by Stefan Kost and Marcelo Vanzin; requires jEdit 4.0final and JDK 1.4
- SpellCheck R004: updated for jEdit 4.0 API; spell checks for entire buffer when no selection; if the Aspell executable field is empty it is defaulted to 'Aspell' on Unix systems (on others systems an open file dialog is displayed); add the ability to choose another language dictionary than the default one; add the ability to choose to automatically discard tags in all defined markup edit modes; add the ability to specify any additional Aspell parameter; fix: the current buffer is no more changed when there were no spell errors corrected in the buffer; fix: the last line separator of the selection which is spell checked was removed if any; fix: Exception was thrown when there was no suggestion for a word; requires jEdit 4.0pre1 and JDK 1.3