Enum NotifyState
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.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 = 64Block of text was changed and needs invalidating.
BookMarkChanged = 128Bookmark was set or removed.
CenterLine = 262144SyntaxEditshould center current line if it's not in view.CountChanged = 2Amount of lines in the text was changed.
Edit = 2048Text was edited.
FirstSearchChanged = 131072SyntaxEdit.FirstSearchproperty was changed.GotoBookMark = 32768Position of the text was changed due to moving to the bookmark.
IncrementalSearchChanged = 256Incremental search state was changed.
Modified = 4096Modified state was changed.
ModifiedChanged = 8Modified state was changed.
None = 0Specifies that no flags are in effect.
Outline = 8192Outline section was collapsed or expanded.
OverWriteChanged = 4Overwrite mode was changed.
PageOptionsChanged = 4194304Page options was changed.
PositionChanged = 1Current position in the text was changed.
ReadOnlyChanged = 32ReadOnly state was changed.
ScrollingOptionsChanged = 8388608Scrolling options was changed.
ScrollingOriginChanged = 16777216Window was scrolled.
SearcRectChanged = 512Rectangle that holds last found text was changed.
SelectBlock = 65536Block of text was selected or unselected.
SelectedTextChanged = 134217728Selected text was changed.
SelectionChanged = 67108864Selection options was changed.
SelectionOptionsChanged = 33554432Selection options was changed.
SmartFormat = 1048576Selection was formatted.
StringsChanged = 2097152Strings was changed programmatically.
SyntaxChanged = 16Syntax scheme or Lexer was changed.
TextLineChanged = 268435456Text was modified and changed.
TextParsed = 524288Text was completely parsed.
Undo = 1024Undo operation was performed.
WordWrap = 16384Lines were wrapped.