/bundles/plugins-trunk/XInsert/description.html

# · HTML · 26 lines · 22 code · 4 blank · 0 comment · 0 complexity · ea189d2ecad2e065be5b214247f6e178 MD5 · raw file

  1. <html>
  2. <p>
  3. XInsert will insert a section of code/text from a library into the current
  4. buffer, using a hierarchically structured tree view. It is also able
  5. to run scripts in a native format as well as BeanShell scripts and static
  6. Java methods.
  7. </p>
  8. <p>
  9. XInsert clips are inserted by double-clicking on the desired item in the
  10. expanded branch, or by selecting it with the keyboard and pressing &lt;Enter&gt;
  11. or &lt;Space&gt;. Two actions are provided that can be bound to keystroke
  12. combinations: One sets the focus to the XInsert tree to provide easy
  13. navigation without having to leave the keyboard; the other inserts the
  14. currently selected item even when the XInsert window is not visible.
  15. </p>
  16. <p>
  17. Clips are stored in a simple XML format. The place where the current
  18. selection should go is indicated with a '|' (pipe) character. That way
  19. huge tag libraries can be built. In addition, XInsert provides
  20. comfortable access to jEdit's own Beanshell macros.
  21. </p>
  22. </html>