IDE: editor options: keymapping: auto removing filter hint

git-svn-id: trunk@16163 -
This commit is contained in:
mattias 2008-08-20 13:00:25 +00:00
parent 65d0624d9c
commit 929c85386f
3 changed files with 272 additions and 256 deletions

View File

@ -18,12 +18,12 @@ object EditorOptionsForm: TEditorOptionsForm
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 6
PageIndex = 1
PageIndex = 2
TabOrder = 0
object GeneralPage: TPage
Caption = 'GeneralPage'
ClientWidth = 552
ClientHeight = 509
ClientHeight = 503
object BlockIndentLabel: TLabel
AnchorSideLeft.Control = BlockIndentComboBox
AnchorSideLeft.Side = asrBottom
@ -31,7 +31,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Side = asrCenter
Left = 112
Height = 14
Top = 431
Top = 425
Width = 82
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
@ -45,7 +45,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Side = asrCenter
Left = 112
Height = 14
Top = 458
Top = 452
Width = 72
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
@ -59,7 +59,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Side = asrCenter
Left = 112
Height = 14
Top = 485
Top = 479
Width = 77
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
@ -70,7 +70,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BlockIndentLabel
Left = 6
Height = 413
Height = 407
Top = 6
Width = 540
Align = alTop
@ -96,7 +96,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Control = UndoLimitComboBox
Left = 6
Height = 21
Top = 428
Top = 422
Width = 100
Anchors = [akLeft, akBottom]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
@ -117,7 +117,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Control = TabWidthsComboBox
Left = 6
Height = 21
Top = 455
Top = 449
Width = 100
Anchors = [akLeft, akBottom]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
@ -138,7 +138,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 21
Top = 482
Top = 476
Width = 100
Anchors = [akLeft, akBottom]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
@ -780,13 +780,13 @@ object EditorOptionsForm: TEditorOptionsForm
object KeymappingPage: TPage
Caption = 'KeymappingPage'
ClientWidth = 552
ClientHeight = 509
ClientHeight = 503
object KeyMappingHelpLabel: TLabel
AnchorSideTop.Control = KeymappingPage
Left = 8
Height = 14
Height = 20
Top = 6
Width = 105
Width = 140
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
@ -799,9 +799,9 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideBottom.Control = KeymappingPage
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 480
Width = 189
Height = 29
Top = 468
Width = 232
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
@ -815,10 +815,10 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = KeymappingPage
AnchorSideBottom.Side = asrBottom
Left = 343
Height = 23
Top = 480
Width = 203
Left = 299
Height = 29
Top = 468
Width = 247
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
@ -834,12 +834,12 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = KeyMappingFindKeyButton
Left = 6
Height = 397
Top = 48
Height = 362
Top = 65
Width = 540
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
DefaultItemHeight = 23
DefaultItemHeight = 21
Images = ImageList
ReadOnly = True
RowSelect = True
@ -854,13 +854,15 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Control = KeymappingPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 16
Top = 26
Height = 27
Top = 32
Width = 540
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
OnChange = KeyMappingFilterEditChange
OnEnter = KeyMappingFilterEditEnter
OnExit = KeyMappingFilterEditExit
TabOrder = 3
Text = 'KeyMappingFilterEdit'
end
@ -869,9 +871,9 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = KeyMappingChooseSchemeButton
Left = 6
Height = 23
Top = 451
Width = 154
Height = 29
Top = 433
Width = 178
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
@ -883,7 +885,7 @@ object EditorOptionsForm: TEditorOptionsForm
object ColorPage: TPage
Caption = 'ColorPage'
ClientWidth = 552
ClientHeight = 509
ClientHeight = 503
object LanguageLabel: TLabel
Left = 214
Height = 14
@ -961,7 +963,7 @@ object EditorOptionsForm: TEditorOptionsForm
end
object ColorPreview: TSynEdit
Left = 4
Height = 127
Height = 121
Top = 378
Width = 544
Align = alBottom
@ -1350,7 +1352,7 @@ object EditorOptionsForm: TEditorOptionsForm
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'Attributes'
ClientHeight = 214
ClientHeight = 199
ClientWidth = 330
TabOrder = 7
object ForeGroundLabel: TLabel
@ -1426,7 +1428,7 @@ object EditorOptionsForm: TEditorOptionsForm
object TextUnderlinePanel: TPanel
Left = 6
Height = 19
Top = 139
Top = 124
Width = 318
Align = alBottom
AutoSize = True
@ -1492,7 +1494,7 @@ object EditorOptionsForm: TEditorOptionsForm
object TextBoldPanel: TPanel
Left = 6
Height = 19
Top = 164
Top = 149
Width = 318
Align = alBottom
AutoSize = True
@ -1558,7 +1560,7 @@ object EditorOptionsForm: TEditorOptionsForm
object TextItalicPanel: TPanel
Left = 6
Height = 19
Top = 189
Top = 174
Width = 318
Align = alBottom
AutoSize = True
@ -1626,16 +1628,16 @@ object EditorOptionsForm: TEditorOptionsForm
object CodetoolsPage: TPage
Caption = 'CodetoolsPage'
ClientWidth = 552
ClientHeight = 509
ClientHeight = 503
object AutomaticFeaturesGroupBox: TGroupBox
Left = 6
Height = 497
Height = 491
Top = 6
Width = 540
Align = alClient
BorderSpacing.Around = 6
Caption = 'AutomaticFeaturesGroupBox'
ClientHeight = 493
ClientHeight = 472
ClientWidth = 536
TabOrder = 0
object AutoDelayLabel: TLabel
@ -1735,7 +1737,7 @@ object EditorOptionsForm: TEditorOptionsForm
object CodeFolding: TPage
Caption = 'CodeFolding'
ClientWidth = 552
ClientHeight = 509
ClientHeight = 503
object lblDividerDrawLevel: TLabel
Left = 6
Height = 14

