C# Class MonoDevelop.SourceEditor.ExtensibleTextEditor

Inheritance: Mono.TextEditor.MonoTextEditor
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство Type Description
DuplicateLine void
ExtensibleTextEditor System
ExtensionKeyPress bool
GetErrorInformationAt string
GetExpressionBeforeOffset string
GetTextWithoutCommentsAndStrings IEnumerable
HAdjustment_ValueChanged void
HandleMenuHidden void
Initialize void
InsertTemplate void
IsIdChar bool
JoinLines void
OnCharLeft void
OnCharRight void
OnCompleteStatement void
OnDeleteLeftChar void
OnDeleteLine void
OnDeleteNextSubword void
OnDeleteNextWord void
OnDeletePrevSubword void
OnDeletePrevWord void
OnDeleteRightChar void
OnDeleteToLineEnd void
OnDeleteToLineStart void
OnDocumentEnd void
OnDocumentStart void
OnExpandSelectionToLine void
OnGotoMatchingBrace void
OnInsertNewLine void
OnInsertNewLineAtEnd void
OnInsertNewLinePreserveCaretPosition void
OnInsertTab void
OnLineDown void
OnLineEnd void
OnLineStart void
OnLineUp void
OnMoveNextSubword void
OnMoveNextWord void
OnMovePrevSubword void
OnMovePrevWord void
OnPageDown void
OnPageUp void
OnPulseCaretCommand void
OnRemoveTab void
OnScrollLineDown void
OnScrollLineUp void
OnScrollPageDown void
OnScrollPageUp void
OnSelectionMoveDown void
OnSelectionMoveEnd void
OnSelectionMoveHome void
OnSelectionMoveLeft void
OnSelectionMoveNextSubword void
OnSelectionMoveNextWord void
OnSelectionMovePrevSubword void
OnSelectionMovePrevWord void
OnSelectionMoveRight void
OnSelectionMoveToDocumentEnd void
OnSelectionMoveToDocumentStart void
OnSelectionMoveUp void
OnSelectionPageDownAction void
OnSelectionPageUpAction void
OnSwitchCaretMode void
RecenterEditor void
ReportExtensionError void
ShowPopup void
TransposeCharacters void
UnregisterAdjustments void
UpdateEditMode void
UpdateSemanticHighlighting void
VAdjustment_ValueChanged void

Méthodes publiques

Méthode Description
DoInsertTemplate ( ) : bool
ExtensibleTextEditor ( SourceEditorView view ) : System
ExtensibleTextEditor ( SourceEditorView view, Mono options, Mono doc ) : System
FireOptionsChange ( ) : void
GetLanguageItem ( int offset, MonoDevelop &region ) : Microsoft.CodeAnalysis.ISymbol
GetLanguageItem ( int offset, string expression ) : Microsoft.CodeAnalysis.ISymbol
GetTemplateContext ( ) : CodeTemplateContext
IsTemplateKnown ( ) : bool

Méthodes protégées

Méthode Description
GetIdeColorStyleName ( ) : string
OnDestroyed ( ) : void
OnFocusOutEvent ( Gdk evnt ) : bool
OnIMProcessedKeyPressEvent ( Gdk key, uint ch, Gdk state ) : bool
OnKeyPressEvent ( Gdk evnt ) : bool
OnScrollAdjustmentsSet ( ) : void
OptionsChanged ( object sender, EventArgs args ) : void

Private Methods

Méthode Description
DuplicateLine ( ) : void
ExtensibleTextEditor ( ) : System
ExtensionKeyPress ( Gdk key, uint ch, Gdk state ) : bool
GetErrorInformationAt ( int offset ) : string
GetExpressionBeforeOffset ( int offset ) : string
GetTextWithoutCommentsAndStrings ( Mono doc, int start, int end ) : IEnumerable
HAdjustment_ValueChanged ( object sender, EventArgs e ) : void
HandleMenuHidden ( object sender, EventArgs e ) : void
Initialize ( SourceEditorView view ) : void
InsertTemplate ( MonoDevelop.Ide.CodeTemplates.CodeTemplate template, MonoDevelop editor, MonoDevelop context ) : void
IsIdChar ( char c ) : bool
JoinLines ( ) : void
OnCharLeft ( ) : void
OnCharRight ( ) : void
OnCompleteStatement ( ) : void
OnDeleteLeftChar ( ) : void
OnDeleteLine ( ) : void
OnDeleteNextSubword ( ) : void
OnDeleteNextWord ( ) : void
OnDeletePrevSubword ( ) : void
OnDeletePrevWord ( ) : void
OnDeleteRightChar ( ) : void
OnDeleteToLineEnd ( ) : void
OnDeleteToLineStart ( ) : void
OnDocumentEnd ( ) : void
OnDocumentStart ( ) : void
OnExpandSelectionToLine ( ) : void
OnGotoMatchingBrace ( ) : void
OnInsertNewLine ( ) : void
OnInsertNewLineAtEnd ( ) : void
OnInsertNewLinePreserveCaretPosition ( ) : void
OnInsertTab ( ) : void
OnLineDown ( ) : void
OnLineEnd ( ) : void
OnLineStart ( ) : void
OnLineUp ( ) : void
OnMoveNextSubword ( ) : void
OnMoveNextWord ( ) : void
OnMovePrevSubword ( ) : void
OnMovePrevWord ( ) : void
OnPageDown ( ) : void
OnPageUp ( ) : void
OnPulseCaretCommand ( ) : void
OnRemoveTab ( ) : void
OnScrollLineDown ( ) : void
OnScrollLineUp ( ) : void
OnScrollPageDown ( ) : void
OnScrollPageUp ( ) : void
OnSelectionMoveDown ( ) : void
OnSelectionMoveEnd ( ) : void
OnSelectionMoveHome ( ) : void
OnSelectionMoveLeft ( ) : void
OnSelectionMoveNextSubword ( ) : void
OnSelectionMoveNextWord ( ) : void
OnSelectionMovePrevSubword ( ) : void
OnSelectionMovePrevWord ( ) : void
OnSelectionMoveRight ( ) : void
OnSelectionMoveToDocumentEnd ( ) : void
OnSelectionMoveToDocumentStart ( ) : void
OnSelectionMoveUp ( ) : void
OnSelectionPageDownAction ( ) : void
OnSelectionPageUpAction ( ) : void
OnSwitchCaretMode ( ) : void
RecenterEditor ( ) : void
ReportExtensionError ( Exception ex ) : void
ShowPopup ( Gdk evt ) : void
TransposeCharacters ( ) : void
UnregisterAdjustments ( ) : void
UpdateEditMode ( ) : void
UpdateSemanticHighlighting ( ) : void
VAdjustment_ValueChanged ( object sender, EventArgs e ) : void

Method Details

DoInsertTemplate() public méthode

public DoInsertTemplate ( ) : bool
Résultat bool

ExtensibleTextEditor() public méthode

public ExtensibleTextEditor ( SourceEditorView view ) : System
view SourceEditorView
Résultat System

ExtensibleTextEditor() public méthode

public ExtensibleTextEditor ( SourceEditorView view, Mono options, Mono doc ) : System
view SourceEditorView
options Mono
doc Mono
Résultat System

FireOptionsChange() public méthode

public FireOptionsChange ( ) : void
Résultat void

GetIdeColorStyleName() protected méthode

protected GetIdeColorStyleName ( ) : string
Résultat string

GetLanguageItem() public méthode

public GetLanguageItem ( int offset, MonoDevelop &region ) : Microsoft.CodeAnalysis.ISymbol
offset int
region MonoDevelop
Résultat Microsoft.CodeAnalysis.ISymbol

GetLanguageItem() public méthode

public GetLanguageItem ( int offset, string expression ) : Microsoft.CodeAnalysis.ISymbol
offset int
expression string
Résultat Microsoft.CodeAnalysis.ISymbol

GetTemplateContext() public méthode

public GetTemplateContext ( ) : CodeTemplateContext
Résultat CodeTemplateContext

IsTemplateKnown() public méthode

public IsTemplateKnown ( ) : bool
Résultat bool

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnFocusOutEvent() protected méthode

protected OnFocusOutEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnIMProcessedKeyPressEvent() protected méthode

protected OnIMProcessedKeyPressEvent ( Gdk key, uint ch, Gdk state ) : bool
key Gdk
ch uint
state Gdk
Résultat bool

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnScrollAdjustmentsSet() protected méthode

protected OnScrollAdjustmentsSet ( ) : void
Résultat void

OptionsChanged() protected méthode

protected OptionsChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void