0.7.8:
- added COBOL and Awk modes
- commented out .html extension in x-jsp.html
- changed choose button in OptionPane to icon button
- added TAB_SIZE property
- added SOFT_TABS property
0.7.7:
- updated error reporting for EditBus 0.9
- added VBScript mode (x-vbs.xml) by André Kaplan
0.7.6:
- added initial support for EditBus error reporting in the XML
code via EditBus
- added ASP (JavaScript) mode (x-asp.xml) by Ollie Rutherfurd
- updated to work with EditBus 0.7/jEdit 2.2final
0.7.5:
- added changes.html
- moved html files to 'doc/'
- added NO_WORD_SEP tag to specify the "noWordSep" Buffer property.
- added error handling/logging for modes with duplicate names.
- added '_' to NO_WORD_SEP for X-PHP, X-JAVA, and X-TSQL.
- added the 'continue' and 'endswitch' keywords to the X-PHP mode.
- updated makefile.jmk to include this file and invoke the java compiler
fewer times by compiling the *Plugin.java file before the other *.java files
(since most class files in a typical plugin will be part of the dependency
tree of that file)
- began error handling for mode definition validity
Return to the main page