Свойство | Type | Description | |
---|---|---|---|
CSharpTextEditorIndentation | System | ||
CheckXmlCommentCloseTag | void | ||
ConvertNormalToVerbatimString | void | ||
ConvertToStringLiteral | string | ||
ConvertVerbatimStringToNormal | void | ||
DoPostInsertionSmartIndent | void | ||
DoPreInsertionSmartIndent | void | ||
DoReSmartIndent | void | ||
DoReSmartIndent | void | ||
HandleStringConcatinationDeletion | void | ||
HandleTextOptionsChanged | void | ||
HandleTextPaste | void | ||
HandleTextReplaced | void | ||
HandleTextReplacing | void | ||
IsSemicolonalreadyPlaced | bool | ||
ReindentOnTab | void | ||
RunFormatter | void | ||
SafeUpdateIndentEngine | void | ||
TranslateKeyCharForIndenter | char |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
DoInsertTemplate ( ) : bool | ||
FixLineStart ( |
||
GuessSemicolonInsertionOffset ( |
||
Initialize ( ) : void | ||
KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool |
Méthode | Description | |
---|---|---|
CSharpTextEditorIndentation ( ) : System | ||
CheckXmlCommentCloseTag ( char keyChar ) : void | ||
ConvertNormalToVerbatimString ( |
||
ConvertToStringLiteral ( string text ) : string | ||
ConvertVerbatimStringToNormal ( |
||
DoPostInsertionSmartIndent ( char charInserted, bool &reIndent ) : void | ||
DoPreInsertionSmartIndent ( Gdk key ) : void | ||
DoReSmartIndent ( ) : void | ||
DoReSmartIndent ( int cursor ) : void | ||
HandleStringConcatinationDeletion ( int start, int end ) : void | ||
HandleTextOptionsChanged ( object sender, |
||
HandleTextPaste ( int insertionOffset, string text, int insertedChars ) : void | ||
HandleTextReplaced ( object sender, Mono.TextEditor.DocumentChangeEventArgs e ) : void | ||
HandleTextReplacing ( object sender, Mono.TextEditor.DocumentChangeEventArgs e ) : void | ||
IsSemicolonalreadyPlaced ( |
||
ReindentOnTab ( ) : void | ||
RunFormatter ( Mono.TextEditor.DocumentLocation location ) : void | ||
SafeUpdateIndentEngine ( int offset ) : void | ||
TranslateKeyCharForIndenter ( Gdk key, char keyChar, char docChar ) : char |
public FixLineStart ( |
||
textEditorData | ||
stateTracker | IStateMachineIndentEngine | |
lineNumber | int | |
Résultat | bool |
public static GuessSemicolonInsertionOffset ( |
||
data | ||
curLine | ISegment | |
caretOffset | int | |
outOffset | int | |
Résultat | bool |
public KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool | ||
key | Gdk | |
keyChar | char | |
modifier | Gdk | |
Résultat | bool |