Method | Description | |
---|---|---|
AddQuickTaskProvider ( IQuickTaskProvider provider ) : void | ||
AddUsageTaskProvider ( IUsageProvider provider ) : void | ||
Dispose ( ) : void | ||
EmacsFindNext ( ) : void | ||
EmacsFindPrevious ( ) : void | ||
FindNext ( ) : Mono.TextEditor.SearchResult | ||
FindNext ( bool focus ) : Mono.TextEditor.SearchResult | ||
FindNextSelection ( ) : Mono.TextEditor.SearchResult | ||
FindPrevious ( ) : Mono.TextEditor.SearchResult | ||
FindPrevious ( bool focus ) : Mono.TextEditor.SearchResult | ||
FindPreviousSelection ( ) : Mono.TextEditor.SearchResult | ||
OnToggleErrorTextMarker ( ) : void | ||
OnUpdateToggleErrorTextMarker ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
Reload ( ) : void | ||
RemoveMessageBar ( ) : void | ||
RemoveQuickTaskProvider ( IQuickTaskProvider provider ) : void | ||
ShowAutoSaveWarning ( string fileName ) : void | ||
ShowFileChangedWarning ( bool multiple ) : void | ||
ShowGotoLineNumberWidget ( ) : void | ||
ShowReplaceWidget ( ) : void | ||
ShowSearchWidget ( ) : void | ||
SourceEditorWidget ( |
||
Split ( bool vSplit ) : void | ||
SwitchWindow ( ) : void | ||
ToggleCodeComment ( ) : void | ||
Unsplit ( ) : void | ||
UseSelectionForFind ( ) : void | ||
UseSelectionForReplace ( ) : void |
Method | Description | |
---|---|---|
OnTasksUpdated ( |
Method | Description | |
---|---|---|
AddMarker ( List |
||
CaretPositionChanged ( object o, Mono.TextEditor.DocumentLocationEventArgs args ) : void | ||
CommentSelectedLines ( string commentTag ) : void | ||
ConvertLineEndings ( ) : void | ||
EllipsizeMiddle ( string str, int truncLen ) : string | ||
EnsureCorrectEolMarker ( string fileName ) : bool | ||
FormatPatternToSelectionOption ( string pattern ) : string | ||
GetEolString ( string detectedEol ) : string | ||
HandleParseInformationUpdaterWorkerThreadDoWork ( bool firstTime, MonoDevelop.Projects.Dom.ParsedDocument parsedDocument, |
||
HasAnyFocusedChild ( Gtk.Widget widget ) : bool | ||
ITextEditorExtension ( Gdk key, char keyChar, Gdk modifier ) : bool | ||
ITextEditorExtension ( ) : object | ||
ITextEditorExtension ( ) : void | ||
ITextEditorExtension ( int startIndex, int endIndex ) : void | ||
KillWidgets ( ) : bool | ||
MonodocResolver ( ) : void | ||
MonodocResolverUpdate ( MonoDevelop.Components.Commands.CommandInfo cinfo ) : void | ||
NextIssue ( ) : void | ||
NextIssueError ( ) : void | ||
OnLostFocus ( ) : void | ||
OnUpdateToggleComment ( MonoDevelop info ) : void | ||
OnUpdateUseSelectionForFind ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
OnUpdateUseSelectionForReplace ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
PrevIssue ( ) : void | ||
PrevIssueError ( ) : void | ||
RecreateMainSw ( ) : void | ||
RemoveErrorUndelinesResetTimerId ( ) : void | ||
RemoveErrorUnderlines ( |
||
RemoveSearchWidget ( ) : bool | ||
ResetFocusChain ( ) : void | ||
SetLastActiveEditor ( |
||
SetParsedDocument ( MonoDevelop.Projects.Dom.ParsedDocument newDocument, bool runInThread ) : void | ||
SetReplacePatternToSelection ( ) : void | ||
SetSearchPatternToSelection ( ) : void | ||
ShowIncorretEolMarkers ( string fileName, bool multiple ) : void | ||
ShowSearchReplaceWidget ( bool replace ) : void | ||
StopParseInfoThread ( ) : void | ||
ToggleCodeCommentWithBlockComments ( ) : void | ||
UncommentSelectedLines ( string commentTag ) : void | ||
UnderLineError ( |
||
UpdateEolMarkerMessage ( bool multiple ) : void | ||
UpdateErrorUndelines ( MonoDevelop.Projects.Dom.ParsedDocument parsedDocument ) : void | ||
UpdateLineCol ( ) : void | ||
UpdateLineColOnEventHandler ( object sender, |
||
UpdateParsedDocument ( MonoDevelop.Projects.Dom.ParsedDocument document ) : void | ||
UpdateQuickTasks ( MonoDevelop.Projects.Dom.ParsedDocument doc ) : void |
public AddQuickTaskProvider ( IQuickTaskProvider provider ) : void | ||
provider | IQuickTaskProvider | |
return | void |
public AddUsageTaskProvider ( IUsageProvider provider ) : void | ||
provider | IUsageProvider | |
return | void |
public FindNext ( ) : Mono.TextEditor.SearchResult | ||
return | Mono.TextEditor.SearchResult |
public FindNext ( bool focus ) : Mono.TextEditor.SearchResult | ||
focus | bool | |
return | Mono.TextEditor.SearchResult |
public FindNextSelection ( ) : Mono.TextEditor.SearchResult | ||
return | Mono.TextEditor.SearchResult |
public FindPrevious ( ) : Mono.TextEditor.SearchResult | ||
return | Mono.TextEditor.SearchResult |
public FindPrevious ( bool focus ) : Mono.TextEditor.SearchResult | ||
focus | bool | |
return | Mono.TextEditor.SearchResult |
public FindPreviousSelection ( ) : Mono.TextEditor.SearchResult | ||
return | Mono.TextEditor.SearchResult |
protected OnTasksUpdated ( |
||
e | ||
return | void |
public OnUpdateToggleErrorTextMarker ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
info | MonoDevelop.Components.Commands.CommandInfo | |
return | void |
public RemoveQuickTaskProvider ( IQuickTaskProvider provider ) : void | ||
provider | IQuickTaskProvider | |
return | void |
public ShowAutoSaveWarning ( string fileName ) : void | ||
fileName | string | |
return | void |
public ShowFileChangedWarning ( bool multiple ) : void | ||
multiple | bool | |
return | void |
public SourceEditorWidget ( |
||
view | ||
return | System |