Completor Members
Include Protected Members
Include Inherited Members
Wraps and applies multiple changes to a text view as a single operation.
The Completor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Completor | Initializes a new instance of the Completor class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Apply | Applies all changes made through the Completor object. |
![]() |
Dispose | Cleans up any allocations made just before the object is destroyed. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RefreshLine | Obtains the current line of text from the Source object. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
TypeBackspace | Performs the specified number of backspaces on the line being edited and updates the internal caret position. |
![]() |
TypeChar | Inserts the specified character and updates the internal caret position. |
![]() |
TypeChars | Inserts the specified string of characters and updates internal caret position. |
![]() |
TypeDelete | Performs the specified number of delete operations on the line being edited. |
![]() |
TypeLeft | Moves the internal caret position the specified number of positions to the left. |
![]() |
TypeRight | Moves the internal caret position the specified number of positions to the right. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AtEndOfLine | Determines if the internal caret position is at the end of the current line. |
![]() |
IsExpansionActive | Determines if a code snippet is being edited. |
Top