C# Class MonoDevelop.SourceEditor.SourceEditorWidget

Inheritance: ITextEditorExtension
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Private Properties

Свойство Type Description
AddMarker Mono.TextEditor.FoldSegment
CaretPositionChanged void
CommentSelectedLines void
ConvertLineEndings void
EllipsizeMiddle string
EnsureCorrectEolMarker bool
FormatPatternToSelectionOption string
GetEolString string
HandleParseInformationUpdaterWorkerThreadDoWork void
HasAnyFocusedChild bool
ITextEditorExtension bool
ITextEditorExtension object
ITextEditorExtension void
ITextEditorExtension void
KillWidgets bool
MonodocResolver void
MonodocResolverUpdate void
NextIssue void
NextIssueError void
OnLostFocus void
OnUpdateToggleComment void
OnUpdateUseSelectionForFind void
OnUpdateUseSelectionForReplace void
PrevIssue void
PrevIssueError void
RecreateMainSw void
RemoveErrorUndelinesResetTimerId void
RemoveErrorUnderlines void
RemoveSearchWidget bool
ResetFocusChain void
SetLastActiveEditor void
SetParsedDocument void
SetReplacePatternToSelection void
SetSearchPatternToSelection void
ShowIncorretEolMarkers void
ShowSearchReplaceWidget void
StopParseInfoThread void
ToggleCodeCommentWithBlockComments void
UncommentSelectedLines void
UnderLineError void
UpdateEolMarkerMessage void
UpdateErrorUndelines void
UpdateLineCol void
UpdateLineColOnEventHandler void
UpdateParsedDocument void
UpdateQuickTasks void

Méthodes publiques

Méthode 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 ( SourceEditorView view ) : System
Split ( bool vSplit ) : void
SwitchWindow ( ) : void
ToggleCodeComment ( ) : void
Unsplit ( ) : void
UseSelectionForFind ( ) : void
UseSelectionForReplace ( ) : void

Méthodes protégées

Méthode Description
OnTasksUpdated ( EventArgs e ) : void

Private Methods

Méthode Description
AddMarker ( List foldSegments, string text, DomRegion region, FoldingType type ) : Mono.TextEditor.FoldSegment
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, CancellationToken token = default(CancellationToken) ) : void
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 ( TextDocument doc ) : void
RemoveSearchWidget ( ) : bool
ResetFocusChain ( ) : void
SetLastActiveEditor ( ExtensibleTextEditor editor ) : void
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 ( TextDocument doc, Error info ) : void
UpdateEolMarkerMessage ( bool multiple ) : void
UpdateErrorUndelines ( MonoDevelop.Projects.Dom.ParsedDocument parsedDocument ) : void
UpdateLineCol ( ) : void
UpdateLineColOnEventHandler ( object sender, EventArgs e ) : void
UpdateParsedDocument ( MonoDevelop.Projects.Dom.ParsedDocument document ) : void
UpdateQuickTasks ( MonoDevelop.Projects.Dom.ParsedDocument doc ) : void

Method Details

AddQuickTaskProvider() public méthode

public AddQuickTaskProvider ( IQuickTaskProvider provider ) : void
provider IQuickTaskProvider
Résultat void

AddUsageTaskProvider() public méthode

public AddUsageTaskProvider ( IUsageProvider provider ) : void
provider IUsageProvider
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EmacsFindNext() public méthode

public EmacsFindNext ( ) : void
Résultat void

EmacsFindPrevious() public méthode

public EmacsFindPrevious ( ) : void
Résultat void

FindNext() public méthode

public FindNext ( ) : Mono.TextEditor.SearchResult
Résultat Mono.TextEditor.SearchResult

FindNext() public méthode

public FindNext ( bool focus ) : Mono.TextEditor.SearchResult
focus bool
Résultat Mono.TextEditor.SearchResult

FindNextSelection() public méthode

public FindNextSelection ( ) : Mono.TextEditor.SearchResult
Résultat Mono.TextEditor.SearchResult

FindPrevious() public méthode

public FindPrevious ( ) : Mono.TextEditor.SearchResult
Résultat Mono.TextEditor.SearchResult

FindPrevious() public méthode

public FindPrevious ( bool focus ) : Mono.TextEditor.SearchResult
focus bool
Résultat Mono.TextEditor.SearchResult

FindPreviousSelection() public méthode

public FindPreviousSelection ( ) : Mono.TextEditor.SearchResult
Résultat Mono.TextEditor.SearchResult

OnTasksUpdated() protected méthode

protected OnTasksUpdated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnToggleErrorTextMarker() public méthode

public OnToggleErrorTextMarker ( ) : void
Résultat void

OnUpdateToggleErrorTextMarker() public méthode

public OnUpdateToggleErrorTextMarker ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

RemoveMessageBar() public méthode

public RemoveMessageBar ( ) : void
Résultat void

RemoveQuickTaskProvider() public méthode

public RemoveQuickTaskProvider ( IQuickTaskProvider provider ) : void
provider IQuickTaskProvider
Résultat void

ShowAutoSaveWarning() public méthode

public ShowAutoSaveWarning ( string fileName ) : void
fileName string
Résultat void

ShowFileChangedWarning() public méthode

public ShowFileChangedWarning ( bool multiple ) : void
multiple bool
Résultat void

ShowGotoLineNumberWidget() public méthode

public ShowGotoLineNumberWidget ( ) : void
Résultat void

ShowReplaceWidget() public méthode

public ShowReplaceWidget ( ) : void
Résultat void

ShowSearchWidget() public méthode

public ShowSearchWidget ( ) : void
Résultat void

SourceEditorWidget() public méthode

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

Split() public méthode

public Split ( bool vSplit ) : void
vSplit bool
Résultat void

SwitchWindow() public méthode

public SwitchWindow ( ) : void
Résultat void

ToggleCodeComment() public méthode

public ToggleCodeComment ( ) : void
Résultat void

Unsplit() public méthode

public Unsplit ( ) : void
Résultat void

UseSelectionForFind() public méthode

public UseSelectionForFind ( ) : void
Résultat void

UseSelectionForReplace() public méthode

public UseSelectionForReplace ( ) : void
Résultat void