C# Class MonoDevelop.Ide.Editor.SkipCharSession

Reassembles the old skip char system - shouldn't be used by new features anymore.
Inheritance: EditSession
Show file Open project: powerumc/monodevelop_korean

Public Methods

Method Description
AfterBackspace ( ) : void
AfterDelete ( ) : void
BeforeType ( char ch, bool &handledCommand ) : void
SkipCharSession ( char ch ) : System

Protected Methods

Method Description
OnEditorSet ( ) : void

Method Details

AfterBackspace() public method

public AfterBackspace ( ) : void
return void

AfterDelete() public method

public AfterDelete ( ) : void
return void

BeforeType() public method

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

OnEditorSet() protected method

protected OnEditorSet ( ) : void
return void

SkipCharSession() public method

public SkipCharSession ( char ch ) : System
ch char
return System