/bundles/plugins-trunk/XInsert/RELEASE.txt

# · Plain Text · 37 lines · 29 code · 8 blank · 0 comment · 0 complexity · 62d58fa1707a2cc3951d119d328ce4d8 MD5 · raw file

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