Uses of Class
org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
Packages that use SimpleTemplateVariableResolver
Package
Description
Application programming interfaces for interaction
with the Eclipse text template support.
-
Uses of SimpleTemplateVariableResolver in org.eclipse.jface.text.templates
Subclasses of SimpleTemplateVariableResolver in org.eclipse.jface.text.templatesModifier and TypeClassDescriptionstatic classThe cursor variable determines the cursor placement after template edition.static classThe date variable evaluates to the current date.static classThe dollar variable inserts an escaped dollar symbol.static classThe line selection variable determines templates that work on selected lines.static classThe selection variable determines templates that work on a selection.static classThe time variable evaluates to the current time.static classThe user variable evaluates to the current user.static classThe word selection variable determines templates that work on selected words, but not on selected lines.static classThe year variable evaluates to the current year.