IDE: editor options: automatic: added bevels to make clear where the delays belong

git-svn-id: trunk@21110 -
This commit is contained in:
mattias 2009-08-05 16:00:31 +00:00
parent 885bd91383
commit 856382f17b
3 changed files with 148 additions and 110 deletions

View File

@ -1,8 +1,8 @@
inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Height = 440 Height = 440
Width = 496 Width = 496
ClientHeight = 436 ClientHeight = 440
ClientWidth = 492 ClientWidth = 496
TabOrder = 0 TabOrder = 0
Visible = False Visible = False
DesignLeft = 398 DesignLeft = 398
@ -12,9 +12,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 365 Left = 369
Height = 18 Height = 18
Top = 182 Top = 192
Width = 127 Width = 127
Alignment = taRightJustify Alignment = taRightJustify
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
@ -28,7 +28,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 18 Height = 18
Top = 182 Top = 192
Width = 123 Width = 123
BorderSpacing.Top = 2 BorderSpacing.Top = 2
Caption = 'AutoDelayMinLabel' Caption = 'AutoDelayMinLabel'
@ -40,7 +40,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 18 Height = 18
Top = 204 Top = 214
Width = 101 Width = 101
BorderSpacing.Top = 24 BorderSpacing.Top = 24
Caption = 'AutoDelayLabel' Caption = 'AutoDelayLabel'
@ -52,7 +52,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 18 Height = 18
Top = 354 Top = 374
Width = 171 Width = 171
BorderSpacing.Top = 2 BorderSpacing.Top = 2
Caption = 'MarkupWordDelayMinLabel' Caption = 'MarkupWordDelayMinLabel'
@ -63,9 +63,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 317 Left = 321
Height = 18 Height = 18
Top = 354 Top = 374
Width = 175 Width = 175
Alignment = taRightJustify Alignment = taRightJustify
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
@ -79,7 +79,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 18 Height = 18
Top = 376 Top = 396
Width = 149 Width = 149
BorderSpacing.Top = 24 BorderSpacing.Top = 24
Caption = 'MarkupWordDelayLabel' Caption = 'MarkupWordDelayLabel'
@ -93,14 +93,40 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Control = MarkupWordFullLenSpin AnchorSideRight.Control = MarkupWordFullLenSpin
Left = 230 Left = 230
Height = 18 Height = 18
Top = 258 Top = 278
Width = 156 Width = 156
BorderSpacing.Left = 45 BorderSpacing.Left = 45
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordFullLenLabel' Caption = 'MarkupWordFullLenLabel'
ParentColor = False ParentColor = False
end end
object AutoIdentifierCompletionCheckBox: TCheckBox[7] object MarkupWordBevel: TBevel[7]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoDelayLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 4
Top = 238
Width = 484
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
end
object ToolTipBevel: TBevel[8]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoCompleteBlockCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 4
Top = 112
Width = 484
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
end
object AutoIdentifierCompletionCheckBox: TCheckBox[9]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
Left = 0 Left = 0
@ -110,7 +136,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Caption = 'AutoIdentifierCompletionCheckBox' Caption = 'AutoIdentifierCompletionCheckBox'
TabOrder = 0 TabOrder = 0
end end
object AutoRemoveEmptyMethodsOnSave: TCheckBox[8] object AutoRemoveEmptyMethodsOnSave: TCheckBox[10]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoIdentifierCompletionCheckBox AnchorSideTop.Control = AutoIdentifierCompletionCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
@ -122,7 +148,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Caption = 'AutoRemoveEmptyMethodsOnSave' Caption = 'AutoRemoveEmptyMethodsOnSave'
TabOrder = 1 TabOrder = 1
end end
object AutoToolTipSymbToolsCheckBox: TCheckBox[9] object AutoToolTipSymbToolsCheckBox: TCheckBox[11]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
@ -134,7 +160,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Caption = 'AutoToolTipSymbToolsCheckBox' Caption = 'AutoToolTipSymbToolsCheckBox'
TabOrder = 2 TabOrder = 2
end end
object AutoCompleteBlockCheckBox: TCheckBox[10] object AutoCompleteBlockCheckBox: TCheckBox[12]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
@ -146,19 +172,19 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Caption = 'AutoCompleteBlockCheckBox' Caption = 'AutoCompleteBlockCheckBox'
TabOrder = 3 TabOrder = 3
end end
object AutoToolTipExprEvalCheckBox: TCheckBox[11] object AutoToolTipExprEvalCheckBox: TCheckBox[13]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoCompleteBlockCheckBox AnchorSideTop.Control = ToolTipBevel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 22 Height = 22
Top = 112 Top = 122
Width = 213 Width = 213
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'AutoToolTipExprEvalCheckBox' Caption = 'AutoToolTipExprEvalCheckBox'
TabOrder = 4 TabOrder = 4
end end
object AutoDelayTrackBar: TTrackBar[12] object AutoDelayTrackBar: TTrackBar[14]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoToolTipExprEvalCheckBox AnchorSideTop.Control = AutoToolTipExprEvalCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
@ -166,8 +192,8 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 40 Height = 40
Top = 140 Top = 150
Width = 492 Width = 496
Frequency = 250 Frequency = 250
Max = 4000 Max = 4000
Min = 500 Min = 500
@ -176,7 +202,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
BorderSpacing.Top = 6 BorderSpacing.Top = 6
TabOrder = 5 TabOrder = 5
end end
object MarkupWordTimeTrackBar: TTrackBar[13] object MarkupWordTimeTrackBar: TTrackBar[15]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MarkupWordNoKeyword AnchorSideTop.Control = MarkupWordNoKeyword
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
@ -184,8 +210,8 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 40 Height = 40
Top = 312 Top = 332
Width = 492 Width = 496
Frequency = 250 Frequency = 250
Max = 4000 Max = 4000
Min = 500 Min = 500
@ -194,31 +220,31 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
BorderSpacing.Top = 6 BorderSpacing.Top = 6
TabOrder = 6 TabOrder = 6
end end
object MarkupWordFullCheckBox: TCheckBox[14] object MarkupWordFullCheckBox: TCheckBox[16]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MarkupWordNoTimerCheckBox AnchorSideTop.Control = MarkupWordNoTimerCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 22 Height = 22
Top = 256 Top = 276
Width = 185 Width = 185
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordFullCheckBox' Caption = 'MarkupWordFullCheckBox'
TabOrder = 7 TabOrder = 7
end end
object MarkupWordNoKeyword: TCheckBox[15] object MarkupWordNoKeyword: TCheckBox[17]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MarkupWordFullCheckBox AnchorSideTop.Control = MarkupWordFullCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 22 Height = 22
Top = 284 Top = 304
Width = 172 Width = 172
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordNoKeyword' Caption = 'MarkupWordNoKeyword'
TabOrder = 8 TabOrder = 8
end end
object MarkupWordFullLenSpin: TSpinEdit[16] object MarkupWordFullLenSpin: TSpinEdit[18]
AnchorSideLeft.Control = MarkupWordFullLenLabel AnchorSideLeft.Control = MarkupWordFullLenLabel
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MarkupWordFullLenLabel AnchorSideTop.Control = MarkupWordFullLenLabel
@ -227,30 +253,30 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 392 Left = 392
Height = 27 Height = 27
Top = 254 Top = 274
Width = 48 Width = 48
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
TabOrder = 9 TabOrder = 9
end end
object MarkupWordNoTimerCheckBox: TCheckBox[17] object MarkupWordNoTimerCheckBox: TCheckBox[19]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoDelayLabel AnchorSideTop.Control = MarkupWordBevel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 22 Height = 22
Top = 228 Top = 248
Width = 219 Width = 219
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'MarkupWordNoTimerCheckBox' Caption = 'MarkupWordNoTimerCheckBox'
TabOrder = 10 TabOrder = 10
end end
object MarkupWordTrim: TCheckBox[18] object MarkupWordTrim: TCheckBox[20]
AnchorSideLeft.Control = MarkupWordFullLenLabel AnchorSideLeft.Control = MarkupWordFullLenLabel
AnchorSideTop.Control = MarkupWordNoKeyword AnchorSideTop.Control = MarkupWordNoKeyword
Left = 230 Left = 230
Height = 22 Height = 22
Top = 284 Top = 304
Width = 128 Width = 128
Caption = 'MarkupWordTrim' Caption = 'MarkupWordTrim'
TabOrder = 11 TabOrder = 11