View File

@ -8,27 +8,27 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+'osition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#12
+'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6'Height'#3#18#2#5
+'Width'#3'*'#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
+'t'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#1#8'TabOrder'#2
+'t'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#2#8'TabOrder'#2
+#0#0#5'TPage'#11'GeneralPage'#7'Caption'#6#11'GeneralPage'#11'ClientWidth'#3
+'('#2#12'ClientHeight'#3#253#1#0#6'TLabel'#16'BlockIndentLabel'#22'AnchorSid'
+'('#2#12'ClientHeight'#3#247#1#0#6'TLabel'#16'BlockIndentLabel'#22'AnchorSid'
+'eLeft.Control'#7#19'BlockIndentComboBox'#19'AnchorSideLeft.Side'#7#9'asrBot'
+'tom'#24'AnchorSideBottom.Control'#7#19'BlockIndentComboBox'#21'AnchorSideBo'
+'ttom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top'#3#175#1#5'Widt'
+'ttom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top'#3#169#1#5'Widt'
+'h'#2'R'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#16'BlockIndentLabel'#11'ParentColor'#8#0#0#6'TLabel'#14'UndoLimi'
+'tLabel'#22'AnchorSideLeft.Control'#7#17'UndoLimitComboBox'#19'AnchorSideLef'
+'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'UndoLimitComboBox'
+#21'AnchorSideBottom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top'
+#3#202#1#5'Width'#2'H'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacin'
+#3#196#1#5'Width'#2'H'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacin'
+'g.Around'#2#6#7'Caption'#6#14'UndoLimitLabel'#11'ParentColor'#8#0#0#6'TLabe'
+'l'#14'TabWidthsLabel'#22'AnchorSideLeft.Control'#7#17'TabWidthsComboBox'#19
+'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'TabWi'
+'dthsComboBox'#21'AnchorSideBottom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Heigh'
+'t'#2#14#3'Top'#3#229#1#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
+'t'#2#14#3'Top'#3#223#1#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'TabWidthsLabel'#11'ParentColor'
+#8#0#0#11'TCheckGroup'#21'EditorOptionsGroupBox'#20'AnchorSideRight.Side'#7#9
+'asrBottom'#24'AnchorSideBottom.Control'#7#16'BlockIndentLabel'#4'Left'#2#6#6
+'Height'#3#157#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#5'alTop'#7'Anchors'#11
+'Height'#3#151#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#5'alTop'#7'Anchors'#11
+#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoFill'#9#20'BorderSpacing.'
+'Bottom'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorOptionsGroup'
+'Box'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2
@ -39,21 +39,21 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+'ildSizing.ControlsPerLine'#2#1#12'ColumnLayout'#7#24'clVerticalThenHorizont'
+'al'#7'Columns'#2#2#11'OnItemClick'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'
+#2#3#0#0#9'TComboBox'#19'BlockIndentComboBox'#24'AnchorSideBottom.Control'#7
+#17'UndoLimitComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#172#1#5'Width'#2
+#17'UndoLimitComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#166#1#5'Width'#2
+'d'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEn'
+'dOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#13
+'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange'
+#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Com'
+'boBoxOnKeyDown'#8'TabOrder'#2#0#0#0#9'TComboBox'#17'UndoLimitComboBox'#24'A'
+'nchorSideBottom.Control'#7#17'TabWidthsComboBox'#4'Left'#2#6#6'Height'#2#21
+#3'Top'#3#199#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoC'
+#3'Top'#3#193#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoC'
+'ompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'Bo'
+'rderSpacing.Around'#2#6#13'Items.Strings'#1#6#5'32767'#6#4'4096'#6#3'512'#0
+#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBox'
+'OnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#0#0#9'TComboBo'
+'x'#17'TabWidthsComboBox'#24'AnchorSideBottom.Control'#7#11'GeneralPage'#21
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#3
+#226#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteTe'
+#220#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteTe'
+'xt'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpaci'
+'ng.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLengt'
+'h'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9
@ -192,203 +192,204 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0
+#8'ReadOnly'#9#19'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14'OnStatus'
+'Change'#7#26'DisplayPreviewStatusChange'#0#0#0#5'TPage'#14'KeymappingPage'#7
+'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3#253
+'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3#247
,#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'AnchorSideTop.Control'#7#14'Keymap'
+'pingPage'#4'Left'#2#8#6'Height'#2#14#3'Top'#2#6#5'Width'#2'i'#18'BorderSpac'
+'ing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Capti'
+'on'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'KeyMappin'
+'gChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21'Anc'
+'horSideTop.Control'#7#14'KeymappingPage'#24'AnchorSideBottom.Control'#7#14
+'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig'
+'ht'#2#23#3'Top'#3#224#1#5'Width'#3#189#0#7'Anchors'#11#6'akLeft'#8'akBottom'
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'KeyMappingChoo'
+'seSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'TabOrder'
+#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'AnchorSideTop.Contro'
+'l'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'KeymappingPage'#20
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'Keym'
+'appingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'W'#1#6'Heigh'
+'t'#2#23#3'Top'#3#224#1#5'Width'#3#203#0#7'Anchors'#11#7'akRight'#8'akBottom'
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6' KeyMappingConsis'
+'tencyCheckButton'#7'OnClick'#7'%KeyMappingConsistencyCheckButtonClick'#8'Ta'
+'bOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeView'#22'AnchorSideLeft.Contr'
+'ol'#7#14'KeymappingPage'#21'AnchorSideTop.Control'#7#20'KeyMappingFilterEdi'
+'t'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'K'
+'eymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.'
+'Control'#7#23'KeyMappingFindKeyButton'#4'Left'#2#6#6'Height'#3#141#1#3'Top'
+#2'0'#5'Width'#3#28#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
+#0#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#23#6'Images'#7#9'Ima'
+'geList'#8'ReadOnly'#9#9'RowSelect'#9#8'TabOrder'#2#2#9'OnMouseUp'#7#25'KeyM'
+'appingTreeViewMouseUp'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelect'
+'ion'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoShowB'
+'uttons'#12'tvoShowLines'#11'tvoShowRoot'#17'tvoShowSeparators'#11'tvoToolTi'
+'ps'#0#0#0#5'TEdit'#20'KeyMappingFilterEdit'#22'AnchorSideLeft.Control'#7#14
+'KeymappingPage'#21'AnchorSideTop.Control'#7#19'KeyMappingHelpLabel'#18'Anch'
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'KeymappingP'
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#16#3'T'
+'op'#2#26#5'Width'#3#28#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Au'
+'toSize'#9#20'BorderSpacing.Around'#2#6#8'OnChange'#7#26'KeyMappingFilterEdi'
+'tChange'#8'TabOrder'#2#3#4'Text'#6#20'KeyMappingFilterEdit'#0#0#7'TButton'
+#23'KeyMappingFindKeyButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#28'K'
+'eyMappingChooseSchemeButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#195#1#5'Wi'
+'dth'#3#154#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderS'
+'pacing.Around'#2#6#7'Caption'#6#23'KeyMappingFindKeyButton'#7'OnClick'#7#28
+'KeyMappingFindKeyButtonClick'#8'TabOrder'#2#4#0#0#0#5'TPage'#9'ColorPage'#7
+'Caption'#6#9'ColorPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3#253#1#0#6
+'TLabel'#13'LanguageLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2#12#5'Widt'
+'h'#2'I'#7'Caption'#6#13'LanguageLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'C'
+'olorSchemeLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'X'#7
+'Caption'#6#16'ColorSchemeLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'FileExte'
+'nsionsLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'<'#5'Width'#2'^'#7'Cap'
+'tion'#6#19'FileExtensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'ColorEle'
+'mentLabel'#4'Left'#2#4#6'Height'#2#14#3'Top'#2'Z'#5'Width'#2'Y'#7'Caption'#6
+#17'ColorElementLabel'#11'ParentColor'#8#0#0#9'TComboBox'#16'LanguageComboBo'
+'x'#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5'Width'#3#200#0#16'AutoCompleteT'
+'ext'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2
+#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKey'
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'
+#0#0#9'TComboBox'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2
+'"'#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'c'
+'bactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6
+'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrde'
+'r'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22'FileExtensions'
+'ComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2':'#5'Width'#3#200#0#16'AutoCo'
+'mpleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Ite'
+'ms.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10
+'pp;pas;inc'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'
+#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0
,#0#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6'Height'#2''#3'Top'#3'z'#1#5'W'
+'idth'#3' '#2#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font'
+'.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#8'TabOrde'
+'r'#2#3#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#24'BookMarkOptions.OnChang'
+'e'#13#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2
+'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'
+#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3
+#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2
+'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2
+'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2
+'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2
+'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2
+'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2
+'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'
+#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'
+#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8
+'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8
+'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'S'
+'hortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8
+'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201
+#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3
+#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Comman'
+'d'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7
+'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8
+#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1
+#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3
+#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Comma'
+'nd'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7
+'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0
+#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X'
+'@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortC'
+'ut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'S'
+'hortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1
+#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3
+'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Comman'
+'d'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'C'
+'ommand'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1
+#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'
+#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3
+'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCu'
+'t'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'Sh'
+'ortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1
+#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3
+#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Comm'
+'and'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7
+'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'
+#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8'ReadOnly'#9#19'OnSpecialLine'
+'Markup'#7#19'OnSpecialLineColors'#14'OnStatusChange'#7#26'DisplayPreviewSta'
+'tusChange'#0#0#8'TListBox'#19'ColorElementListBox'#4'Left'#2#3#6'Height'#3#8
+#1#3'Top'#2'l'#5'Width'#3#200#0#16'ClickOnSelChange'#8#7'OnClick'#7#24'Color'
+'ElementListBoxClick'#17'OnSelectionChange'#7'"ColorElementListBoxSelectionC'
+'hange'#8'TabOrder'#2#4#8'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDe'
+'faultButton'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.'
+'Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3
+'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttribute'
+'ToDefaultButtonClick'#8'TabOrder'#2#5#0#0#7'TButton'#31'SetAllAttributesToD'
+'efaultButton'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight'
+'.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3
+'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAt'
+'tributesToDefaultButtonClick'#8'TabOrder'#2#6#0#0#9'TGroupBox'#22'TextAttri'
+'butesGroupBox'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRigh'
,'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ColorPreview'#4'Le'
+'ft'#3#212#0#6'Height'#3#218#0#3'Top'#3#154#0#5'Width'#3'N'#1#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#10'Attributes'#12'ClientHeight'#3#214#0#11'ClientWidth'#3'J'#1#8'T'
+'abOrder'#2#7#0#6'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#14#5'W'
+'idth'#2'S'#7'Caption'#6#15'ForeGroundLabel'#11'ParentColor'#8#0#0#12'TColor'
+'Button'#21'ForegroundColorButton'#21'AnchorSideTop.Control'#7#15'ForeGround'
+'Label'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'T'
+'op'#2#16#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'But'
+'tonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorBut'
+'tonColorChanged'#0#0#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSi'
+'deTop.Control'#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'Left'#2#8#6'Height'#2#21#3'Top'#2':'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2
+#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnC'
+'olorChanged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'
+#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'#2'S'#17'BorderSp'
+'acing.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#11'ParentColor'#8#0#0#9'TC'
+'heckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'Fo'
+'reGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'
+#2#19#3'Top'#2#16#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
+'t'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGroundUseDefaultCheckBox'
+#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'
+#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'BackGroundL'
+'abel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#19#3'T'
+'op'#2'8'#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19
+'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#8'On'
+'Change'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'TPanel'#18'Text'
+'UnderlinePanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#139#0#5'Width'#3'>'#1#5
+'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOut'
+'er'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#2
+#0#9'TCheckBox'#21'TextUnderlineCheckBox'#6'Height'#2#19#5'Width'#3#174#0#5
+'Align'#7#8'alClient'#7'Caption'#6#21'TextUnderlineCheckBox'#8'OnChange'#7#23
+'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'TextUnderlineRadi'
+'oPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRigh'
+'t'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpacin'
+'g'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSizin'
+'g.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLef'
+'tToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeigh'
+'t'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioBut'
+'ton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#6'Height'#2#21#5'Width'#2'('#7'Cap'
+'tion'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'
+#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21'TextUnderlineRadioOf'
+'f'#3'Tag'#2#3#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#3'Off'
+#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButto'
+'n'#24'TextUnderlineRadioInvert'#3'Tag'#2#3#4'Left'#2'V'#6'Height'#2#21#5'Wi'
+'dth'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8
+'TabOrder'#2#2#0#0#0#0#6'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Height'#2#19
+#3'Top'#3#164#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'Bord'
+'erSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'C'
+'lientWidth'#3'>'#1#8'TabOrder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBox'#6'He'
+'ight'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#16'TextBold'
+'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'T'
+'Panel'#18'TextBoldRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144
+#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSi'
+'zing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScale'
+'Childs'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizin'
+'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin'
+'e'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visi'
+'ble'#8#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#21#5'W'
+'idth'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioO'
+'nChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16'Te'
+'xtBoldRadioOff'#3'Tag'#2#1#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Capt'
+'ion'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0
,#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#1#4'Left'#2'V'#6'Height'#2
+'pingPage'#4'Left'#2#8#6'Height'#2#20#3'Top'#2#6#5'Width'#3#140#0#18'BorderS'
+'pacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Ca'
+'ption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'KeyMap'
+'pingChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21
+'AnchorSideTop.Control'#7#14'KeymappingPage'#24'AnchorSideBottom.Control'#7
+#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
+'eight'#2#29#3'Top'#3#212#1#5'Width'#3#232#0#7'Anchors'#11#6'akLeft'#8'akBot'
+'tom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'KeyMappin'
+'gChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'Tab'
+'Order'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'AnchorSideTop'
+'.Control'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'KeymappingP'
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
+#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'+'#1#6
+'Height'#2#29#3'Top'#3#212#1#5'Width'#3#247#0#7'Anchors'#11#7'akRight'#8'akB'
+'ottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6' KeyMappin'
+'gConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsistencyCheckButtonClic'
+'k'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeView'#22'AnchorSideLef'
+'t.Control'#7#14'KeymappingPage'#21'AnchorSideTop.Control'#7#20'KeyMappingFi'
+'lterEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
+#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideB'
+'ottom.Control'#7#23'KeyMappingFindKeyButton'#4'Left'#2#6#6'Height'#3'j'#1#3
+'Top'#2'A'#5'Width'#3#28#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB'
+'ottom'#0#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#21#6'Images'#7
+#9'ImageList'#8'ReadOnly'#9#9'RowSelect'#9#8'TabOrder'#2#2#9'OnMouseUp'#7#25
+'KeyMappingTreeViewMouseUp'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSe'
+'lection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoS'
+'howButtons'#12'tvoShowLines'#11'tvoShowRoot'#17'tvoShowSeparators'#11'tvoTo'
+'olTips'#0#0#0#5'TEdit'#20'KeyMappingFilterEdit'#22'AnchorSideLeft.Control'#7
+#14'KeymappingPage'#21'AnchorSideTop.Control'#7#19'KeyMappingHelpLabel'#18'A'
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'Keymappi'
+'ngPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3
+'Top'#2' '#5'Width'#3#28#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'A'
+'utoSize'#9#20'BorderSpacing.Around'#2#6#8'OnChange'#7#26'KeyMappingFilterEd'
+'itChange'#7'OnEnter'#7#25'KeyMappingFilterEditEnter'#6'OnExit'#7#24'KeyMapp'
+'ingFilterEditExit'#8'TabOrder'#2#3#4'Text'#6#20'KeyMappingFilterEdit'#0#0#7
+'TButton'#23'KeyMappingFindKeyButton'#22'AnchorSideLeft.Control'#7#14'Keymap'
+'pingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr'
+'ol'#7#28'KeyMappingChooseSchemeButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#3
+#177#1#5'Width'#3#178#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'KeyMappingFindKeyButton'#7'OnC'
+'lick'#7#28'KeyMappingFindKeyButtonClick'#8'TabOrder'#2#4#0#0#0#5'TPage'#9'C'
+'olorPage'#7'Caption'#6#9'ColorPage'#11'ClientWidth'#3'('#2#12'ClientHeight'
+#3#247#1#0#6'TLabel'#13'LanguageLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'
+#2#12#5'Width'#2'I'#7'Caption'#6#13'LanguageLabel'#11'ParentColor'#8#0#0#6'T'
+'Label'#16'ColorSchemeLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'$'#5'Wi'
+'dth'#2'X'#7'Caption'#6#16'ColorSchemeLabel'#11'ParentColor'#8#0#0#6'TLabel'
+#19'FileExtensionsLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'<'#5'Width'
+#2'^'#7'Caption'#6#19'FileExtensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17
+'ColorElementLabel'#4'Left'#2#4#6'Height'#2#14#3'Top'#2'Z'#5'Width'#2'Y'#7'C'
+'aption'#6#17'ColorElementLabel'#11'ParentColor'#8#0#0#9'TComboBox'#16'Langu'
+'ageComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5'Width'#3#200#0#16'Aut'
+'oCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'M'
+'axLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnE'
+'xit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'Lang'
+'uageComboBox'#0#0#9'TComboBox'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height'
+#2#21#3'Top'#2'"'#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfLine'
+'Complete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#16'Comb'
+'oBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKe'
+'yDown'#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22
+'FileExtensionsComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2':'#5'Width'#3
+#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce'
+'nding'#0#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;i'
+'nc;lpr;lrs'#6#10'pp;pas;inc'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOn'
,'Change'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'
+#8'TabOrder'#2#2#0#0#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6'Height'#2'y'
+#3'Top'#3'z'#1#5'Width'#3' '#2#5'Align'#7#8'alBottom'#20'BorderSpacing.Aroun'
+'d'#2#4#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.He'
+'ight'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'Parent'
+'Color'#8#8'TabOrder'#2#3#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#24'BookM'
+'arkOptions.OnChange'#13#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'
+#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3
+'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'('
+' '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2
+'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%'
+'@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2
+''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3
+'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'
+#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3
+'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2
+'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3
+'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2
+'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3
+'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2
+'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3
+'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'
+#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'Short'
+'Cut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8
+'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245
+#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Comman'
+'d'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160
+#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortC'
+'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8
+'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3
+#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Comm'
+'and'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7
+'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0
+#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3
+'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCu'
+'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh'
+'ortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1
+#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3
+'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Comman'
+'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C'
+'ommand'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1
+#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'
+#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3
+'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCu'
+'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh'
+'ortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232
+#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'
+#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Comma'
+'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8
+'ReadOnly'#9#19'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14'OnStatusCh'
+'ange'#7#26'DisplayPreviewStatusChange'#0#0#8'TListBox'#19'ColorElementListB'
+'ox'#4'Left'#2#3#6'Height'#3#8#1#3'Top'#2'l'#5'Width'#3#200#0#16'ClickOnSelC'
+'hange'#8#7'OnClick'#7#24'ColorElementListBoxClick'#17'OnSelectionChange'#7
+'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#4#8'TopIndex'#2#255#0#0#7
+'TButton'#27'SetAttributeToDefaultButton'#23'AnchorSideRight.Control'#7#9'Co'
+'lorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2
+#25#3'Top'#2'Z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'SetAttributeToDefaultButton'#7
+'OnClick'#7' SetAttributeToDefaultButtonClick'#8'TabOrder'#2#5#0#0#7'TButton'
+#31'SetAllAttributesToDefaultButton'#23'AnchorSideRight.Control'#7#9'ColorPa'
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3
+'Top'#2'z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7
+'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'TabOrder'#2#6#0#0#9'TGr'
,'oupBox'#22'TextAttributesGroupBox'#23'AnchorSideRight.Control'#7#9'ColorPag'
+'e'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12
+'ColorPreview'#4'Left'#3#212#0#6'Height'#3#218#0#3'Top'#3#154#0#5'Width'#3'N'
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacin'
+'g.Around'#2#6#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#199#0#11'Clien'
+'tWidth'#3'J'#1#8'TabOrder'#2#7#0#6'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6
+'Height'#2#14#5'Width'#2'S'#7'Caption'#6#15'ForeGroundLabel'#11'ParentColor'
+#8#0#0#12'TColorButton'#21'ForegroundColorButton'#21'AnchorSideTop.Control'#7
+#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Hei'
+'ght'#2#21#3'Top'#2#16#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidt'
+'h'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7
+#23'ColorButtonColorChanged'#0#0#12'TColorButton'#21'BackGroundColorButton'
+#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2':'#5'Width'#2'K'#17'BorderSp'
+'acing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'cl'
+'BtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15
+'BackGroundLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorS'
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'
+#2'S'#17'BorderSpacing.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#11'ParentC'
+'olor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTop.'
+'Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
+#2'^'#6'Height'#2#19#3'Top'#2#16#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'a'
+'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGroundUse'
+'DefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0
+#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7
+#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'He'
+'ight'#2#19#3'Top'#2'8'#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefault'
+'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'T'
+'Panel'#18'TextUnderlinePanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'|'#5'Widt'
+'h'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'T'
+'abOrder'#2#2#0#9'TCheckBox'#21'TextUnderlineCheckBox'#6'Height'#2#19#5'Widt'
+'h'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#21'TextUnderlineCheckBox'#8
+'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'Te'
+'xtUnderlineRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Al'
+'ign'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.H'
+'orizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'
+#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'
+#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12
+'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12
+'TRadioButton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#6'Height'#2#21#5'Width'#2
+'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'
+#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21'TextUnderli'
+'neRadioOff'#3'Tag'#2#3#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Caption'
+#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TR'
+'adioButton'#24'TextUnderlineRadioInvert'#3'Tag'#2#3#4'Left'#2'V'#6'Height'#2
+#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh'
+'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Hei'
+'ght'#2#19#3'Top'#3#149#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'
+#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2
+#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBo'
+'x'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#16'T'
+'extBoldCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0
+#0#6'TPanel'#18'TextBoldRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3
+#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'Chi'
+'ldSizing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsS'
+'caleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildS'
+'izing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPe'
+'rLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7
+'Visible'#8#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#21
+#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRad'
+'ioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16
+'TextBoldRadioOff'#3'Tag'#2#1#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Ca'
,'ption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0
+#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#1#4'Left'#2'V'#6'Height'#2
+#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh'
+'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#15'TextItalicPanel'#4'Left'#2#6#6'H'
+'eight'#2#19#3'Top'#3#189#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSiz'
+'eight'#2#19#3'Top'#3#174#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSiz'
+'e'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeigh'
+'t'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#4#0#9'TCheckBox'#18'TextItalic'
+'CheckBox'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'
@ -408,10 +409,10 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+'eft'#2'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7
+#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#0#0#5'TPage'#13'Codetool'
+'sPage'#7'Caption'#6#13'CodetoolsPage'#11'ClientWidth'#3'('#2#12'ClientHeigh'
+'t'#3#253#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Left'#2#6#6'Heigh'
+'t'#3#241#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#8'alClient'#20'BorderSpaci'
+'t'#3#247#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Left'#2#6#6'Heigh'
+'t'#3#235#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#8'alClient'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox'#12'ClientHeight'#3
+#237#1#11'ClientWidth'#3#24#2#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'
+#216#1#11'ClientWidth'#3#24#2#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'
+#4'Left'#2#6#6'Height'#2#14#3'Top'#3#176#0#5'Width'#3#12#2#5'Align'#7#5'alTo'
+'p'#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14
+'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMinLabel'#21'An'
@ -439,7 +440,7 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+#8'ScalePos'#7#5'trTop'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'Bo'
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#0#0#5
+'TPage'#11'CodeFolding'#7'Caption'#6#11'CodeFolding'#11'ClientWidth'#3'('#2
+#12'ClientHeight'#3#253#1#0#6'TLabel'#19'lblDividerDrawLevel'#4'Left'#2#6#6
+#12'ClientHeight'#3#247#1#0#6'TLabel'#19'lblDividerDrawLevel'#4'Left'#2#6#6
+'Height'#2#14#3'Top'#2'G'#5'Width'#2'^'#7'Caption'#6#19'lblDividerDrawLevel'
+#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2#6#6'Height'#2#2#3'Top'#2
+'1'#5'Width'#3#27#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#0#0#9'TChe'
@ -448,8 +449,8 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+'deFoldingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerDrawLe'
+'vel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'MaxValue'#2
+#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#6'TPanel'#8'BtnPane'
+'l'#6'Height'#2')'#3'Top'#3#24#2#5'Width'#3'*'#2#5'Align'#7#8'alBottom'#8'Au'
,'toSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'ClientWidth'#3
,'l'#6'Height'#2')'#3'Top'#3#24#2#5'Width'#3'*'#2#5'Align'#7#8'alBottom'#8'Au'
+'toSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'ClientWidth'#3
+'*'#2#8'TabOrder'#2#1#0#7'TButton'#8'OkButton'#21'AnchorSideBottom.Side'#7#9
+'asrBottom'#4'Left'#3'q'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'K'#5'Align'#7
+#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'OkButt'
@ -512,8 +513,8 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+#164#160#255'nxt'#255'^gc'#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#141
+#144#141#255#173#176#173#255'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0
+#0#0#0'mom'#255#210#214#210#255#221#226#221#255#220#225#220#255#218#224#219
+#255#153#164#158#255'nzt'#255'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
,#255#153#164#158#255'nzt'#255'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
+#0#0#0#139#142#139#255#208#211#208#255#213#217#214#255#141#151#146#255'T^Z'
+#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'abb'
@ -576,8 +577,8 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+#0#0#0#0#0#0#0#0#0#0#0#0#0#156#156#156#255#223#223#223#255#232#232#232#255
+#238#238#238#255#239#239#239#255#240#240#240#255#242#242#242#255#244#244#244
+#255#245#245#245#255#236#236#236#255#245#245#245#255#249#249#249#255#250#250
+#250#255#251#251#251#255#174#174#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0#0#0
,#0#0#0#0#0#0#0#154#154#154#255#213#213#213#255#226#226#226#255#219#219#219
,#250#255#251#251#251#255#174#174#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0#0#0
+#0#0#0#0#0#0#0#154#154#154#255#213#213#213#255#226#226#226#255#219#219#219
+#255#199#199#199#255#187#187#187#255#185#185#185#255#185#185#185#255#183#183
+#183#255#180#180#180#255#178#178#178#255#177#177#177#255#177#177#177#255#170
+#170#170#255'{{{'#255'kkk'#255'TTT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#149

View File

@ -534,16 +534,11 @@ type
{ TEditorOptionsForm }
TEditorOptionsForm = class(TForm)
KeyMappingFindKeyButton: TButton;
KeyMappingFilterEdit: TEdit;
ForeGroundLabel: TLabel;
BackGroundLabel: TLabel;
EditorOptionsGroupBox: TCheckGroup;
MainNoteBook: TNoteBook;
ImageList: TImageList;
// general options
EditorOptionsGroupBox: TCheckGroup;
GeneralPage: TPage;
DisplayPage: TPage;
KeymappingPage: TPage;
@ -603,6 +598,8 @@ type
KeyMappingHelpLabel: TLabel;
KeyMappingTreeView: TTreeView;
KeyMappingConsistencyCheckButton: TButton;
KeyMappingFindKeyButton: TButton;
KeyMappingFilterEdit: TEdit;
// Color options
LanguageComboBox: TComboBox;
@ -626,6 +623,8 @@ type
SetAttributeToDefaultButton: TButton;
SetAllAttributesToDefaultButton: TButton;
ColorPreview: TPreviewEditor;
ForeGroundLabel: TLabel;
BackGroundLabel: TLabel;
// Code Tools options
AutomaticFeaturesGroupBox: TGroupBox;
@ -662,9 +661,11 @@ type
procedure FontDialogApplyClicked(Sender: TObject);
procedure EditorFontComboBoxEditingDone(Sender: TObject);
procedure EditorFontButtonClick(Sender: TObject);
procedure KeyMappingFilterEditExit(Sender: TObject);
procedure RightMarginColorButtonColorChanged(Sender: TObject);
// key mapping
procedure KeyMappingFilterEditEnter(Sender: TObject);
procedure KeyMappingFilterEditChange(Sender: TObject);
procedure KeyMappingChooseSchemeButtonClick(Sender: TObject);
procedure KeyMappingTreeViewMouseUp(Sender: TObject;
@ -2873,6 +2874,18 @@ begin
end;
end;
procedure TEditorOptionsForm.KeyMappingFilterEditExit(Sender: TObject);
begin
if KeyMappingFilterEdit.Text='' then
KeyMappingFilterEdit.Text:=lisFilter2;
end;
procedure TEditorOptionsForm.KeyMappingFilterEditEnter(Sender: TObject);
begin
if KeyMappingFilterEdit.Text=lisFilter2 then
KeyMappingFilterEdit.Text:='';
end;
procedure TEditorOptionsForm.KeyMappingFilterEditChange(Sender: TObject);
var
Filter: String;