object EditorOptions: TEditorOptions Left = 0 Top = 0 Width = 419 Height = 298 HelpContext = 1850 Caption = 'Editor' OnCreate = EditorOptionsCreate OnBroadcast = EditorOptionsBroadcast object Label21: TLabel Left = 16 Top = 10 Width = 115 Height = 13 AutoSize = False Caption = 'Editor SpeedSetting:' FocusControl = SpeedSetting end object lbUndo: TLabel Left = 249 Top = 218 Width = 49 Height = 13 Alignment = taRightJustify Caption = 'Undo &limit:' FocusControl = eoUndoLimit end object Label5: TLabel Left = 25 Top = 246 Width = 105 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '&Tab stops:' FocusControl = eoTabRack end object lbBlockInd: TLabel Left = 25 Top = 218 Width = 105 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Block i&ndent:' FocusControl = eoBlockIndent end object Label6: TLabel Left = 25 Top = 274 Width = 105 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'S&yntax extensions:' FocusControl = eoHighlightExts end object SpeedSetting: TPropComboBox Left = 136 Top = 6 Width = 275 Height = 21 Style = csDropDownList PropField = 'Editor SpeedSetting' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 Items.Strings = ( 'Default keymapping' 'IDE classic' 'BRIEF emulation' 'Epsilon emulation') TabOrder = 0 OnClick = SpeedSettingClick end object GroupBox5: TGroupBox Left = 8 Top = 32 Width = 403 Height = 175 Caption = ' Editor options: ' TabOrder = 1 object eoIndent: TPropCheckBox Left = 7 Top = 17 Width = 150 Height = 17 Caption = '&Auto indent mode' PropField = 'Auto Indent' PropSet = EnvironmentOptions.EditorOptions TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoInsert: TPropCheckBox Left = 7 Top = 34 Width = 150 Height = 17 TabStop = False Caption = '&Insert mode' PropField = 'Insert' PropSet = EnvironmentOptions.EditorOptions TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoUseTabChar: TPropCheckBox Left = 7 Top = 51 Width = 150 Height = 17 TabStop = False Caption = 'Use tab cha&racter' PropField = 'Tab Character' PropSet = EnvironmentOptions.EditorOptions TabOrder = 2 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' OnClick = eoUseTabCharClick end object eoOptimalFill: TPropCheckBox Left = 7 Top = 85 Width = 150 Height = 17 TabStop = False Caption = '&Optimal fill' PropField = 'Optimal Fill' PropSet = EnvironmentOptions.EditorOptions TabOrder = 4 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoOutdent: TPropCheckBox Left = 7 Top = 102 Width = 150 Height = 17 TabStop = False Caption = 'Backspace &unindents' PropField = 'Backspace Unindents' PropSet = EnvironmentOptions.EditorOptions TabOrder = 5 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoCursorInTabs: TPropCheckBox Left = 7 Top = 119 Width = 150 Height = 17 TabStop = False Caption = '&Cursor through tabs' PropField = 'Cursor Through Tabs' PropSet = EnvironmentOptions.EditorOptions TabOrder = 6 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoGroupUndo: TPropCheckBox Left = 7 Top = 136 Width = 150 Height = 17 TabStop = False Caption = '&Group undo' PropField = 'Group Undo' PropSet = EnvironmentOptions.EditorOptions TabOrder = 7 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoCursorBeyondEOF: TPropCheckBox Left = 7 Top = 153 Width = 150 Height = 17 TabStop = False Caption = 'Cursor beyond &EOF' PropField = 'Cursor Beyond EOF' PropSet = EnvironmentOptions.EditorOptions TabOrder = 8 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoUndoAfterSave: TPropCheckBox Left = 191 Top = 17 Width = 150 Height = 17 TabStop = False Caption = 'Undo after sa&ve' PropField = 'Undo After Save' PropSet = EnvironmentOptions.EditorOptions TabOrder = 9 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoKeepTrailingBlanks: TPropCheckBox Left = 191 Top = 34 Width = 150 Height = 17 TabStop = False Caption = '&Keep trailing blanks' PropField = 'Keep Trailing Blanks' PropSet = EnvironmentOptions.EditorOptions TabOrder = 10 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoBriefRegExp: TPropCheckBox Left = 191 Top = 51 Width = 174 Height = 17 TabStop = False Caption = '&BRIEF regular expressions' PropField = 'BRIEF RegEx' PropSet = EnvironmentOptions.EditorOptions TabOrder = 11 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoPersistentBlocks: TPropCheckBox Left = 191 Top = 68 Width = 150 Height = 17 TabStop = False Caption = '&Persistent blocks' PropField = 'Persistent Blocks' PropSet = EnvironmentOptions.EditorOptions TabOrder = 12 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoOverwriteBlocks: TPropCheckBox Left = 191 Top = 85 Width = 150 Height = 17 TabStop = False Caption = 'Over&write blocks' PropField = 'Overwrite Blocks' PropSet = EnvironmentOptions.EditorOptions TabOrder = 13 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoDoubleClickLine: TPropCheckBox Left = 191 Top = 102 Width = 150 Height = 17 TabStop = False Caption = '&Double click line' PropField = 'Double Click Line' PropSet = EnvironmentOptions.EditorOptions TabOrder = 14 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoFindTextAtCursor: TPropCheckBox Left = 191 Top = 119 Width = 150 Height = 17 TabStop = False Caption = 'Find te&xt at cursor' PropField = 'Find Text At Cursor' PropSet = EnvironmentOptions.EditorOptions TabOrder = 15 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoHighlight: TPropCheckBox Left = 191 Top = 153 Width = 178 Height = 17 TabStop = False Caption = 'Use &syntax highlight' PropField = 'Use Syntax Highlight' PropSet = EnvironmentOptions.EditorOptions TabOrder = 17 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoForceCutCopyEnabled: TPropCheckBox Left = 191 Top = 136 Width = 182 Height = 17 TabStop = False Caption = '&Force cut and copy enabled' PropField = 'Force Cut Copy Enabled' PropSet = EnvironmentOptions.EditorOptions TabOrder = 16 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoSmartTab: TPropCheckBox Left = 7 Top = 68 Width = 150 Height = 17 TabStop = False Caption = 'S&mart tab' PropField = 'Smart Tab' PropSet = EnvironmentOptions.EditorOptions TabOrder = 3 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' OnClick = eoSmartTabClick end end object eoBlockIndent: THistoryPropComboBox Left = 136 Top = 214 Width = 81 Height = 21 PropField = 'Block Indent' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 2 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlBlockIndent' end object eoUndoLimit: THistoryPropComboBox Left = 303 Top = 214 Width = 106 Height = 21 PropField = 'Undo Limit' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 3 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlUndoLimit' end object eoTabRack: THistoryPropComboBox Left = 136 Top = 242 Width = 275 Height = 21 PropField = 'Tab Stops' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 4 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlTabStops' end object eoHighlightExts: THistoryPropComboBox Left = 136 Top = 270 Width = 275 Height = 21 PropField = 'Syntax Extensions' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 5 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlSyntaxExtensions' end end