Метод | Описание | |
---|---|---|
BeginAtomicUndo ( ) : void | ||
ClearBookmarks ( ) : void | ||
Copy ( ) : void | ||
CreateCodeCompletionContext ( int triggerOffset ) : MonoDevelop.Ide.CodeCompletion.CodeCompletionContext | ||
Cut ( ) : void | ||
Delete ( ) : void | ||
DeleteText ( int position, int length ) : void | ||
DiscardChanges ( ) : void | ||
Dispose ( ) : void | ||
DocumentToScreenLocation ( Mono.TextEditor.DocumentLocation location ) : Gdk.Point | ||
EndAtomicUndo ( ) : void | ||
FoldDefinitions ( ) : void | ||
GetAmbience ( ) : MonoDevelop.Projects.Dom.Output.Ambience | ||
GetChar ( int offset ) : char | ||
GetCharAt ( int position ) : char | ||
GetCodeTemplateContext ( ) : CodeTemplateContext | ||
GetCompletionText ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext ctx ) : string | ||
GetDynamicItems ( IToolboxConsumer consumer ) : IEnumerable |
||
GetLanguageItem ( int offset ) : MonoDevelop.Projects.Dom.ResolveResult | ||
GetLanguageItem ( int offset, string expression ) : MonoDevelop.Projects.Dom.ResolveResult | ||
GetLineColumnFromPosition ( int position, int &line, int &column ) : void | ||
GetParserContext ( ) : MonoDevelop.Projects.Dom.Parser.ProjectDom | ||
GetPositionFromLineColumn ( int line, int column ) : int | ||
GetText ( int startPosition, int endPosition ) : string | ||
GetTextEditorData ( ) : |
||
InsertTemplate ( MonoDevelop.Ide.CodeTemplates.CodeTemplate template, MonoDevelop doc ) : void | ||
InsertText ( int position, string text ) : int | ||
IsBookmarked ( int position ) : bool | ||
Load ( string fileName ) : void | ||
Load ( string fileName, string encoding ) : void | ||
Load ( string fileName, string content, string encoding ) : void | ||
LoadNew ( Stream content, string mimeType ) : void | ||
NextBookmark ( ) : void | ||
Paste ( ) : void | ||
PrevBookmark ( ) : void | ||
PrintDocument ( MonoDevelop.Ide.Gui.Content.PrintingSettings settings ) : void | ||
PrintPreviewDocument ( MonoDevelop.Ide.Gui.Content.PrintingSettings settings ) : void | ||
Redo ( ) : void | ||
Replace ( int offset, int count, string text ) : void | ||
Save ( string fileName ) : void | ||
Save ( string fileName, string encoding ) : void | ||
Select ( int startPosition, int endPosition ) : void | ||
SelectAll ( ) : void | ||
SetBookmarked ( int position, bool mark ) : void | ||
SetCaretTo ( int line, int column ) : void | ||
SetCaretTo ( int line, int column, bool highlight ) : void | ||
SetCompletionText ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext ctx, string partial_word, string complete_word ) : void | ||
SetCompletionText ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext ctx, string partial_word, string complete_word, int wordOffset ) : void | ||
ShowPosition ( int position ) : void | ||
SourceEditorView ( ) : System | ||
SplitHorizontally ( ) : void | ||
SplitVertically ( ) : void | ||
SwitchWindow ( ) : void | ||
ToggleAllFoldings ( ) : void | ||
ToggleFolding ( ) : void | ||
Undo ( ) : void | ||
Unsplit ( ) : void | ||
UpdateClipboardRing ( object sender, EventArgs e ) : void |
Метод | Описание | |
---|---|---|
OnCaretPositionSet ( |
Метод | Описание | |
---|---|---|
AddBreakpoint ( Mono.Debugging.Client.Breakpoint bp ) : void | ||
AddWatch ( MonoDevelop.Debugger.PinnedWatch w ) : void | ||
CheckFrameIsInFile ( Mono.Debugging.Client.StackFrame frame ) : Mono.Debugging.Client.StackFrame | ||
CheckReadOnly ( int line ) : bool | ||
CorrectIndenting ( ) : void | ||
DisposeErrorMarkers ( ) : void | ||
EmacsFindNext ( ) : void | ||
EmacsFindPrevious ( ) : void | ||
FindNext ( ) : SearchResult | ||
FindNextSelection ( ) : SearchResult | ||
FindPrevious ( ) : SearchResult | ||
FindPreviousSelection ( ) : SearchResult | ||
FireCompletionContextChanged ( ) : void | ||
GetDragPreviewText ( ItemToolboxNode item ) : string | ||
GetLine ( int position ) : Mono.TextEditor.LineSegment | ||
GotFileChanged ( object sender, FileEventArgs args ) : void | ||
HandleDragDataGet ( object o, Gtk.DragDataGetArgs args ) : void | ||
HandleDragEnd ( object o, DragEndArgs args ) : void | ||
HandleErrorListPadTaskToggled ( object sender, TaskEventArgs e ) : void | ||
HandleFileChanged ( string fileName ) : void | ||
HandleIdeAppPreferencesDefaultHideMessageBubblesChanged ( object sender, MonoDevelop.Core.PropertyChangedEventArgs e ) : void | ||
HandleIdeAppPreferencesShowMessageBubblesChanged ( object sender, MonoDevelop.Core.PropertyChangedEventArgs e ) : void | ||
HandleTaskServiceJumpedToTask ( object sender, TaskEventArgs e ) : void | ||
HandleTextEditorVAdjustmentChanged ( object sender, |
||
HandleWidgetTextEditorOptionsChanged ( object sender, |
||
ICustomFilteringToolboxConsumer ( ItemToolboxNode item ) : bool | ||
IExtensibleTextEditor ( ITextEditorExtension extension ) : ITextEditorExtension | ||
ISupportsProjectReload ( |
||
IToolboxConsumer ( ItemToolboxNode item ) : bool | ||
IToolboxConsumer ( ItemToolboxNode item ) : void | ||
IToolboxConsumer ( ItemToolboxNode item, Gtk source, Gdk ctx ) : void | ||
IZoomable ( ) : void | ||
IndentSelection ( ) : void | ||
LoadSettings ( ) : void | ||
MonodocResolver ( ) : void | ||
MonodocResolverUpdate ( MonoDevelop.Components.Commands.CommandInfo cinfo ) : void | ||
OnBreakpointAdded ( object s, Mono.Debugging.Client.BreakpointEventArgs args ) : void | ||
OnBreakpointRemoved ( object s, Mono.Debugging.Client.BreakpointEventArgs args ) : void | ||
OnBreakpointStatusChanged ( object s, Mono.Debugging.Client.BreakpointEventArgs args ) : void | ||
OnCurrentFrameChanged ( object s, |
||
OnDebugSessionStarted ( object sender, |
||
OnFileChanged ( object sender, |
||
OnGotoMatchingBrace ( ) : void | ||
OnIconButtonPress ( object s, Mono.TextEditor.MarginMouseEventArgs args ) : void | ||
OnMoveBlockDown ( ) : void | ||
OnMoveBlockUp ( ) : void | ||
OnTextReplaced ( object s, Mono.TextEditor.ReplaceEventArgs a ) : void | ||
OnTextReplacing ( object s, Mono.TextEditor.ReplaceEventArgs a ) : void | ||
OnToggleBlockSelectionMode ( ) : void | ||
OnToggleErrorTextMarker ( ) : void | ||
OnUpdateToggleComment ( MonoDevelop info ) : void | ||
OnUpdateToggleErrorTextMarker ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
OnUpdateUseSelectionForFind ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
OnUpdateUseSelectionForReplace ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
OnWatchAdded ( object s, |
||
OnWatchChanged ( object s, |
||
OnWatchRemoved ( object s, |
||
RemoveDebugMarkers ( ) : void | ||
RunPrintOperation ( PrintOperationAction action, MonoDevelop.Ide.Gui.Content.PrintingSettings settings ) : void | ||
ShowExpressionEvaluator ( ) : void | ||
ShowGotoLineNumberWidget ( ) : void | ||
ShowReplaceWidget ( ) : void | ||
ShowSearchWidget ( ) : void | ||
StoreSettings ( ) : void | ||
ToggleCodeComment ( ) : void | ||
UnIndentSelection ( ) : void | ||
UpdateBreakpoints ( bool forceUpdate = false ) : void | ||
UpdateExecutionLocation ( ) : void | ||
UpdateMimeType ( string fileName ) : void | ||
UpdatePinnedWatches ( ) : void | ||
UpdateShowExpressionEvaluator ( CommandInfo cinfo ) : void | ||
UpdateTasks ( object sender, TaskEventArgs e ) : void | ||
UpdateToggleBlockSelectionMode ( CommandInfo cinfo ) : void | ||
UseSelectionForFind ( ) : void | ||
UseSelectionForReplace ( ) : void |
public CreateCodeCompletionContext ( int triggerOffset ) : MonoDevelop.Ide.CodeCompletion.CodeCompletionContext | ||
triggerOffset | int | |
Результат | MonoDevelop.Ide.CodeCompletion.CodeCompletionContext |
public DeleteText ( int position, int length ) : void | ||
position | int | |
length | int | |
Результат | void |
public DocumentToScreenLocation ( Mono.TextEditor.DocumentLocation location ) : Gdk.Point | ||
location | Mono.TextEditor.DocumentLocation | |
Результат | Gdk.Point |
public GetAmbience ( ) : MonoDevelop.Projects.Dom.Output.Ambience | ||
Результат | MonoDevelop.Projects.Dom.Output.Ambience |
public GetCodeTemplateContext ( ) : CodeTemplateContext | ||
Результат | CodeTemplateContext |
public GetCompletionText ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext ctx ) : string | ||
ctx | MonoDevelop.Ide.CodeCompletion.CodeCompletionContext | |
Результат | string |
public GetDynamicItems ( IToolboxConsumer consumer ) : IEnumerable |
||
consumer | IToolboxConsumer | |
Результат | IEnumerable |
public GetLanguageItem ( int offset ) : MonoDevelop.Projects.Dom.ResolveResult | ||
offset | int | |
Результат | MonoDevelop.Projects.Dom.ResolveResult |
public GetLanguageItem ( int offset, string expression ) : MonoDevelop.Projects.Dom.ResolveResult | ||
offset | int | |
expression | string | |
Результат | MonoDevelop.Projects.Dom.ResolveResult |
public GetLineColumnFromPosition ( int position, int &line, int &column ) : void | ||
position | int | |
line | int | |
column | int | |
Результат | void |
public GetParserContext ( ) : MonoDevelop.Projects.Dom.Parser.ProjectDom | ||
Результат | MonoDevelop.Projects.Dom.Parser.ProjectDom |
public GetPositionFromLineColumn ( int line, int column ) : int | ||
line | int | |
column | int | |
Результат | int |
public GetText ( int startPosition, int endPosition ) : string | ||
startPosition | int | |
endPosition | int | |
Результат | string |
public GetTextEditorData ( ) : |
||
Результат |
public InsertTemplate ( MonoDevelop.Ide.CodeTemplates.CodeTemplate template, MonoDevelop doc ) : void | ||
template | MonoDevelop.Ide.CodeTemplates.CodeTemplate | |
doc | MonoDevelop | |
Результат | void |
public InsertText ( int position, string text ) : int | ||
position | int | |
text | string | |
Результат | int |
public IsBookmarked ( int position ) : bool | ||
position | int | |
Результат | bool |
public Load ( string fileName, string encoding ) : void | ||
fileName | string | |
encoding | string | |
Результат | void |
public Load ( string fileName, string content, string encoding ) : void | ||
fileName | string | |
content | string | |
encoding | string | |
Результат | void |
public LoadNew ( Stream content, string mimeType ) : void | ||
content | Stream | |
mimeType | string | |
Результат | void |
protected OnCaretPositionSet ( |
||
args | ||
Результат | void |
public PrintDocument ( MonoDevelop.Ide.Gui.Content.PrintingSettings settings ) : void | ||
settings | MonoDevelop.Ide.Gui.Content.PrintingSettings | |
Результат | void |
public PrintPreviewDocument ( MonoDevelop.Ide.Gui.Content.PrintingSettings settings ) : void | ||
settings | MonoDevelop.Ide.Gui.Content.PrintingSettings | |
Результат | void |
public Replace ( int offset, int count, string text ) : void | ||
offset | int | |
count | int | |
text | string | |
Результат | void |
public Save ( string fileName, string encoding ) : void | ||
fileName | string | |
encoding | string | |
Результат | void |
public Select ( int startPosition, int endPosition ) : void | ||
startPosition | int | |
endPosition | int | |
Результат | void |
public SetBookmarked ( int position, bool mark ) : void | ||
position | int | |
mark | bool | |
Результат | void |
public SetCaretTo ( int line, int column ) : void | ||
line | int | |
column | int | |
Результат | void |
public SetCaretTo ( int line, int column, bool highlight ) : void | ||
line | int | |
column | int | |
highlight | bool | |
Результат | void |
public SetCompletionText ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext ctx, string partial_word, string complete_word ) : void | ||
ctx | MonoDevelop.Ide.CodeCompletion.CodeCompletionContext | |
partial_word | string | |
complete_word | string | |
Результат | void |
public SetCompletionText ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext ctx, string partial_word, string complete_word, int wordOffset ) : void | ||
ctx | MonoDevelop.Ide.CodeCompletion.CodeCompletionContext | |
partial_word | string | |
complete_word | string | |
wordOffset | int | |
Результат | void |
public ShowPosition ( int position ) : void | ||
position | int | |
Результат | void |
public UpdateClipboardRing ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |