C# Класс ARCed.Scintilla.Indentation

Наследование: TopLevelHelper
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SmartIndentCustomAction EventHandler

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

Метод Описание
CheckSmartIndent ( char ch ) : void

If Smart Indenting is enabled, this delegate will be added to the CharAdded multicast event.

IndentLine ( int line, int indent ) : void

Smart Indenting helper method

Indentation ( Scintilla scintilla ) : System
ResetBackspaceUnindents ( ) : void
ResetIndentWidth ( ) : void
ResetShowGuides ( ) : void
ResetSmartIndentType ( ) : void
ResetTabIndents ( ) : void
ResetTabWidth ( ) : void
ResetUseTabs ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeBackspaceUnindents ( ) : bool
ShouldSerializeIndentWidth ( ) : bool
ShouldSerializeShowGuides ( ) : bool
ShouldSerializeSmartIndentType ( ) : bool
ShouldSerializeTabIndents ( ) : bool
ShouldSerializeTabWidth ( ) : bool
ShouldSerializeUseTabs ( ) : bool

Описание свойств

SmartIndentCustomAction публичное свойство

For Custom Smart Indenting, assign a handler to this delegate property.
public EventHandler SmartIndentCustomAction
Результат EventHandler