Source position: synedittypes.pp line 193
type TSynEditorOptions = set of ( |
||
eoAutoIndent, |
|
|
eoBracketHighlight, |
|
|
eoEnhanceHomeKey, |
|
|
eoGroupUndo, |
|
|
eoHalfPageScroll, |
|
|
eoHideRightMargin, |
|
|
eoKeepCaretX, |
|
|
eoNoCaret, |
|
|
eoNoSelection, |
|
|
eoPersistentCaret, |
|
|
eoScrollByOneLess, |
|
|
eoScrollPastEof, |
|
|
eoScrollPastEol, |
|
|
eoScrollHintFollows, |
|
|
eoShowScrollHint, |
|
|
eoShowSpecialChars, |
|
|
eoSmartTabs, |
|
|
eoTabIndent, |
|
|
eoTabsToSpaces, |
|
|
eoTrimTrailingSpaces, |
|
|
eoAutoSizeMaxScrollWidth, |
|
|
eoDisableScrollArrows, |
|
|
eoHideShowScrollbars, |
|
|
eoDropFiles, |
|
|
eoSmartTabDelete, |
|
|
eoSpacesToTabs, |
|
|
eoAutoIndentOnPaste, |
|
|
eoAltSetsColumnMode, |
|
|
eoDragDropEditing, |
|
|
eoRightMouseMovesCursor, |
|
|
eoDoubleClickSelectsLine, |
|
|
eoShowCtrlMouseLinks |
|
|
); |
| CT Web help |
| CodeTyphon Studio |