public class AceCompletionSnippetSegmentTabstopItem extends java.lang.Object implements AceCompletionSnippetSegment
| Constructor and Description |
|---|
AceCompletionSnippetSegmentTabstopItem(java.lang.String tabstopText)
Text that should fit inside a tabstop, the first tabstop is selected after a substitution, and subsequent tabstops are moved between by
pressing the tab button.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPreparedText(int tabstopNumber)
Gets the escaped and prepared textual representation of this snippet segment (backslash and dollar are escaped in general and the dollar is used for certain special tokens)
|
public AceCompletionSnippetSegmentTabstopItem(java.lang.String tabstopText)
tabstopText - The literal text that makes up part of the tab stop. This does not need to be escaped, escaping will be handled automatically.public java.lang.String getPreparedText(int tabstopNumber)
AceCompletionSnippetSegmentgetPreparedText in interface AceCompletionSnippetSegmenttabstopNumber - the tab stop number