Метод | Описание | |
---|---|---|
AddToHistory ( string text ) : void | ||
ClearHistoryEntrySelection ( ) : void | ||
CopySelection ( ) : void | ||
DeleteAllHistoryEntries ( ) : void | ||
DeleteSelectedHistoryEntries ( ) : void | ||
DeselectHistoryEntry ( int lineNumber ) : SnapshotSpan | ||
Dispose ( ) : void | ||
GetAllHistoryEntrySpans ( ) : IReadOnlyList |
||
GetOrCreateVisualComponent ( IRHistoryVisualComponentContainerFactory visualComponentContainerFactory, int instanceId ) : IRHistoryWindowVisualComponent | ||
GetSelectedHistoryEntrySpans ( ) : IReadOnlyList |
||
GetSelectedText ( ) : string | ||
NextEntry ( ) : void | ||
PreviousEntry ( ) : void | ||
RHistory ( IRInteractiveWorkflow interactiveWorkflow, ITextBuffer textBuffer, IFileSystem fileSystem, IRSettings settings, IEditorOperationsFactoryService editorOperationsFactory, IRtfBuilderService rtfBuilderService, System.Action dispose ) : System | ||
ScrollPageDown ( ) : void | ||
ScrollPageUp ( ) : void | ||
ScrollToBottom ( ) : void | ||
ScrollToTop ( ) : void | ||
SelectAllEntries ( ) : void | ||
SelectHistoryEntries ( IEnumerable |
||
SelectHistoryEntry ( int lineNumber ) : SnapshotSpan | ||
SelectNextHistoryEntry ( ) : void | ||
SelectPreviousHistoryEntry ( ) : void | ||
SendSelectedToRepl ( ) : void | ||
SendSelectedToTextView ( ITextView textView ) : void | ||
ToggleHistoryEntrySelection ( int lineNumber ) : SnapshotSpan | ||
TryLoadFromFile ( string path ) : bool | ||
TrySaveToFile ( string path ) : bool |
Метод | Описание | |
---|---|---|
AdjustAddToHistoryScrolling ( ) : IDisposable | ||
CreateEntries ( string historyLines ) : void | ||
DeleteAllEntries ( ) : void | ||
DeleteSelectedTrackingSpans ( ) : void | ||
EditTextBuffer ( ) : IDisposable | ||
GetHistoryEntryFromLineNumber ( int lineNumber ) : IRHistoryEntry | ||
GetHistoryEntryFromPosition ( int position ) : IRHistoryEntry | ||
MakeTextBufferReadOnly ( ) : void | ||
OnSelectionChanged ( ) : void | ||
SelectAndDispalyEntry ( IRHistoryEntry entryToSelect, ViewRelativePosition relativeTo ) : void |
public AddToHistory ( string text ) : void | ||
text | string | |
Результат | void |
public ClearHistoryEntrySelection ( ) : void | ||
Результат | void |
public DeleteSelectedHistoryEntries ( ) : void | ||
Результат | void |
public DeselectHistoryEntry ( int lineNumber ) : SnapshotSpan | ||
lineNumber | int | |
Результат | SnapshotSpan |
public GetAllHistoryEntrySpans ( ) : IReadOnlyList |
||
Результат | IReadOnlyList |
public GetOrCreateVisualComponent ( IRHistoryVisualComponentContainerFactory visualComponentContainerFactory, int instanceId ) : IRHistoryWindowVisualComponent | ||
visualComponentContainerFactory | IRHistoryVisualComponentContainerFactory | |
instanceId | int | |
Результат | IRHistoryWindowVisualComponent |
public GetSelectedHistoryEntrySpans ( ) : IReadOnlyList |
||
Результат | IReadOnlyList |
public RHistory ( IRInteractiveWorkflow interactiveWorkflow, ITextBuffer textBuffer, IFileSystem fileSystem, IRSettings settings, IEditorOperationsFactoryService editorOperationsFactory, IRtfBuilderService rtfBuilderService, System.Action dispose ) : System | ||
interactiveWorkflow | IRInteractiveWorkflow | |
textBuffer | ITextBuffer | |
fileSystem | IFileSystem | |
settings | IRSettings | |
editorOperationsFactory | IEditorOperationsFactoryService | |
rtfBuilderService | IRtfBuilderService | |
dispose | System.Action | |
Результат | System |
public SelectHistoryEntries ( IEnumerable |
||
lineNumbers | IEnumerable |
|
Результат | void |
public SelectHistoryEntry ( int lineNumber ) : SnapshotSpan | ||
lineNumber | int | |
Результат | SnapshotSpan |
public SelectPreviousHistoryEntry ( ) : void | ||
Результат | void |
public SendSelectedToTextView ( ITextView textView ) : void | ||
textView | ITextView | |
Результат | void |
public ToggleHistoryEntrySelection ( int lineNumber ) : SnapshotSpan | ||
lineNumber | int | |
Результат | SnapshotSpan |
public TryLoadFromFile ( string path ) : bool | ||
path | string | |
Результат | bool |
public TrySaveToFile ( string path ) : bool | ||
path | string | |
Результат | bool |