Свойство | Тип | Описание | |
---|---|---|---|
DoPostInsertionSmartIndent | void | ||
DoPreInsertionSmartIndent | void | ||
DoReSmartIndent | void | ||
DoReSmartIndent | void | ||
HandleStringConcatinationDeletion | void | ||
HandleTextPaste | void | ||
InitTracker | void | ||
RunFormatter | void | ||
TranslateKeyCharForIndenter | char | ||
TypeScriptTextEditorIndentation | System |
Метод | Описание | |
---|---|---|
DoInsertTemplate ( ) : bool | ||
FixLineStart ( |
||
GuessSemicolonInsertionOffset ( |
||
Initialize ( ) : void | ||
KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool |
Метод | Описание | |
---|---|---|
DoPostInsertionSmartIndent ( char charInserted, bool hadSelection, bool &reIndent ) : void | ||
DoPreInsertionSmartIndent ( Gdk key ) : void | ||
DoReSmartIndent ( ) : void | ||
DoReSmartIndent ( int cursor ) : void | ||
HandleStringConcatinationDeletion ( int start, int end ) : void | ||
HandleTextPaste ( int insertionOffset, string text, int insertedChars ) : void | ||
InitTracker ( ) : void | ||
RunFormatter ( Mono.TextEditor.DocumentLocation location ) : void | ||
TranslateKeyCharForIndenter ( Gdk key, char keyChar, char docChar ) : char | ||
TypeScriptTextEditorIndentation ( ) : System |
public static FixLineStart ( |
||
textEditorData | ||
stateTracker | DocumentStateTracker |
|
lineNumber | int | |
Результат | bool |
public static GuessSemicolonInsertionOffset ( |
||
data | ||
currLine | Mono.TextEditor.DocumentLine | |
caretOffset | int | |
Результат | int |
public KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool | ||
key | Gdk | |
keyChar | char | |
modifier | Gdk | |
Результат | bool |