Property | Type | Description | |
---|---|---|---|
diffTracker | DiffTracker |
Property | Type | Description | |
---|---|---|---|
BeginAtomicUndo | void | ||
CompareMarkers | int | ||
EndAtomicUndo | void | ||
GetDiffCodes | int[] | ||
HandleFoldSegmentTreetreeNodeRemoved | void | ||
HandleSplitterLineSegmentTreeLineRemoved | void | ||
ICSharpCode | ICSharpCode.NRefactory.TextLocation | ||
ICSharpCode | ICSharpCode.NRefactory.Editor.IDocument | ||
ICSharpCode | ICSharpCode.NRefactory.Editor.IDocumentLine | ||
ICSharpCode | ICSharpCode.NRefactory.Editor.ITextAnchor | ||
ICSharpCode | ICSharpCode.NRefactory.Editor.ITextSource | ||
ICSharpCode | int | ||
ICSharpCode | string | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
ICSharpCode | void | ||
IServiceProvider | object | ||
InformFoldChanged | void | ||
InformFoldTreeUpdated | void | ||
InterruptFoldWorker | void | ||
RemoveFolding | void | ||
SearchMatchingBracketBackward | int | ||
SearchMatchingBracketForward | int | ||
UpdateFoldSegmentWorker | HashSet |
Method | Description | |
---|---|---|
AddMarker ( Mono.TextEditor.DocumentLine line, Mono.TextEditor.TextLineMarker marker ) : void | ||
AddMarker ( Mono.TextEditor.DocumentLine line, Mono.TextEditor.TextLineMarker marker, bool commitUpdate ) : void | ||
AddMarker ( Mono.TextEditor.TextSegmentMarker marker ) : void | ||
AddMarker ( int lineNumber, Mono.TextEditor.TextLineMarker marker ) : void | ||
ClearFoldSegments ( ) : void | ||
ClearUndoBuffer ( ) : void | ||
CommitDocumentUpdate ( ) : void | ||
CommitLineUpdate ( Mono.TextEditor.DocumentLine line ) : void | ||
CommitLineUpdate ( int line ) : void | ||
CommitMultipleLineUpdate ( int start, int end ) : void | ||
CommitUpdateAll ( ) : void | ||
Contains ( TextSegment segment ) : bool | ||
Contains ( int offset ) : bool | ||
CopyTo ( int sourceIndex, char destination, int destinationIndex, int count ) : void | ||
CreateDocumentSnapshot ( ) : |
||
CreateImmutableDocument ( string text, bool suppressHighlighting = true ) : |
||
CreateReader ( ) : System.IO.TextReader | ||
CreateReader ( int offset, int length ) : System.IO.TextReader | ||
CreateSnapshot ( int offset, int length ) : ICSharpCode.NRefactory.Editor.ITextSource | ||
Diff ( |
||
EnsureOffsetIsUnfolded ( int offset ) : void | ||
EnsureSegmentIsUnfolded ( int offset, int length ) : void | ||
GetCharAt ( Mono.TextEditor.DocumentLocation location ) : char | ||
GetCharAt ( int offset ) : char | ||
GetCharAt ( int line, int column ) : char | ||
GetCharacterClass ( char ch ) : CharacterClass | ||
GetCurrentUndoDepth ( ) : int | ||
GetEndFoldings ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
GetEndFoldings ( int lineNumber ) : IEnumerable |
||
GetEndFoldings ( int offset, int length ) : IEnumerable |
||
GetExtendingTextMarker ( int lineNumber ) : IExtendingTextLineMarker | ||
GetFoldingContaining ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
GetFoldingContaining ( int lineNumber ) : IEnumerable |
||
GetFoldingContaining ( int offset, int length ) : IEnumerable |
||
GetFoldingsFromOffset ( int offset ) : IEnumerable |
||
GetImmutableText ( ) : Mono.TextEditor.Utils.ImmutableText | ||
GetImmutableText ( int offset, int count ) : Mono.TextEditor.Utils.ImmutableText | ||
GetLine ( int lineNumber ) : Mono.TextEditor.DocumentLine | ||
GetLineByOffset ( int offset ) : Mono.TextEditor.DocumentLine | ||
GetLineCount ( Mono.TextEditor.FoldSegment segment ) : int | ||
GetLineIndent ( Mono.TextEditor.DocumentLine segment ) : string | ||
GetLineIndent ( int lineNumber ) : string | ||
GetLineState ( Mono.TextEditor.DocumentLine line ) : LineState | ||
GetLineText ( int line ) : string |
Gets the line text without the delimiter.
|
|
GetLineText ( int line, bool includeDelimiter ) : string | ||
GetLinesBetween ( int startLine, int endLine ) : IEnumerable |
||
GetLinesReverseStartingAt ( int startLine ) : IEnumerable |
||
GetLinesStartingAt ( int startLine ) : IEnumerable |
||
GetMatchingBracketOffset ( System worker, int offset ) : int | ||
GetMatchingBracketOffset ( int offset ) : int | ||
GetOffset ( ICSharpCode location ) : int | ||
GetStartFoldings ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
GetStartFoldings ( int lineNumber ) : IEnumerable |
||
GetStartFoldings ( int offset, int length ) : IEnumerable |
||
GetText ( ICSharpCode segment ) : string | ||
GetTextAt ( DocumentRegion region ) : string | ||
GetTextAt ( TextSegment segment ) : string | ||
GetTextAt ( int offset, int count ) : string | ||
GetTextBetween ( Mono.TextEditor.DocumentLocation start, Mono.TextEditor.DocumentLocation end ) : string | ||
GetTextBetween ( int startOffset, int endOffset ) : string | ||
GetTextBetween ( int startLine, int startColumn, int endLine, int endColumn ) : string | ||
GetTextSegmentMarkersAt ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
GetTextSegmentMarkersAt ( TextSegment segment ) : IEnumerable |
||
GetTextSegmentMarkersAt ( int offset ) : IEnumerable |
||
IndexOf ( char c, int startIndex, int count ) : int |
Gets the index of the first occurrence of the character in the specified array.
|
|
IndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int |
Gets the index of the first occurrence of the specified search text in this text source.
|
|
IndexOfAny ( char anyOf, int startIndex, int count ) : int |
Gets the index of the first occurrence of any character in the specified array.
|
|
InformLoadComplete ( ) : void |
Informs the document when the content is loaded. All outstanding actions are executed.
|
|
Insert ( int offset, string text, ICSharpCode anchorMovementType = AnchorMovementType.Default ) : void | ||
IsBracket ( char ch ) : bool | ||
IsEmptyLine ( DocumentLine line ) : bool | ||
IsWholeWordAt ( int offset, int length ) : bool | ||
IsWordSeparator ( char ch ) : bool | ||
LastIndexOf ( char c, int startIndex, int count ) : int |
Gets the index of the last occurrence of the specified character in this text source. The search proceeds backwards from (startIndex+count) to startIndex. This is different than the meaning of the parameters on string.LastIndexOf! |
|
LastIndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int |
Gets the index of the last occurrence of the specified search text in this text source. The search proceeds backwards from (startIndex+count) to startIndex. This is different than the meaning of the parameters on string.LastIndexOf! |
|
LocationToOffset ( DocumentLocation location ) : int | ||
LocationToOffset ( int line, int column ) : int | ||
MergeUndoOperations ( int number ) : void | ||
OffsetToLineNumber ( int offset ) : int | ||
OffsetToLocation ( int offset ) : DocumentLocation | ||
OpenUndoGroup ( ) : IDisposable | ||
OpenUndoGroup ( OperationType operationType ) : IDisposable | ||
OptimizeTypedUndo ( ) : void | ||
OrderTextSegmentMarkersByInsertion ( IEnumerable |
||
Redo ( ) : void | ||
RegisterVirtualTextMarker ( int lineNumber, IExtendingTextLineMarker marker ) : void | ||
Remove ( TextSegment segment ) : void | ||
Remove ( int offset, int count ) : void | ||
RemoveMarker ( TextSegmentMarker marker ) : bool |
Removes a marker from the document.
|
|
RemoveMarker ( DocumentLine line, Type type ) : void | ||
RemoveMarker ( DocumentLine line, Type type, bool updateLine ) : void | ||
RemoveMarker ( TextLineMarker marker ) : void | ||
RemoveMarker ( TextLineMarker marker, bool updateLine ) : void | ||
RemoveMarker ( int lineNumber, Type type ) : void | ||
RemoveTrailingWhitespaces ( TextEditorData data, DocumentLine line ) : void | ||
Replace ( int offset, int count, string value ) : void | ||
Replace ( int offset, int count, string value, ICSharpCode anchorMovementType = AnchorMovementType.Default ) : void | ||
RequestUpdate ( DocumentUpdateRequest request ) : void | ||
RollbackTo ( ICSharpCode version ) : void | ||
RunWhenLoaded ( Action action ) : void |
Performs an action when the content is loaded.
|
|
SetNotDirtyState ( ) : void |
Marks the document not dirty at this point (should be called after save).
|
|
StackUndoToDepth ( int depth ) : void | ||
TextDocument ( ) : System | ||
TextDocument ( string text ) : System | ||
UnRegisterVirtualTextMarker ( IExtendingTextLineMarker marker ) : void |
un register virtual text marker.
|
|
Undo ( ) : void | ||
UpdateFoldSegments ( List |
||
WaitForFoldUpdateFinished ( ) : void |
Method | Description | |
---|---|---|
OnBeforeUndoOperation ( EventArgs e ) : void | ||
OnBeginUndo ( ) : void | ||
OnEndUndo ( UndoOperationEventArgs e ) : void | ||
OnFileNameChanged ( EventArgs e ) : void | ||
OnMarkerAdded ( TextMarkerEvent e ) : void | ||
OnMarkerRemoved ( TextMarkerEvent e ) : void | ||
OnMimeTypeChanged ( EventArgs e ) : void | ||
OnRedone ( UndoOperationEventArgs e ) : void | ||
OnSyntaxModeChanged ( SyntaxModeChangeEventArgs e ) : void | ||
OnTextReplaced ( DocumentChangeEventArgs args ) : void | ||
OnTextReplacing ( DocumentChangeEventArgs args ) : void | ||
OnTextSet ( EventArgs e ) : void | ||
OnUndone ( UndoOperationEventArgs e ) : void | ||
TextDocument ( ImmutableText buffer, ILineSplitter splitter ) : System |
Method | Description | |
---|---|---|
BeginAtomicUndo ( OperationType operationType = OperationType.Undefined ) : void | ||
CompareMarkers ( Mono.TextEditor.TextLineMarker left, Mono.TextEditor.TextLineMarker right ) : int | ||
EndAtomicUndo ( ) : void | ||
GetDiffCodes ( int &codeCounter, int>.Dictionary |
||
HandleFoldSegmentTreetreeNodeRemoved ( object sender, RedBlackTree |
||
HandleSplitterLineSegmentTreeLineRemoved ( object sender, Mono.TextEditor.LineEventArgs e ) : void | ||
ICSharpCode ( int offset ) : ICSharpCode.NRefactory.TextLocation | ||
ICSharpCode ( ) : ICSharpCode.NRefactory.Editor.IDocument | ||
ICSharpCode ( int lineNumber ) : ICSharpCode.NRefactory.Editor.IDocumentLine | ||
ICSharpCode ( int offset ) : ICSharpCode.NRefactory.Editor.ITextAnchor | ||
ICSharpCode ( ) : ICSharpCode.NRefactory.Editor.ITextSource | ||
ICSharpCode ( int line, int column ) : int | ||
ICSharpCode ( int offset, int length ) : string | ||
ICSharpCode ( ) : void | ||
ICSharpCode ( System writer ) : void | ||
ICSharpCode ( System writer, int offset, int length ) : void | ||
ICSharpCode ( int offset, ITextSource text ) : void | ||
ICSharpCode ( int offset, ITextSource text, AnchorMovementType anchorMovementType ) : void | ||
ICSharpCode ( int offset, int count, ITextSource text ) : void | ||
ICSharpCode ( int offset, string text ) : void | ||
ICSharpCode ( int offset, string text, AnchorMovementType anchorMovementType ) : void | ||
IServiceProvider ( |
||
InformFoldChanged ( FoldSegmentEventArgs args ) : void | ||
InformFoldTreeUpdated ( ) : void | ||
InterruptFoldWorker ( ) : void | ||
RemoveFolding ( FoldSegment folding ) : void | ||
SearchMatchingBracketBackward ( System worker, int offset, int bracket ) : int | ||
SearchMatchingBracketForward ( System worker, int offset, int bracket ) : int | ||
UpdateFoldSegmentWorker ( List |
Updates the fold segments in a background worker thread. Don't call this method outside of a background worker. Use UpdateFoldSegments instead.
|
public AddMarker ( Mono.TextEditor.DocumentLine line, Mono.TextEditor.TextLineMarker marker ) : void | ||
line | Mono.TextEditor.DocumentLine | |
marker | Mono.TextEditor.TextLineMarker | |
return | void |
public AddMarker ( Mono.TextEditor.DocumentLine line, Mono.TextEditor.TextLineMarker marker, bool commitUpdate ) : void | ||
line | Mono.TextEditor.DocumentLine | |
marker | Mono.TextEditor.TextLineMarker | |
commitUpdate | bool | |
return | void |
public AddMarker ( Mono.TextEditor.TextSegmentMarker marker ) : void | ||
marker | Mono.TextEditor.TextSegmentMarker | |
return | void |
public AddMarker ( int lineNumber, Mono.TextEditor.TextLineMarker marker ) : void | ||
lineNumber | int | |
marker | Mono.TextEditor.TextLineMarker | |
return | void |
public CommitLineUpdate ( Mono.TextEditor.DocumentLine line ) : void | ||
line | Mono.TextEditor.DocumentLine | |
return | void |
public CommitMultipleLineUpdate ( int start, int end ) : void | ||
start | int | |
end | int | |
return | void |
public Contains ( TextSegment segment ) : bool | ||
segment | TextSegment | |
return | bool |
public CopyTo ( int sourceIndex, char destination, int destinationIndex, int count ) : void | ||
sourceIndex | int | |
destination | char | |
destinationIndex | int | |
count | int | |
return | void |
public CreateDocumentSnapshot ( ) : |
||
return |
public static CreateImmutableDocument ( string text, bool suppressHighlighting = true ) : |
||
text | string | |
suppressHighlighting | bool | |
return |
public CreateReader ( ) : System.IO.TextReader | ||
return | System.IO.TextReader |
public CreateReader ( int offset, int length ) : System.IO.TextReader | ||
offset | int | |
length | int | |
return | System.IO.TextReader |
public CreateSnapshot ( int offset, int length ) : ICSharpCode.NRefactory.Editor.ITextSource | ||
offset | int | |
length | int | |
return | ICSharpCode.NRefactory.Editor.ITextSource |
public Diff ( |
||
changedDocument | ||
includeEol | bool | |
return | IEnumerable |
public EnsureOffsetIsUnfolded ( int offset ) : void | ||
offset | int | |
return | void |
public EnsureSegmentIsUnfolded ( int offset, int length ) : void | ||
offset | int | |
length | int | |
return | void |
public GetCharAt ( Mono.TextEditor.DocumentLocation location ) : char | ||
location | Mono.TextEditor.DocumentLocation | |
return | char |
public GetCharAt ( int line, int column ) : char | ||
line | int | |
column | int | |
return | char |
public static GetCharacterClass ( char ch ) : CharacterClass | ||
ch | char | |
return | CharacterClass |
public GetEndFoldings ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
line | Mono.TextEditor.DocumentLine | |
return | IEnumerable |
public GetEndFoldings ( int lineNumber ) : IEnumerable |
||
lineNumber | int | |
return | IEnumerable |
public GetEndFoldings ( int offset, int length ) : IEnumerable |
||
offset | int | |
length | int | |
return | IEnumerable |
public GetExtendingTextMarker ( int lineNumber ) : IExtendingTextLineMarker | ||
lineNumber | int | |
return | IExtendingTextLineMarker |
public GetFoldingContaining ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
line | Mono.TextEditor.DocumentLine | |
return | IEnumerable |
public GetFoldingContaining ( int lineNumber ) : IEnumerable |
||
lineNumber | int | |
return | IEnumerable |
public GetFoldingContaining ( int offset, int length ) : IEnumerable |
||
offset | int | |
length | int | |
return | IEnumerable |
public GetFoldingsFromOffset ( int offset ) : IEnumerable |
||
offset | int | |
return | IEnumerable |
public GetImmutableText ( ) : Mono.TextEditor.Utils.ImmutableText | ||
return | Mono.TextEditor.Utils.ImmutableText |
public GetImmutableText ( int offset, int count ) : Mono.TextEditor.Utils.ImmutableText | ||
offset | int | |
count | int | |
return | Mono.TextEditor.Utils.ImmutableText |
public GetLine ( int lineNumber ) : Mono.TextEditor.DocumentLine | ||
lineNumber | int | |
return | Mono.TextEditor.DocumentLine |
public GetLineByOffset ( int offset ) : Mono.TextEditor.DocumentLine | ||
offset | int | |
return | Mono.TextEditor.DocumentLine |
public GetLineCount ( Mono.TextEditor.FoldSegment segment ) : int | ||
segment | Mono.TextEditor.FoldSegment | |
return | int |
public GetLineIndent ( Mono.TextEditor.DocumentLine segment ) : string | ||
segment | Mono.TextEditor.DocumentLine | |
return | string |
public GetLineIndent ( int lineNumber ) : string | ||
lineNumber | int | |
return | string |
public GetLineState ( Mono.TextEditor.DocumentLine line ) : LineState | ||
line | Mono.TextEditor.DocumentLine | |
return | LineState |
public GetLineText ( int line ) : string | ||
line | int | /// The line number. /// |
return | string |
public GetLineText ( int line, bool includeDelimiter ) : string | ||
line | int | |
includeDelimiter | bool | |
return | string |
public GetLinesBetween ( int startLine, int endLine ) : IEnumerable |
||
startLine | int | |
endLine | int | |
return | IEnumerable |
public GetLinesReverseStartingAt ( int startLine ) : IEnumerable |
||
startLine | int | |
return | IEnumerable |
public GetLinesStartingAt ( int startLine ) : IEnumerable |
||
startLine | int | |
return | IEnumerable |
public GetMatchingBracketOffset ( System worker, int offset ) : int | ||
worker | System | |
offset | int | |
return | int |
public GetMatchingBracketOffset ( int offset ) : int | ||
offset | int | |
return | int |
public GetOffset ( ICSharpCode location ) : int | ||
location | ICSharpCode | |
return | int |
public GetStartFoldings ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
line | Mono.TextEditor.DocumentLine | |
return | IEnumerable |
public GetStartFoldings ( int lineNumber ) : IEnumerable |
||
lineNumber | int | |
return | IEnumerable |
public GetStartFoldings ( int offset, int length ) : IEnumerable |
||
offset | int | |
length | int | |
return | IEnumerable |
public GetText ( ICSharpCode segment ) : string | ||
segment | ICSharpCode | |
return | string |
public GetTextAt ( DocumentRegion region ) : string | ||
region | DocumentRegion | |
return | string |
public GetTextAt ( TextSegment segment ) : string | ||
segment | TextSegment | |
return | string |
public GetTextAt ( int offset, int count ) : string | ||
offset | int | |
count | int | |
return | string |
public GetTextBetween ( Mono.TextEditor.DocumentLocation start, Mono.TextEditor.DocumentLocation end ) : string | ||
start | Mono.TextEditor.DocumentLocation | |
end | Mono.TextEditor.DocumentLocation | |
return | string |
public GetTextBetween ( int startOffset, int endOffset ) : string | ||
startOffset | int | |
endOffset | int | |
return | string |
public GetTextBetween ( int startLine, int startColumn, int endLine, int endColumn ) : string | ||
startLine | int | |
startColumn | int | |
endLine | int | |
endColumn | int | |
return | string |
public GetTextSegmentMarkersAt ( Mono.TextEditor.DocumentLine line ) : IEnumerable |
||
line | Mono.TextEditor.DocumentLine | |
return | IEnumerable |
public GetTextSegmentMarkersAt ( TextSegment segment ) : IEnumerable |
||
segment | TextSegment | |
return | IEnumerable |
public GetTextSegmentMarkersAt ( int offset ) : IEnumerable |
||
offset | int | |
return | IEnumerable |
public IndexOf ( char c, int startIndex, int count ) : int | ||
c | char | Character to search for |
startIndex | int | Start index of the area to search. |
count | int | Length of the area to search. |
return | int |
public IndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int | ||
searchText | string | The search text |
startIndex | int | Start index of the area to search. |
count | int | Length of the area to search. |
comparisonType | StringComparison | String comparison to use. |
return | int |
public IndexOfAny ( char anyOf, int startIndex, int count ) : int | ||
anyOf | char | Characters to search for |
startIndex | int | Start index of the area to search. |
count | int | Length of the area to search. |
return | int |
public Insert ( int offset, string text, ICSharpCode anchorMovementType = AnchorMovementType.Default ) : void | ||
offset | int | |
text | string | |
anchorMovementType | ICSharpCode | |
return | void |
public IsEmptyLine ( DocumentLine line ) : bool | ||
line | DocumentLine | |
return | bool |
public IsWholeWordAt ( int offset, int length ) : bool | ||
offset | int | |
length | int | |
return | bool |
public static IsWordSeparator ( char ch ) : bool | ||
ch | char | |
return | bool |
public LastIndexOf ( char c, int startIndex, int count ) : int | ||
c | char | The search character |
startIndex | int | Start index of the area to search. |
count | int | Length of the area to search. |
return | int |
public LastIndexOf ( string searchText, int startIndex, int count, StringComparison comparisonType ) : int | ||
searchText | string | The search text |
startIndex | int | Start index of the area to search. |
count | int | Length of the area to search. |
comparisonType | StringComparison | String comparison to use. |
return | int |
public LocationToOffset ( DocumentLocation location ) : int | ||
location | DocumentLocation | |
return | int |
public LocationToOffset ( int line, int column ) : int | ||
line | int | |
column | int | |
return | int |
public MergeUndoOperations ( int number ) : void | ||
number | int | |
return | void |
public OffsetToLineNumber ( int offset ) : int | ||
offset | int | |
return | int |
public OffsetToLocation ( int offset ) : DocumentLocation | ||
offset | int | |
return | DocumentLocation |
protected OnBeforeUndoOperation ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnEndUndo ( UndoOperationEventArgs e ) : void | ||
e | UndoOperationEventArgs | |
return | void |
protected OnFileNameChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMarkerAdded ( TextMarkerEvent e ) : void | ||
e | TextMarkerEvent | |
return | void |
protected OnMarkerRemoved ( TextMarkerEvent e ) : void | ||
e | TextMarkerEvent | |
return | void |
protected OnMimeTypeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnRedone ( UndoOperationEventArgs e ) : void | ||
e | UndoOperationEventArgs | |
return | void |
protected OnSyntaxModeChanged ( SyntaxModeChangeEventArgs e ) : void | ||
e | SyntaxModeChangeEventArgs | |
return | void |
protected OnTextReplaced ( DocumentChangeEventArgs args ) : void | ||
args | DocumentChangeEventArgs | |
return | void |
protected OnTextReplacing ( DocumentChangeEventArgs args ) : void | ||
args | DocumentChangeEventArgs | |
return | void |
protected OnUndone ( UndoOperationEventArgs e ) : void | ||
e | UndoOperationEventArgs | |
return | void |
public OpenUndoGroup ( OperationType operationType ) : IDisposable | ||
operationType | OperationType | |
return | IDisposable |
public static OrderTextSegmentMarkersByInsertion ( IEnumerable |
||
enumerable | IEnumerable |
|
return | IEnumerable |
public RegisterVirtualTextMarker ( int lineNumber, IExtendingTextLineMarker marker ) : void | ||
lineNumber | int | |
marker | IExtendingTextLineMarker | |
return | void |
public Remove ( int offset, int count ) : void | ||
offset | int | |
count | int | |
return | void |
public RemoveMarker ( TextSegmentMarker marker ) : bool | ||
marker | TextSegmentMarker | Marker. |
return | bool |
public RemoveMarker ( DocumentLine line, Type type ) : void | ||
line | DocumentLine | |
type | Type | |
return | void |
public RemoveMarker ( DocumentLine line, Type type, bool updateLine ) : void | ||
line | DocumentLine | |
type | Type | |
updateLine | bool | |
return | void |
public RemoveMarker ( TextLineMarker marker ) : void | ||
marker | TextLineMarker | |
return | void |
public RemoveMarker ( TextLineMarker marker, bool updateLine ) : void | ||
marker | TextLineMarker | |
updateLine | bool | |
return | void |
public RemoveMarker ( int lineNumber, Type type ) : void | ||
lineNumber | int | |
type | Type | |
return | void |
public static RemoveTrailingWhitespaces ( TextEditorData data, DocumentLine line ) : void | ||
data | TextEditorData | |
line | DocumentLine | |
return | void |
public Replace ( int offset, int count, string value ) : void | ||
offset | int | |
count | int | |
value | string | |
return | void |
public Replace ( int offset, int count, string value, ICSharpCode anchorMovementType = AnchorMovementType.Default ) : void | ||
offset | int | |
count | int | |
value | string | |
anchorMovementType | ICSharpCode | |
return | void |
public RequestUpdate ( DocumentUpdateRequest request ) : void | ||
request | DocumentUpdateRequest | |
return | void |
public RollbackTo ( ICSharpCode version ) : void | ||
version | ICSharpCode | |
return | void |
public RunWhenLoaded ( Action action ) : void | ||
action | Action | /// The action to run. /// |
return | void |
protected TextDocument ( ImmutableText buffer, ILineSplitter splitter ) : System | ||
buffer | ImmutableText | |
splitter | ILineSplitter | |
return | System |
public UnRegisterVirtualTextMarker ( IExtendingTextLineMarker marker ) : void | ||
marker | IExtendingTextLineMarker | /// marker. /// |
return | void |
public UpdateFoldSegments ( List |
||
newSegments | List |
|
startTask | bool | |
useApplicationInvoke | bool | |
masterToken | CancellationToken | |
return | void |