DefaultTextViewOptions Class

Definition

Defines common ITextView options.

public ref class DefaultTextViewOptions abstract sealed
public ref class DefaultTextViewOptions abstract sealed
class DefaultTextViewOptions abstract sealed
public static class DefaultTextViewOptions
type DefaultTextViewOptions = class
Public Class DefaultTextViewOptions
Inheritance
DefaultTextViewOptions

Fields

AutoScrollId

Determines whether the view should auto-scroll on text changes.

AutoScrollName
BraceCompletionEnabledOptionId
BraceCompletionEnabledOptionName

Determines if automatic brace completion is enabled.

CaretWidthId
CaretWidthOptionName

Defines how wide the caret should be rendered. This is typically used to support accessibility requirements.

CutOrCopyBlankLineIfNoSelectionId

Determines whether cut and copy causes a blank line to be cut or copied when the selection is empty.

CutOrCopyBlankLineIfNoSelectionName
DisplayUrlsAsHyperlinksId

Determines whether URLs should be displayed as hyperlinks.

DisplayUrlsAsHyperlinksName
DragDropEditingId

The default option that determines whether drag/drop editing is enabled.

DragDropEditingName
IsViewportLeftClippedId

Determines whether the view's ViewportLeft property is clipped to the text width.

IsViewportLeftClippedName
LineSpacingOptionId

Determines the vertical spacing between lines.

LineSpacingOptionName
MinimumErrorSeverityId

Allows toggling of minimum error severity

MinimumErrorSeverityName
OutliningUndoOptionId

The default option that determines whether outlining is undoable.

OutliningUndoOptionName
OverwriteModeId

Determines whether overwrite mode is enabled.

OverwriteModeName
ProduceScreenReaderFriendlyTextId

Whether or not to replace the coding characters and special symbols (such as (,),{,},etc.) with their textual representation for automated objects to produce friendly text for screen readers.

ProduceScreenReaderFriendlyTextName
ShouldCaretsBeRenderedId

Should the carets be rendered.

ShouldCaretsBeRenderedName
ShouldMoveCaretToEndOnSelectAllId

The default option that determines whether to move the caret when performing the "select all" operation.

ShouldMoveCaretToEndOnSelectAllName
ShouldSelectionsBeRenderedId

Should the selections be rendered.

ShouldSelectionsBeRenderedName
ShowBidirectionalTextControlCharactersOptionId

Determines whether to show bidirectional text control characters as visible glyphs.

ShowBidirectionalTextControlCharactersOptionName
ShowBlockStructureId

Enables or disables the code block structure visualizer text adornment feature.

ShowBlockStructureName
ShowErrorSquigglesId

Enables or disables the error squiggle text adornment feature.

ShowErrorSquigglesName
ShowZeroWidthCharactersOptionId

Determines whether to show zero width characters as visible glyphs.

ShowZeroWidthCharactersOptionName
UseVirtualSpaceId

Determines whether to enable virtual space in the view.

UseVirtualSpaceName
UseVisibleWhitespaceId

Determines whether to show spaces and tabs as visible glyphs.

UseVisibleWhitespaceIncludeId

Determines whether to show spaces, tabs and EndOfLine as visible glyphs only for specific type of whitespace.

UseVisibleWhitespaceIncludeName
UseVisibleWhitespaceName
UseVisibleWhitespaceOnlyForSelectionId

Determines whether to show spaces, tabs and EndOfLine as visible glyphs only under selection.

UseVisibleWhitespaceOnlyForSelectionName
VerticalRulersId
VerticalRulersName

Defines where vertical rulers, if any, are to be drawn in the editor.

ViewProhibitUserInputId

Determines whether to prohibit user input. The text in the view's buffer can still be modified, and other views on the same buffer may allow user input.

ViewProhibitUserInputName
WordWrapStyleId

Gets the word wrap style for the underlying view.

WordWrapStyleName

Applies to