C# Class MonoDevelop.Ide.Editor.EditSession

Inheritance: IDisposable
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Protected Properties

Свойство Type Description
startOffset int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CheckIsValid ( ) : bool
OnEditorSet ( ) : void

Private Methods

Méthode Description
SetEditor ( TextEditor editor ) : void

Method Details

AfterBackspace() public méthode

public AfterBackspace ( ) : void
Résultat void

AfterDelete() public méthode

public AfterDelete ( ) : void
Résultat void

AfterReturn() public méthode

public AfterReturn ( ) : void
Résultat void

AfterType() public méthode

public AfterType ( char ch ) : void
ch char
Résultat void

BeforeBackspace() public méthode

public BeforeBackspace ( bool &handledCommand ) : void
handledCommand bool
Résultat void

BeforeDelete() public méthode

public BeforeDelete ( bool &handledCommand ) : void
handledCommand bool
Résultat void

BeforeReturn() public méthode

public BeforeReturn ( bool &handledCommand ) : void
handledCommand bool
Résultat void

BeforeType() public méthode

public BeforeType ( char ch, bool &handledCommand ) : void
ch char
handledCommand bool
Résultat void

CheckIsValid() protected méthode

protected CheckIsValid ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditSession() public méthode

public EditSession ( ) : System
Résultat System

EditSession() public méthode

public EditSession ( int startOffset, int endOffset ) : System
startOffset int
endOffset int
Résultat System

OnEditorSet() protected méthode

protected OnEditorSet ( ) : void
Résultat void

SessionStarted() public méthode

public SessionStarted ( ) : void
Résultat void

Property Details

startOffset protected_oe property

protected int startOffset
Résultat int