Table of Contents

Enum NotifyState

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

Represents the last changes to the text stored in the text source. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum NotifyState

Fields

BlockChanged = 64

Block of text was changed and needs invalidating.

BookMarkChanged = 128

Bookmark was set or removed.

CenterLine = 262144

SyntaxEdit should center current line if it's not in view.

CountChanged = 2

Amount of lines in the text was changed.

Edit = 2048

Text was edited.

FirstSearchChanged = 131072

SyntaxEdit.FirstSearch property was changed.

GotoBookMark = 32768

Position of the text was changed due to moving to the bookmark.

IncrementalSearchChanged = 256

Incremental search state was changed.

Modified = 4096

Modified state was changed.

ModifiedChanged = 8

Modified state was changed.

None = 0

Specifies that no flags are in effect.

Outline = 8192

Outline section was collapsed or expanded.

OverWriteChanged = 4

Overwrite mode was changed.

PageOptionsChanged = 4194304

Page options was changed.

PositionChanged = 1

Current position in the text was changed.

ReadOnlyChanged = 32

ReadOnly state was changed.

ScrollingOptionsChanged = 8388608

Scrolling options was changed.

ScrollingOriginChanged = 16777216

Window was scrolled.

SearcRectChanged = 512

Rectangle that holds last found text was changed.

SelectBlock = 65536

Block of text was selected or unselected.

SelectedTextChanged = 134217728

Selected text was changed.

SelectionChanged = 67108864

Selection options was changed.

SelectionOptionsChanged = 33554432

Selection options was changed.

SmartFormat = 1048576

Selection was formatted.

StringsChanged = 2097152

Strings was changed programmatically.

SyntaxChanged = 16

Syntax scheme or Lexer was changed.

TextLineChanged = 268435456

Text was modified and changed.

TextParsed = 524288

Text was completely parsed.

Undo = 1024

Undo operation was performed.

WordWrap = 16384

Lines were wrapped.