Package org.fife.ui.rsyntaxtextarea.templates

Facilitates adding code templates to an RSyntaxTextArea.

See:
          Description

Interface Summary
CodeTemplate A "code template" is a kind of macro for commonly-typed code.
 

Class Summary
AbstractCodeTemplate A base class to build code templates on top of.
StaticCodeTemplate A code template that inserts static text before and after the caret.
 

Package org.fife.ui.rsyntaxtextarea.templates Description

Facilitates adding code templates to an RSyntaxTextArea.