/bundles/plugins-trunk/XInsert/RELEASE.txt
# · Plain Text · 37 lines · 29 code · 8 blank · 0 comment · 0 complexity · 62d58fa1707a2cc3951d119d328ce4d8 MD5 · raw file
- XInsert 2.5
-
- Requirements:
- * jdk 1.5
- * jEdit 4.3.1
-
- Announcement:
- Release 2.5 - maintainance release
- replaced the com.microstar parsing with SAX parsing
- fixed #2941806 - XInsert Plugin 1st global var value lost after entry
- implemented #2941806 - Xinsert plugin HTML tree to conform to spec
-
- Source:
- https://svn.sourceforge.net/svnroot/jedit/plugins/XInsert/
- tag: tags/release-2_5
-
- Short Description:
- Insert text clips and execute macros and scripts from a dockable tree.
-
- Long Description:
- XInsert will insert a section of code/text from a library into the current
- buffer, using a hierarchically structured tree view. It is also able
- to run scripts in a native format as well as BeanShell scripts and static
- Java methods.
-
- XInsert clips are inserted by double-clicking on the desired item in the
- expanded branch, or by selecting it with the keyboard and pressing <Enter>
- or <Space>. Two actions are provided that can be bound to keystroke
- combinations: One sets the focus to the XInsert tree to provide easy
- navigation without having to leave the keyboard; the other inserts the
- currently selected item even when the XInsert window is not visible.
-
- Clips are stored in a simple XML format. The place where the current
- selection should go is indicated with a '|' character. That way huge tag libraries can be built. In addition, XInsert provides comfortable access
- to jEdit's own Beanshell macros.
-
- Currently maintained by Martin Raspe (hertzhaft@biblhertz.it).