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 class
The cursor variable determines the cursor placement after template edition.static class
The date variable evaluates to the current date.static class
The dollar variable inserts an escaped dollar symbol.static class
The line selection variable determines templates that work on selected lines.static class
The selection variable determines templates that work on a selection.static class
The time variable evaluates to the current time.static class
The user variable evaluates to the current user.static class
The word selection variable determines templates that work on selected words, but not on selected lines.static class
The year variable evaluates to the current year.