View File

@ -2,97 +2,107 @@
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[ LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6 'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
+'Height'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#180#1#11'ClientWidth'#3 +'Height'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#184#1#11'ClientWidth'#3
+#236#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#142#1#9'DesignTop'#3'#' +#240#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#142#1#9'DesignTop'#3'#'
+#1#0#242#2#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17 +#1#0#242#2#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17
+'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight' +'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight'
+'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'm'#1 +'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'q'#1
+#6'Height'#2#18#3'Top'#3#182#0#5'Width'#2''#9'Alignment'#7#14'taRightJustif' +#6'Height'#2#18#3'Top'#3#192#0#5'Width'#2''#9'Alignment'#7#14'taRightJustif'
+'y'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption' +'y'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'
+#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#1#6'TLabel'#17'AutoDela' +#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#1#6'TLabel'#17'AutoDela'
+'yMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7 +'yMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
+#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H' +#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
+'eight'#2#18#3'Top'#3#182#0#5'Width'#2'{'#17'BorderSpacing.Top'#2#2#7'Captio' +'eight'#2#18#3'Top'#3#192#0#5'Width'#2'{'#17'BorderSpacing.Top'#2#2#7'Captio'
+'n'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#14'AutoD' +'n'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#242#2#2#6'TLabel'#14'AutoD'
+'elayLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7 +'elayLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
+#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H' +#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
+'eight'#2#18#3'Top'#3#204#0#5'Width'#2'e'#17'BorderSpacing.Top'#2#24#7'Capti' +'eight'#2#18#3'Top'#3#214#0#5'Width'#2'e'#17'BorderSpacing.Top'#2#24#7'Capti'
+'on'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupW' +'on'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#242#2#3#6'TLabel'#18'MarkupW'
+'ordMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control' +'ordMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
+#7#22'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2 +#7#22'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
+#0#6'Height'#2#18#3'Top'#3'b'#1#5'Width'#3#171#0#17'BorderSpacing.Top'#2#2#7 +#0#6'Height'#2#18#3'Top'#3'v'#1#5'Width'#3#171#0#17'BorderSpacing.Top'#2#2#7
+'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0#242#2#4#6'TLab' +'Caption'#6#23'MarkupWordDelayMinLabel'#11'ParentColor'#8#0#0#242#2#4#6'TLab'
+'el'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTra' +'el'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTra'
+'ckBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5 +'ckBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'='#1#6'Height'#2#18 +'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'A'#1#6'Height'#2#18
+#3'Top'#3'b'#1#5'Width'#3#175#0#9'Alignment'#7#14'taRightJustify'#7'Anchors' +#3'Top'#3'v'#1#5'Width'#3#175#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'
+#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#23'MarkupWo' +#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#23'MarkupWo'
+'rdDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelay' +'rdDelayMaxLabel'#11'ParentColor'#8#0#0#242#2#5#6'TLabel'#20'MarkupWordDelay'
+'Label'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22 +'Label'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22
+'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6 +'MarkupWordTimeTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6
+'Height'#2#18#3'Top'#3'x'#1#5'Width'#3#149#0#17'BorderSpacing.Top'#2#24#7'Ca' +'Height'#2#18#3'Top'#3#140#1#5'Width'#3#149#0#17'BorderSpacing.Top'#2#24#7'C'
+'ption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'#22 +'aption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'
+'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCheck' +#22'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCh'
+'Box'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22 +'eckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
+'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSide' +#22'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorS'
+'Right.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#230#0#6'Height'#2#18#3 +'ideRight.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#230#0#6'Height'#2#18
+'Top'#3#2#1#5'Width'#3#156#0#18'BorderSpacing.Left'#2'-'#17'BorderSpacing.To' +#3'Top'#3#22#1#5'Width'#3#156#0#18'BorderSpacing.Left'#2'-'#17'BorderSpacing'
+'p'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242#2#7 +'.Top'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242
+#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Control'#7#5 +#2#7#6'TBevel'#15'MarkupWordBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#22#3'To' +'AnchorSideTop.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrB'
+'p'#2#0#5'Width'#3#245#0#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'T' +'ottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
+'abOrder'#2#0#0#0#242#2#8#9'TCheckBox'#28'AutoRemoveEmptyMethodsOnSave'#22'A' +'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#3#238#0#5'Width'#3#228#1#7'Anch'
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' AutoIdentifi' +'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0#242
+'erCompletionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H' +#2#8#6'TBevel'#12'ToolTipBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
+'eight'#2#22#3'Top'#2#28#5'Width'#3#251#0#17'BorderSpacing.Top'#2#6#7'Captio' +'horSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Side'#7
+'n'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#9#9'TCheckB' +#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'
+'ox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner' +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#2'p'#5'Width'#3#228#1#7'Anc'
+#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'AnchorSideT' +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0
+'op.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'8'#5'Width'#3 +#242#2#9#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Con'
+#227#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsCheckBo' +'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'
+'x'#8'TabOrder'#2#2#0#0#242#2#10#9'TCheckBox'#25'AutoCompleteBlockCheckBox' +#2#22#3'Top'#2#0#5'Width'#3#245#0#7'Caption'#6' AutoIdentifierCompletionChec'
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28'AutoTo' +'kBox'#8'TabOrder'#2#0#0#0#242#2#10#9'TCheckBox'#28'AutoRemoveEmptyMethodsOn'
+'olTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6 +'Save'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' Au'
+'Height'#2#22#3'Top'#2'T'#5'Width'#3#213#0#17'BorderSpacing.Top'#2#6#7'Capti' +'toIdentifierCompletionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
+'on'#6#25'AutoCompleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#11#9'TCheckBo' +'t'#2#0#6'Height'#2#22#3'Top'#2#28#5'Width'#3#251#0#17'BorderSpacing.Top'#2#6
+'x'#27'AutoToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21 +#7'Caption'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#11#9
+'AnchorSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Sid' +'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5
+'e'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'p'#5'Width'#3#213#0#17 +'Owner'#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'Anch'
+'BorderSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOr' +'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'8'#5'Wid'
+'der'#2#4#0#0#242#2#12#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.' +'th'#3#227#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsC'
+'Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheck' +'heckBox'#8'TabOrder'#2#2#0#0#242#2#12#9'TCheckBox'#25'AutoCompleteBlockChec'
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5 +'kBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3 +'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
+'Top'#3#140#0#5'Width'#3#236#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3 +#2#0#6'Height'#2#22#3'Top'#2'T'#5'Width'#3#213#0#17'BorderSpacing.Top'#2#6#7
+#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17 +'Caption'#6#25'AutoCompleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#13#9'TCh'
,'BorderSpacing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#13#9'TTrackBar'#22'MarkupW' ,'eckBox'#27'AutoToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owne'
+'ordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con' +'r'#21'AnchorSideTop.Control'#7#12'ToolTipBevel'#18'AnchorSideTop.Side'#7#9
+'trol'#7#19'MarkupWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An' +'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'z'#5'Width'#3#213#0#17'Borde'
+'chorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 +'rSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2
+'Left'#2#0#6'Height'#2'('#3'Top'#3'8'#1#5'Width'#3#236#1#9'Frequency'#3#250#0 +#4#0#0#242#2#14#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.Control'
+#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6 +#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheckBox'#18'A'
+'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#6#0#0#242#2#14 +'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20
+#9'TCheckBox'#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owne' +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3'Top'#3#150
+'r'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideT' +#0#5'Width'#3#240#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Po'
+'op.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3#0#1#5'Width'#3 +'sition'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpac'
+#185#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'T' +'ing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#15#9'TTrackBar'#22'MarkupWordTimeTra'
+'abOrder'#2#7#0#0#242#2#15#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSid' +'ckBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19
+'eLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullChec' +'MarkupWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRig'
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'To' +'ht.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6
+'p'#3#28#1#5'Width'#3#172#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'Markup' +'Height'#2'('#3'Top'#3'L'#1#5'Width'#3#240#1#9'Frequency'#3#250#0#3'Max'#3
+'WordNoKeyword'#8'TabOrder'#2#8#0#0#242#2#16#9'TSpinEdit'#21'MarkupWordFullL' +#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'enSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSi' +'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#6#0#0#242#2#16#9'TCheckB'
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLe' +'ox'#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
+'nLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7 +'horSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideTop.Side'#7
+#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#136#1#6'Height'#2 +#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3#20#1#5'Width'#3#185#0#17'B'
+#27#3'Top'#3#254#0#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'BorderSpacing' +'orderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'TabOrder'#2
+'.Top'#2#6#8'TabOrder'#2#9#0#0#242#2#17#9'TCheckBox'#25'MarkupWordNoTimerChe' +#7#0#0#242#2#17#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Contr'
+'ckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14 +'ol'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullCheckBox'#18'An'
+'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height' +'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3'0'#1#5
+#2#22#3'Top'#3#228#0#5'Width'#3#219#0#17'BorderSpacing.Top'#2#6#7'Caption'#6 +'Width'#3#172#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'MarkupWordNoKeywor'
+#25'MarkupWordNoTimerCheckBox'#8'TabOrder'#2#10#0#0#242#2#18#9'TCheckBox'#14 +'d'#8'TabOrder'#2#8#0#0#242#2#18#9'TSpinEdit'#21'MarkupWordFullLenSpin'#22'A'
+'MarkupWordTrim'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#21 +'nchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSideLeft.Side'
+'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'#4'Left'#3#230#0#6'Height'#2 +#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLenLabel'#18'An'
+#22#3'Top'#3#28#1#5'Width'#3#128#0#7'Caption'#6#14'MarkupWordTrim'#8'TabOrde' +'chorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20
+'r'#2#11#0#0#0 +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#136#1#6'Height'#2#27#3'Top'#3
+#18#1#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#8'T'
+'abOrder'#2#9#0#0#242#2#19#9'TCheckBox'#25'MarkupWordNoTimerCheckBox'#22'Anc'
+'horSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#15'MarkupWordBe'
+'vel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'
+#3#248#0#5'Width'#3#219#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#25'MarkupWo'
+'rdNoTimerCheckBox'#8'TabOrder'#2#10#0#0#242#2#20#9'TCheckBox'#14'MarkupWord'
+'Trim'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#21'AnchorSide'
+'Top.Control'#7#19'MarkupWordNoKeyword'#4'Left'#3#230#0#6'Height'#2#22#3'Top'
+#3'0'#1#5'Width'#3#128#0#7'Caption'#6#14'MarkupWordTrim'#8'TabOrder'#2#11#0#0
+#0
]); ]);

View File

@ -26,7 +26,7 @@ interface
uses uses
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, ComCtrls, Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, ComCtrls,
EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf, Spin; EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf, Spin, ExtCtrls;
type type
{ TEditorCodetoolsOptionsFrame } { TEditorCodetoolsOptionsFrame }
@ -39,6 +39,8 @@ type
AutoDelayTrackBar: TTrackBar; AutoDelayTrackBar: TTrackBar;
AutoIdentifierCompletionCheckBox: TCheckBox; AutoIdentifierCompletionCheckBox: TCheckBox;
AutoToolTipExprEvalCheckBox: TCheckBox; AutoToolTipExprEvalCheckBox: TCheckBox;
MarkupWordBevel: TBevel;
ToolTipBevel: TBevel;
MarkupWordDelayLabel: TLabel; MarkupWordDelayLabel: TLabel;
MarkupWordNoTimerCheckBox: TCheckBox; MarkupWordNoTimerCheckBox: TCheckBox;
MarkupWordFullCheckBox: TCheckBox; MarkupWordFullCheckBox: TCheckBox;