C# Class ARCed.Scintilla.Indentation

Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Public Properties

Property Type Description
SmartIndentCustomAction EventHandler

Private Methods

Method Description
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

Property Details

SmartIndentCustomAction public property

For Custom Smart Indenting, assign a handler to this delegate property.
public EventHandler SmartIndentCustomAction
return EventHandler