EditPoint Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodChangeCase(Object^, vsCaseOptions)

Changes the case of the selected text.

System_CAPS_pubmethodCharLeft(Int32)

Moves the edit point the specified number of characters to the left.

System_CAPS_pubmethodCharRight(Int32)

Moves the edit point the specified number of characters to the right.

System_CAPS_pubmethodClearBookmark()

Clears any unnamed bookmarks in the current text buffer line.

System_CAPS_pubmethodCopy(Object^, Boolean)

Copies the specified range of text to the clipboard.

System_CAPS_pubmethodCreateEditPoint()

Creates and returns an EditPoint object at the location of the calling object.

System_CAPS_pubmethodCut(Object^, Boolean)

Copies the specified range of text to the clipboard and deletes it from the document.

System_CAPS_pubmethodDelete(Object^)

Deletes the specified range of text.

System_CAPS_pubmethodDeleteWhitespace(vsWhitespaceOptions)

Deletes the empty characters (white space) horizontally or vertically around the current location in the text buffer.

System_CAPS_pubmethodEndOfDocument()

Moves the edit point to the end of the document.

System_CAPS_pubmethodEndOfLine()

Moves the edit point to the end of the current line in the buffer.

System_CAPS_pubmethodEqualTo(TextPoint^)

Returns a value indicating whether the value of the given point object's AbsoluteCharOffset is equal to that of the calling EditPoint object.

System_CAPS_pubmethodFindPattern(String^, Int32, EditPoint^, TextRanges^)

Finds a given matching pattern in the selected text.

System_CAPS_pubmethodGetLines(Int32, Int32)

Gets a string representing the text between two given lines.

System_CAPS_pubmethodGetText(Object^)

Gets the text between the current location and the specified location in the buffer.

System_CAPS_pubmethodGreaterThan(TextPoint^)

Returns whether the value of the EditPoint object's AbsoluteCharOffset property is greater than that of the given TextPoint object.

System_CAPS_pubmethodIndent(TextPoint^, Int32)

Indents the selected lines by the given number of indentation levels.

System_CAPS_pubmethodInsert(String^)

Inserts the given string at the edit point's current position in the buffer.

System_CAPS_pubmethodInsertFromFile(String^)

Inserts the contents of the specified file at the current location in the buffer.

System_CAPS_pubmethodLessThan(TextPoint^)

Returns whether the value of the called EditPoint object's AbsoluteCharOffset is less than that of the given TextPoint object.

System_CAPS_pubmethodLineDown(Int32)

Moves the edit point down the specified number of lines.

System_CAPS_pubmethodLineUp(Int32)

Moves the edit point up the specified number of lines.

System_CAPS_pubmethodMoveToAbsoluteOffset(Int32)

Moves the active point to the given 1-based absolute character offset.

System_CAPS_pubmethodMoveToLineAndOffset(Int32, Int32)

Moves the document to the specified line and character offset position in that line.

System_CAPS_pubmethodMoveToPoint(TextPoint^)

Moves the active point to the given position.

System_CAPS_pubmethodNextBookmark()

Moves to the location of the next bookmark in the document.

System_CAPS_pubmethodOutlineSection(Object^)

Creates an outlining section based on an edit point and the given text point or value.

System_CAPS_pubmethodPadToColumn(Int32)

Fills the current line in the buffer with empty characters (white space) to the given column.

System_CAPS_pubmethodPaste()

Inserts the clipboard contents at the current location.

System_CAPS_pubmethodPreviousBookmark()

Moves the edit point to the location of the previous bookmark in the document.

System_CAPS_pubmethodReadOnly(Object^)

Returns a value indicating whether any of the specified range contains read-only text.

System_CAPS_pubmethodReplacePattern(TextPoint^, String^, String^, Int32, TextRanges^)

Finds a pattern in the specified range of text and replaces it with the specified text.

System_CAPS_pubmethodReplaceText(Object^, String^, Int32)

Replaces the selected text with the given text.

System_CAPS_pubmethodSetBookmark()

Sets an unnamed bookmark on the current line in the buffer.

System_CAPS_pubmethodSmartFormat(TextPoint^)

Formats the specified range of text based on the current language.

System_CAPS_pubmethodStartOfDocument()

Moves the object to the beginning of the document.

System_CAPS_pubmethodStartOfLine()

Moves the edit point to the beginning of the current line in the buffer.

System_CAPS_pubmethodTryToShow(vsPaneShowHow, Object^)

Attempts to display the text point's location.

System_CAPS_pubmethodUnindent(TextPoint^, Int32)

Removes the indent characters from the selected lines by the given number of indentation levels.

System_CAPS_pubmethodWordLeft(Int32)

Moves the object the specified number of words to the left.

System_CAPS_pubmethodWordRight(Int32)

Moves the object the specified number of words to the right.

Return to top
Show: