Class TemplateAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, SyntaxAction

    public class TemplateAction
    extends DefaultSyntaxAction
    This action replaces the selection with the configured template in the config ACTION-NAME.Template There are two kinds of templates:
  • Simple Templates are replaced as is
  • Whole Line Templates will ensure a whole line is selected. Each line in the selection will be prefixed, and postfixed with whatever appears on the line in the template
See Also:
Serialized Form