Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
Class | Description | |
---|---|---|
![]() |
TextUndoRedoEventArgs | Provides information about the effect of the undo or redo operation for the UndoRedoHappened event. |
![]() |
TextUndoTransactionCompletedEventArgs | Provides information for the UndoTransactionCompleted event. |
Structures
Structure | Description | |
---|---|---|
![]() |
FindData | Represents the set of data used in a search by the ITextSearchService. |
![]() |
TextExtent | Represents the extent of a word. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IEditorOperations | 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. |
![]() |
ITextSearchService | Searches a ITextSnapshot with different search options. |
![]() |
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. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
FindOptions | Represents the options that are used in a search. |
![]() |
TextUndoHistoryState | Provides information about the state of an ITextUndoHistory. |
![]() |
TextUndoTransactionCompletionResult | Describes the possible results of a transaction completion for an ITextUndoHistory. |
![]() |
UndoTransactionState | Holds the state of the transaction. |