C# Class MonoDevelop.Ide.Editor.EditSession

Inheritance: IDisposable
Show file Open project: powerumc/monodevelop_korean Class Usage Examples

Protected Properties

Property Type Description
startOffset int

Public Methods

Method Description
AfterBackspace ( ) : void
AfterDelete ( ) : void
AfterReturn ( ) : void
AfterType ( char ch ) : void
BeforeBackspace ( bool &handledCommand ) : void
BeforeDelete ( bool &handledCommand ) : void
BeforeReturn ( bool &handledCommand ) : void
BeforeType ( char ch, bool &handledCommand ) : void
Dispose ( ) : void
EditSession ( ) : System
EditSession ( int startOffset, int endOffset ) : System
SessionStarted ( ) : void

Protected Methods

Method Description
CheckIsValid ( ) : bool
OnEditorSet ( ) : void

Private Methods

Method Description
SetEditor ( TextEditor editor ) : void

Method Details

AfterBackspace() public method

public AfterBackspace ( ) : void
return void

AfterDelete() public method

public AfterDelete ( ) : void
return void

AfterReturn() public method

public AfterReturn ( ) : void
return void

AfterType() public method

public AfterType ( char ch ) : void
ch char
return void

BeforeBackspace() public method

public BeforeBackspace ( bool &handledCommand ) : void
handledCommand bool
return void

BeforeDelete() public method

public BeforeDelete ( bool &handledCommand ) : void
handledCommand bool
return void

BeforeReturn() public method

public BeforeReturn ( bool &handledCommand ) : void
handledCommand bool
return void

BeforeType() public method

public BeforeType ( char ch, bool &handledCommand ) : void
ch char
handledCommand bool
return void

CheckIsValid() protected method

protected CheckIsValid ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditSession() public method

public EditSession ( ) : System
return System

EditSession() public method

public EditSession ( int startOffset, int endOffset ) : System
startOffset int
endOffset int
return System

OnEditorSet() protected method

protected OnEditorSet ( ) : void
return void

SessionStarted() public method

public SessionStarted ( ) : void
return void

Property Details

startOffset protected property

protected int startOffset
return int