In This Article

TextChangeTypes Class

Provides access to the built-in ITextChangeType instances, that indicate the type of ITextChange made.

public static class TextChangeTypes
Inheritance:
object object

Properties

AutoComplete

The ITextChangeType for an IntelliPrompt auto-complete action.

public static ITextChangeType AutoComplete { get; }

Property Value

ITextChangeType

AutoCorrect

The ITextChangeType for an auto-correct action.

public static ITextChangeType AutoCorrect { get; }

Property Value

ITextChangeType

AutoFormat

The ITextChangeType for an auto-format action.

public static ITextChangeType AutoFormat { get; }

Property Value

ITextChangeType

AutoIndent

The ITextChangeType for an auto-indent action.

public static ITextChangeType AutoIndent { get; }

Property Value

ITextChangeType

AutoReplace

The ITextChangeType for an auto-replace action.

public static ITextChangeType AutoReplace { get; }

Property Value

ITextChangeType

Backspace

The ITextChangeType for the press of the Backspace key.

public static ITextChangeType Backspace { get; }

Property Value

ITextChangeType

ChangeCase

The ITextChangeType for a character casing change action.

public static ITextChangeType ChangeCase { get; }

Property Value

ITextChangeType

CommentLines

The ITextChangeType for a comment lines action.

public static ITextChangeType CommentLines { get; }

Property Value

ITextChangeType

ConvertSpacesToTabs

The ITextChangeType for a convert spaces to tabs action.

public static ITextChangeType ConvertSpacesToTabs { get; }

Property Value

ITextChangeType

ConvertTabsToSpaces

The ITextChangeType for a convert tabs to spaces action.

public static ITextChangeType ConvertTabsToSpaces { get; }

Property Value

ITextChangeType

Custom

The ITextChangeType for a custom change type.

public static ITextChangeType Custom { get; }

Property Value

ITextChangeType

Remarks

Instead of using this ITextChangeType, it really is best to create your own custom ITextChangeType with the proper name.

Cut

The ITextChangeType for a cut to the clipboard action.

public static ITextChangeType Cut { get; }

Property Value

ITextChangeType

Delete

The ITextChangeType for a deletion action.

public static ITextChangeType Delete { get; }

Property Value

ITextChangeType

DragAndDrop

The ITextChangeType for a drag and drop action.

public static ITextChangeType DragAndDrop { get; }

Property Value

ITextChangeType

Duplicate

The ITextChangeType for a duplicating a selection.

public static ITextChangeType Duplicate { get; }

Property Value

ITextChangeType

Enter

The ITextChangeType for the press of the Enter key.

public static ITextChangeType Enter { get; }

Property Value

ITextChangeType

HeaderAndFooterChange

The ITextChangeType for the change of a snapshot's header and footer.

public static ITextChangeType HeaderAndFooterChange { get; }

Property Value

ITextChangeType

Indent

The ITextChangeType for an indent action.

public static ITextChangeType Indent { get; }

Property Value

ITextChangeType

InsertCodeSnippetTemplate

The ITextChangeType for a code snippet template insertion action.

public static ITextChangeType InsertCodeSnippetTemplate { get; }

Property Value

ITextChangeType

InsertFile

The ITextChangeType for an insert file action.

public static ITextChangeType InsertFile { get; }

Property Value

ITextChangeType

MoveSelectedLinesDown

The ITextChangeType for a move selected lines down action.

public static ITextChangeType MoveSelectedLinesDown { get; }

Property Value

ITextChangeType

MoveSelectedLinesUp

The ITextChangeType for a move selected lines up action.

public static ITextChangeType MoveSelectedLinesUp { get; }

Property Value

ITextChangeType

NormalizeLineTerminators

The ITextChangeType for a move selected lines up action.

public static ITextChangeType NormalizeLineTerminators { get; }

Property Value

ITextChangeType

OpenLine

The ITextChangeType for an open line action.

public static ITextChangeType OpenLine { get; }

Property Value

ITextChangeType

Outdent

The ITextChangeType for an outdent action.

public static ITextChangeType Outdent { get; }

Property Value

ITextChangeType

Paste

The ITextChangeType for a paste from the clipboard action.

public static ITextChangeType Paste { get; }

Property Value

ITextChangeType

Replace

The ITextChangeType for a replace action.

public static ITextChangeType Replace { get; }

Property Value

ITextChangeType

ReplaceAll

The ITextChangeType for a replace all action.

public static ITextChangeType ReplaceAll { get; }

Property Value

ITextChangeType

SpellingChange

The ITextChangeType for a spelling change action.

public static ITextChangeType SpellingChange { get; }

Property Value

ITextChangeType

TextReplacement

The ITextChangeType for a text replacement action.

public static ITextChangeType TextReplacement { get; }

Property Value

ITextChangeType

ToggleCase

The ITextChangeType for a toggle case action.

public static ITextChangeType ToggleCase { get; }

Property Value

ITextChangeType

TransposeCharacters

The ITextChangeType for a transpose characters action.

public static ITextChangeType TransposeCharacters { get; }

Property Value

ITextChangeType

TransposeLines

The ITextChangeType for a transpose lines action.

public static ITextChangeType TransposeLines { get; }

Property Value

ITextChangeType

TransposeWords

The ITextChangeType for a transpose words action.

public static ITextChangeType TransposeWords { get; }

Property Value

ITextChangeType

TrimTrailingWhitespace

The ITextChangeType for a trim trailing whitespace action.

public static ITextChangeType TrimTrailingWhitespace { get; }

Property Value

ITextChangeType

Typing

The ITextChangeType for a typing action.

public static ITextChangeType Typing { get; }

Property Value

ITextChangeType

UncommentLines

The ITextChangeType for an uncomment lines action.

public static ITextChangeType UncommentLines { get; }

Property Value

ITextChangeType

UpdateCodeSnippetTemplateFields

The ITextChangeType for a code snippet template update fields action.

public static ITextChangeType UpdateCodeSnippetTemplateFields { get; }

Property Value

ITextChangeType

Inherited Members