C# Class MonoDevelop.SourceEditor.ExtensibleTextEditor

Inheritance: Mono.TextEditor.MonoTextEditor
ファイルを表示 Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

public DoInsertTemplate ( ) : bool
return bool

ExtensibleTextEditor() public method

public ExtensibleTextEditor ( SourceEditorView view ) : System
view SourceEditorView
return System

ExtensibleTextEditor() public method

public ExtensibleTextEditor ( SourceEditorView view, Mono options, Mono doc ) : System
view SourceEditorView
options Mono
doc Mono
return System

FireOptionsChange() public method

public FireOptionsChange ( ) : void
return void

GetIdeColorStyleName() protected method

protected GetIdeColorStyleName ( ) : string
return string

GetLanguageItem() public method

public GetLanguageItem ( int offset, MonoDevelop &region ) : Microsoft.CodeAnalysis.ISymbol
offset int
region MonoDevelop
return Microsoft.CodeAnalysis.ISymbol

GetLanguageItem() public method

public GetLanguageItem ( int offset, string expression ) : Microsoft.CodeAnalysis.ISymbol
offset int
expression string
return Microsoft.CodeAnalysis.ISymbol

GetTemplateContext() public method

public GetTemplateContext ( ) : CodeTemplateContext
return CodeTemplateContext

IsTemplateKnown() public method

public IsTemplateKnown ( ) : bool
return bool

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnFocusOutEvent() protected method

protected OnFocusOutEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnIMProcessedKeyPressEvent() protected method

protected OnIMProcessedKeyPressEvent ( Gdk key, uint ch, Gdk state ) : bool
key Gdk
ch uint
state Gdk
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnScrollAdjustmentsSet() protected method

protected OnScrollAdjustmentsSet ( ) : void
return void

OptionsChanged() protected method

protected OptionsChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void