C# Класс MonoDevelop.FSharp.Formatting.FSharpTextEditorIndentation

Наследование: MonoDevelop.Ide.Gui.Content.TextEditorExtension
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DoPostInsertionSmartIndent void
DoPreInsertionSmartIndent void
DoReSmartIndent void
HandleStringConcatinationDeletion void
InitTracker void
RunFormatter void
RunFormatterAt void
TextEditorDataPaste void
TranslateKeyCharForIndenter char

Открытые методы

Метод Описание
DoInsertTemplate ( ) : bool
ExtendsEditor ( MonoDevelop doc, IEditableTextBuffer editor ) : bool
FSharpTextEditorIndentation ( ) : System
Initialize ( ) : void
KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool

Приватные методы

Метод Описание
DoPostInsertionSmartIndent ( char charInserted, bool hadSelection, bool &reIndent ) : void
DoPreInsertionSmartIndent ( Gdk key ) : void
DoReSmartIndent ( ) : void
HandleStringConcatinationDeletion ( int start, int end ) : void
InitTracker ( ) : void
RunFormatter ( ) : void
RunFormatterAt ( int offset ) : void
TextEditorDataPaste ( int insertionOffset, string text ) : void
TranslateKeyCharForIndenter ( Gdk key, char keyChar, char docChar ) : char

Описание методов

DoInsertTemplate() публичный Метод

public DoInsertTemplate ( ) : bool
Результат bool

ExtendsEditor() публичный Метод

public ExtendsEditor ( MonoDevelop doc, IEditableTextBuffer editor ) : bool
doc MonoDevelop
editor IEditableTextBuffer
Результат bool

FSharpTextEditorIndentation() публичный Метод

public FSharpTextEditorIndentation ( ) : System
Результат System

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

KeyPress() публичный Метод

public KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool
key Gdk
keyChar char
modifier Gdk
Результат bool