public class AceCompletionSnippetSegmentTabstopItem extends Object implements AceCompletionSnippetSegment
| 构造器和说明 |
|---|
AceCompletionSnippetSegmentTabstopItem(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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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(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 String getPreparedText(int tabstopNumber)
AceCompletionSnippetSegmentgetPreparedText 在接口中 AceCompletionSnippetSegmenttabstopNumber - the tab stop numberCopyright © 2021. All rights reserved.