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
Initializes a new instance of the Completor class.
Top
Methods
Name
Description
Applies all changes made through the Completor object.
Cleans up any allocations made just before the object is destroyed.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Obtains the current line of text from the Source object.
Returns a string that represents the current object. (Inherited from Object.)
Performs the specified number of backspaces on the line being edited and updates the internal caret position.
Inserts the specified character and updates the internal caret position.
Inserts the specified string of characters and updates internal caret position.
Performs the specified number of delete operations on the line being edited.
Moves the internal caret position the specified number of positions to the left.
Moves the internal caret position the specified number of positions to the right.
Top
Properties
Name
Description
Determines if the internal caret position is at the end of the current line.
Determines if a code snippet is being edited.
Top