C# Class ScintillaNET_Kitchen.ScintillaEx

Inheritance: ScintillaNET.Scintilla
Mostrar archivo Open project: uuf6429/ScintillaNET-Kitchen Class Usage Examples

Public Methods

Method Description
GetKeywords ( int sid ) : string
ScintillaEx ( ) : System
SetKeywords ( int sid, string keywords ) : void

Protected Methods

Method Description
DoUpdateLineMargin ( int lineMarginChars ) : void
UpdateLineMargin ( ) : void

Method Details

DoUpdateLineMargin() protected method

protected DoUpdateLineMargin ( int lineMarginChars ) : void
lineMarginChars int
return void

GetKeywords() public method

public GetKeywords ( int sid ) : string
sid int
return string

ScintillaEx() public method

public ScintillaEx ( ) : System
return System

SetKeywords() public method

public SetKeywords ( int sid, string keywords ) : void
sid int
keywords string
return void

UpdateLineMargin() protected method

protected UpdateLineMargin ( ) : void
return void