mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
IDE: editor options: automatic: added bevels to make clear where the delays belong
git-svn-id: trunk@21110 -
This commit is contained in:
parent
885bd91383
commit
856382f17b
@ -1,8 +1,8 @@
|
||||
inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Height = 440
|
||||
Width = 496
|
||||
ClientHeight = 436
|
||||
ClientWidth = 492
|
||||
ClientHeight = 440
|
||||
ClientWidth = 496
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 398
|
||||
@ -12,9 +12,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 365
|
||||
Left = 369
|
||||
Height = 18
|
||||
Top = 182
|
||||
Top = 192
|
||||
Width = 127
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
@ -28,7 +28,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 182
|
||||
Top = 192
|
||||
Width = 123
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'AutoDelayMinLabel'
|
||||
@ -40,7 +40,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 204
|
||||
Top = 214
|
||||
Width = 101
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'AutoDelayLabel'
|
||||
@ -52,7 +52,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 354
|
||||
Top = 374
|
||||
Width = 171
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'MarkupWordDelayMinLabel'
|
||||
@ -63,9 +63,9 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 317
|
||||
Left = 321
|
||||
Height = 18
|
||||
Top = 354
|
||||
Top = 374
|
||||
Width = 175
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akRight]
|
||||
@ -79,7 +79,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 18
|
||||
Top = 376
|
||||
Top = 396
|
||||
Width = 149
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'MarkupWordDelayLabel'
|
||||
@ -93,14 +93,40 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Control = MarkupWordFullLenSpin
|
||||
Left = 230
|
||||
Height = 18
|
||||
Top = 258
|
||||
Top = 278
|
||||
Width = 156
|
||||
BorderSpacing.Left = 45
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullLenLabel'
|
||||
ParentColor = False
|
||||
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
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 0
|
||||
@ -110,7 +136,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Caption = 'AutoIdentifierCompletionCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object AutoRemoveEmptyMethodsOnSave: TCheckBox[8]
|
||||
object AutoRemoveEmptyMethodsOnSave: TCheckBox[10]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoIdentifierCompletionCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
@ -122,7 +148,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Caption = 'AutoRemoveEmptyMethodsOnSave'
|
||||
TabOrder = 1
|
||||
end
|
||||
object AutoToolTipSymbToolsCheckBox: TCheckBox[9]
|
||||
object AutoToolTipSymbToolsCheckBox: TCheckBox[11]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
|
||||
AnchorSideTop.Side = asrBottom
|
||||
@ -134,7 +160,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Caption = 'AutoToolTipSymbToolsCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
object AutoCompleteBlockCheckBox: TCheckBox[10]
|
||||
object AutoCompleteBlockCheckBox: TCheckBox[12]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
@ -146,19 +172,19 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
Caption = 'AutoCompleteBlockCheckBox'
|
||||
TabOrder = 3
|
||||
end
|
||||
object AutoToolTipExprEvalCheckBox: TCheckBox[11]
|
||||
object AutoToolTipExprEvalCheckBox: TCheckBox[13]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoCompleteBlockCheckBox
|
||||
AnchorSideTop.Control = ToolTipBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 112
|
||||
Top = 122
|
||||
Width = 213
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'AutoToolTipExprEvalCheckBox'
|
||||
TabOrder = 4
|
||||
end
|
||||
object AutoDelayTrackBar: TTrackBar[12]
|
||||
object AutoDelayTrackBar: TTrackBar[14]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoToolTipExprEvalCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
@ -166,8 +192,8 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 40
|
||||
Top = 140
|
||||
Width = 492
|
||||
Top = 150
|
||||
Width = 496
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
@ -176,7 +202,7 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 5
|
||||
end
|
||||
object MarkupWordTimeTrackBar: TTrackBar[13]
|
||||
object MarkupWordTimeTrackBar: TTrackBar[15]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordNoKeyword
|
||||
AnchorSideTop.Side = asrBottom
|
||||
@ -184,8 +210,8 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 40
|
||||
Top = 312
|
||||
Width = 492
|
||||
Top = 332
|
||||
Width = 496
|
||||
Frequency = 250
|
||||
Max = 4000
|
||||
Min = 500
|
||||
@ -194,31 +220,31 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 6
|
||||
end
|
||||
object MarkupWordFullCheckBox: TCheckBox[14]
|
||||
object MarkupWordFullCheckBox: TCheckBox[16]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordNoTimerCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 256
|
||||
Top = 276
|
||||
Width = 185
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordFullCheckBox'
|
||||
TabOrder = 7
|
||||
end
|
||||
object MarkupWordNoKeyword: TCheckBox[15]
|
||||
object MarkupWordNoKeyword: TCheckBox[17]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = MarkupWordFullCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 284
|
||||
Top = 304
|
||||
Width = 172
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoKeyword'
|
||||
TabOrder = 8
|
||||
end
|
||||
object MarkupWordFullLenSpin: TSpinEdit[16]
|
||||
object MarkupWordFullLenSpin: TSpinEdit[18]
|
||||
AnchorSideLeft.Control = MarkupWordFullLenLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarkupWordFullLenLabel
|
||||
@ -227,30 +253,30 @@ inherited EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 392
|
||||
Height = 27
|
||||
Top = 254
|
||||
Top = 274
|
||||
Width = 48
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 9
|
||||
end
|
||||
object MarkupWordNoTimerCheckBox: TCheckBox[17]
|
||||
object MarkupWordNoTimerCheckBox: TCheckBox[19]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = AutoDelayLabel
|
||||
AnchorSideTop.Control = MarkupWordBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 228
|
||||
Top = 248
|
||||
Width = 219
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'MarkupWordNoTimerCheckBox'
|
||||
TabOrder = 10
|
||||
end
|
||||
object MarkupWordTrim: TCheckBox[18]
|
||||
object MarkupWordTrim: TCheckBox[20]
|
||||
AnchorSideLeft.Control = MarkupWordFullLenLabel
|
||||
AnchorSideTop.Control = MarkupWordNoKeyword
|
||||
Left = 230
|
||||
Height = 22
|
||||
Top = 284
|
||||
Top = 304
|
||||
Width = 128
|
||||
Caption = 'MarkupWordTrim'
|
||||
TabOrder = 11
|
||||
|
@ -2,97 +2,107 @@
|
||||
|
||||
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
|
||||
'TPF0'#241#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6
|
||||
+'Height'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#180#1#11'ClientWidth'#3
|
||||
+#236#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#142#1#9'DesignTop'#3'#'
|
||||
+'Height'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#184#1#11'ClientWidth'#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
|
||||
+'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight'
|
||||
+'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'm'#1
|
||||
+#6'Height'#2#18#3'Top'#3#182#0#5'Width'#2''#9'Alignment'#7#14'taRightJustif'
|
||||
+'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'q'#1
|
||||
+#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'
|
||||
+#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
|
||||
+#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'
|
||||
+'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'
|
||||
+'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'
|
||||
+'ordMinLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
|
||||
+#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'
|
||||
+'el'#18'MarkupWordMaxLabel'#21'AnchorSideTop.Control'#7#22'MarkupWordTimeTra'
|
||||
+'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
|
||||
+#3'Top'#3'b'#1#5'Width'#3#175#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'A'#1#6'Height'#2#18
|
||||
+#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'
|
||||
+'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
|
||||
+'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'
|
||||
+'ption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'#22
|
||||
+'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCheck'
|
||||
+'Box'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22
|
||||
+'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSide'
|
||||
+'Right.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#230#0#6'Height'#2#18#3
|
||||
+'Top'#3#2#1#5'Width'#3#156#0#18'BorderSpacing.Left'#2'-'#17'BorderSpacing.To'
|
||||
+'p'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242#2#7
|
||||
+#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#2#22#3'To'
|
||||
+'p'#2#0#5'Width'#3#245#0#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'T'
|
||||
+'abOrder'#2#0#0#0#242#2#8#9'TCheckBox'#28'AutoRemoveEmptyMethodsOnSave'#22'A'
|
||||
+'nchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' AutoIdentifi'
|
||||
+'erCompletionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
|
||||
+'eight'#2#22#3'Top'#2#28#5'Width'#3#251#0#17'BorderSpacing.Top'#2#6#7'Captio'
|
||||
+'n'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#9#9'TCheckB'
|
||||
+'ox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'8'#5'Width'#3
|
||||
+#227#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsCheckBo'
|
||||
+'x'#8'TabOrder'#2#2#0#0#242#2#10#9'TCheckBox'#25'AutoCompleteBlockCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28'AutoTo'
|
||||
+'olTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6
|
||||
+'Height'#2#22#3'Top'#2'T'#5'Width'#3#213#0#17'BorderSpacing.Top'#2#6#7'Capti'
|
||||
+'on'#6#25'AutoCompleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#11#9'TCheckBo'
|
||||
+'x'#27'AutoToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'p'#5'Width'#3#213#0#17
|
||||
+'BorderSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOr'
|
||||
+'der'#2#4#0#0#242#2#12#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.'
|
||||
+'Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheck'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3
|
||||
+'Top'#3#140#0#5'Width'#3#236#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3
|
||||
+#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17
|
||||
,'BorderSpacing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#13#9'TTrackBar'#22'MarkupW'
|
||||
+'ordTimeTrackBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#19'MarkupWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#0#6'Height'#2'('#3'Top'#3'8'#1#5'Width'#3#236#1#9'Frequency'#3#250#0
|
||||
+#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#6#0#0#242#2#14
|
||||
+#9'TCheckBox'#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3#0#1#5'Width'#3
|
||||
+#185#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'T'
|
||||
+'abOrder'#2#7#0#0#242#2#15#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullChec'
|
||||
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'To'
|
||||
+'p'#3#28#1#5'Width'#3#172#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'Markup'
|
||||
+'WordNoKeyword'#8'TabOrder'#2#8#0#0#242#2#16#9'TSpinEdit'#21'MarkupWordFullL'
|
||||
+'enSpin'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLe'
|
||||
+'nLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
|
||||
+#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#136#1#6'Height'#2
|
||||
+#27#3'Top'#3#254#0#5'Width'#2'0'#18'BorderSpacing.Left'#2#6#17'BorderSpacing'
|
||||
+'.Top'#2#6#8'TabOrder'#2#9#0#0#242#2#17#9'TCheckBox'#25'MarkupWordNoTimerChe'
|
||||
+'ckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14
|
||||
+'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'
|
||||
+#2#22#3'Top'#3#228#0#5'Width'#3#219#0#17'BorderSpacing.Top'#2#6#7'Caption'#6
|
||||
+#25'MarkupWordNoTimerCheckBox'#8'TabOrder'#2#10#0#0#242#2#18#9'TCheckBox'#14
|
||||
+'MarkupWordTrim'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#21
|
||||
+'AnchorSideTop.Control'#7#19'MarkupWordNoKeyword'#4'Left'#3#230#0#6'Height'#2
|
||||
+#22#3'Top'#3#28#1#5'Width'#3#128#0#7'Caption'#6#14'MarkupWordTrim'#8'TabOrde'
|
||||
+'r'#2#11#0#0#0
|
||||
+'Height'#2#18#3'Top'#3#140#1#5'Width'#3#149#0#17'BorderSpacing.Top'#2#24#7'C'
|
||||
+'aption'#6#20'MarkupWordDelayLabel'#11'ParentColor'#8#0#0#242#2#6#6'TLabel'
|
||||
+#22'MarkupWordFullLenLabel'#22'AnchorSideLeft.Control'#7#22'MarkupWordFullCh'
|
||||
+'eckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+#22'MarkupWordFullCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorS'
|
||||
+'ideRight.Control'#7#21'MarkupWordFullLenSpin'#4'Left'#3#230#0#6'Height'#2#18
|
||||
+#3'Top'#3#22#1#5'Width'#3#156#0#18'BorderSpacing.Left'#2'-'#17'BorderSpacing'
|
||||
+'.Top'#2#6#7'Caption'#6#22'MarkupWordFullLenLabel'#11'ParentColor'#8#0#0#242
|
||||
+#2#7#6'TBevel'#15'MarkupWordBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#14'AutoDelayLabel'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#3#238#0#5'Width'#3#228#1#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0#242
|
||||
+#2#8#6'TBevel'#12'ToolTipBevel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
|
||||
+'horSideTop.Control'#7#25'AutoCompleteBlockCheckBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#2'p'#5'Width'#3#228#1#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0
|
||||
+#242#2#9#9'TCheckBox AutoIdentifierCompletionCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'
|
||||
+#2#22#3'Top'#2#0#5'Width'#3#245#0#7'Caption'#6' AutoIdentifierCompletionChec'
|
||||
+'kBox'#8'TabOrder'#2#0#0#0#242#2#10#9'TCheckBox'#28'AutoRemoveEmptyMethodsOn'
|
||||
+'Save'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7' Au'
|
||||
+'toIdentifierCompletionCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#0#6'Height'#2#22#3'Top'#2#28#5'Width'#3#251#0#17'BorderSpacing.Top'#2#6
|
||||
+#7'Caption'#6#28'AutoRemoveEmptyMethodsOnSave'#8'TabOrder'#2#1#0#0#242#2#11#9
|
||||
+'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#28'AutoRemoveEmptyMethodsOnSave'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'8'#5'Wid'
|
||||
+'th'#3#227#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsC'
|
||||
+'heckBox'#8'TabOrder'#2#2#0#0#242#2#12#9'TCheckBox'#25'AutoCompleteBlockChec'
|
||||
+'kBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#28
|
||||
+'AutoToolTipSymbToolsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#0#6'Height'#2#22#3'Top'#2'T'#5'Width'#3#213#0#17'BorderSpacing.Top'#2#6#7
|
||||
+'Caption'#6#25'AutoCompleteBlockCheckBox'#8'TabOrder'#2#3#0#0#242#2#13#9'TCh'
|
||||
,'eckBox'#27'AutoToolTipExprEvalCheckBox'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#12'ToolTipBevel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#2'z'#5'Width'#3#213#0#17'Borde'
|
||||
+'rSpacing.Top'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2
|
||||
+#4#0#0#242#2#14#9'TTrackBar'#17'AutoDelayTrackBar'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#27'AutoToolTipExprEvalCheckBox'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'('#3'Top'#3#150
|
||||
+#0#5'Width'#3#240#1#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Po'
|
||||
+'sition'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpac'
|
||||
+'ing.Top'#2#6#8'TabOrder'#2#5#0#0#242#2#15#9'TTrackBar'#22'MarkupWordTimeTra'
|
||||
+'ckBar'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19
|
||||
+'MarkupWordNoKeyword'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6
|
||||
+'Height'#2'('#3'Top'#3'L'#1#5'Width'#3#240#1#9'Frequency'#3#250#0#3'Max'#3
|
||||
+#160#15#3'Min'#3#244#1#8'Position'#3#244#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#6#0#0#242#2#16#9'TCheckB'
|
||||
+'ox'#22'MarkupWordFullCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc'
|
||||
+'horSideTop.Control'#7#25'MarkupWordNoTimerCheckBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3#20#1#5'Width'#3#185#0#17'B'
|
||||
+'orderSpacing.Top'#2#6#7'Caption'#6#22'MarkupWordFullCheckBox'#8'TabOrder'#2
|
||||
+#7#0#0#242#2#17#9'TCheckBox'#19'MarkupWordNoKeyword'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'MarkupWordFullCheckBox'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2#22#3'Top'#3'0'#1#5
|
||||
+'Width'#3#172#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'MarkupWordNoKeywor'
|
||||
+'d'#8'TabOrder'#2#8#0#0#242#2#18#9'TSpinEdit'#21'MarkupWordFullLenSpin'#22'A'
|
||||
+'nchorSideLeft.Control'#7#22'MarkupWordFullLenLabel'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22'MarkupWordFullLenLabel'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#5'Owner'#20
|
||||
+'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
|
||||
]);
|
||||
|
@ -26,7 +26,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, ComCtrls,
|
||||
EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf, Spin;
|
||||
EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf, Spin, ExtCtrls;
|
||||
|
||||
type
|
||||
{ TEditorCodetoolsOptionsFrame }
|
||||
@ -39,6 +39,8 @@ type
|
||||
AutoDelayTrackBar: TTrackBar;
|
||||
AutoIdentifierCompletionCheckBox: TCheckBox;
|
||||
AutoToolTipExprEvalCheckBox: TCheckBox;
|
||||
MarkupWordBevel: TBevel;
|
||||
ToolTipBevel: TBevel;
|
||||
MarkupWordDelayLabel: TLabel;
|
||||
MarkupWordNoTimerCheckBox: TCheckBox;
|
||||
MarkupWordFullCheckBox: TCheckBox;
|
||||
|
Loading…
Reference in New Issue
Block a user