|
IEditorOperations |
Defines operations relating to the editor. |
|
IEditorOperations2 |
Defines operations relating to the editor. |
|
IEditorOperationsFactoryService |
A service that provides IEditorOperations objects. |
|
IMergeTextUndoTransactionPolicy |
Provides the merge policy for undo transactions. |
|
ITextBufferUndoManager |
Registers the ITextUndoHistory for a text buffer, listens for change events on a text buffer, and adds ITextUndoPrimitive objects to the ITextUndoHistory. |
|
ITextBufferUndoManagerProvider |
Provides an ITextBufferUndoManager for a given ITextBuffer. |
|
ITextSearchNavigator |
Navigates between search results on an ITextBuffer and performs text replacements. |
|
ITextSearchNavigatorFactoryService |
Creates ITextSearchNavigator objects. |
|
ITextSearchService |
Searches a ITextSnapshot with different search options. |
|
ITextSearchService2 |
Extends ITextSearchService with methods for searching contents of a ITextSnapshot and helper methods for performing replace operations. |
|
ITextStructureNavigator |
Provides methods to navigate text, such as getting word extents. |
|
ITextStructureNavigatorProvider |
Gets an ITextStructureNavigator for a given ITextBuffer. |
|
ITextStructureNavigatorSelectorService |
Selects and caches ITextStructureNavigator objects based on content type. |
|
ITextUndoHistory |
Contains undo transactions. |
|
ITextUndoHistoryRegistry |
Maintains the relationship between text buffers and ITextUndoHistory objects. |
|
ITextUndoPrimitive |
Represents an atomic operation that knows how to do, undo, and redo itself. |
|
ITextUndoTransaction |
Represents a container for ITextUndoPrimitive objects. |