Unicode Escape (Unicode_Escape.bsh v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:41
Converts all selected characters to Java-style unicode escapes (e.g. \u0000) unless the selection is a sequence of unicode escapes in which case they are converted back to characters.
GPL header template (header-gpl.vm v1.0 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 10:32
A template that can insert a GNU Public Licence header in a buffer using comment symbols and buffer settings appropriate to the buffer.
Reload Plugin Ant Task (jedit-ant-tasks.tar.gz v0.3 by Robert Fletcher)
Submitted by
rfletch6 on
Tuesday, 16 December, 2003 - 09:53
An Ant task that can reload a jEdit 4.2 plugin. This task can be used in plugin build.xml files to save repeatedly opening & closing the Plugin Manager. This version is aware of dependent plugins and by default also reloads them. The task can be used from within jEdit (for example, by using AntFarm), but is safe to include in build.xml files that may be used elsewhere (it will simply do nothing if jEdit is not available).