mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 14:31:29 +02:00
IDE: codetools options dialog: added checkbox for identifier completion adding := operator
git-svn-id: trunk@12378 -
This commit is contained in:
parent
2adfa195f3
commit
b77db7a61d
@ -25,13 +25,13 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Width = 560
|
Width = 560
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
PageIndex = 0
|
PageIndex = 5
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object GeneralPage: TPage
|
object GeneralPage: TPage
|
||||||
AnchorSideTop.Control = CodeCreationPage
|
AnchorSideTop.Control = CodeCreationPage
|
||||||
Caption = 'GeneralPage'
|
Caption = 'GeneralPage'
|
||||||
ClientWidth = 552
|
ClientWidth = 556
|
||||||
ClientHeight = 372
|
ClientHeight = 367
|
||||||
object SrcPathGroupBox: TGroupBox
|
object SrcPathGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = GeneralPage
|
AnchorSideLeft.Control = GeneralPage
|
||||||
AnchorSideTop.Control = GeneralPage
|
AnchorSideTop.Control = GeneralPage
|
||||||
@ -40,12 +40,12 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 56
|
Height = 56
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 540
|
Width = 544
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'SrcPathGroupBox'
|
Caption = 'SrcPathGroupBox'
|
||||||
ClientHeight = 38
|
ClientHeight = 52
|
||||||
ClientWidth = 536
|
ClientWidth = 540
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object SrcPathEdit: TEdit
|
object SrcPathEdit: TEdit
|
||||||
AnchorSideLeft.Control = SrcPathGroupBox
|
AnchorSideLeft.Control = SrcPathGroupBox
|
||||||
@ -54,7 +54,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 524
|
Width = 528
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -68,23 +68,23 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideRight.Control = GeneralPage
|
AnchorSideRight.Control = GeneralPage
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 93
|
Height = 121
|
||||||
Top = 68
|
Top = 68
|
||||||
Width = 540
|
Width = 544
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'JumpingGroupBox'
|
Caption = 'JumpingGroupBox'
|
||||||
ClientHeight = 75
|
ClientHeight = 102
|
||||||
ClientWidth = 536
|
ClientWidth = 540
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = JumpingGroupBox
|
AnchorSideLeft.Control = JumpingGroupBox
|
||||||
AnchorSideTop.Control = JumpingGroupBox
|
AnchorSideTop.Control = JumpingGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 214
|
Width = 276
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -94,9 +94,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 31
|
Top = 40
|
||||||
Width = 137
|
Width = 177
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'JumpCenteredCheckBox'
|
Caption = 'JumpCenteredCheckBox'
|
||||||
@ -107,9 +107,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = JumpCenteredCheckBox
|
AnchorSideTop.Control = JumpCenteredCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 56
|
Top = 74
|
||||||
Width = 156
|
Width = 202
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'CursorBeyondEOLCheckBox'
|
Caption = 'CursorBeyondEOLCheckBox'
|
||||||
@ -119,8 +119,8 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
end
|
end
|
||||||
object CodeCreationPage: TPage
|
object CodeCreationPage: TPage
|
||||||
Caption = 'CodeCreationPage'
|
Caption = 'CodeCreationPage'
|
||||||
ClientWidth = 552
|
ClientWidth = 556
|
||||||
ClientHeight = 372
|
ClientHeight = 367
|
||||||
object ClassPartInsertPolicyRadioGroup: TRadioGroup
|
object ClassPartInsertPolicyRadioGroup: TRadioGroup
|
||||||
AnchorSideLeft.Control = CodeCreationPage
|
AnchorSideLeft.Control = CodeCreationPage
|
||||||
AnchorSideTop.Control = CodeCreationPage
|
AnchorSideTop.Control = CodeCreationPage
|
||||||
@ -147,9 +147,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = ClassPartInsertPolicyRadioGroup
|
AnchorSideTop.Control = ClassPartInsertPolicyRadioGroup
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 112
|
Top = 112
|
||||||
Width = 192
|
Width = 252
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'MixMethodsAndPropertiesCheckBox'
|
Caption = 'MixMethodsAndPropertiesCheckBox'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -163,7 +163,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Left = 234
|
Left = 234
|
||||||
Height = 100
|
Height = 100
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 237
|
Width = 316
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -186,7 +186,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 100
|
Height = 100
|
||||||
Top = 137
|
Top = 146
|
||||||
Width = 222
|
Width = 222
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
@ -208,9 +208,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ForwardProcsInsertPolicyRadioGroup
|
AnchorSideTop.Control = ForwardProcsInsertPolicyRadioGroup
|
||||||
Left = 234
|
Left = 234
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 143
|
Top = 152
|
||||||
Width = 185
|
Width = 238
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ForwardProcsKeepOrderCheckBox'
|
Caption = 'ForwardProcsKeepOrderCheckBox'
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
@ -221,9 +221,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = ForwardProcsKeepOrderCheckBox
|
AnchorSideTop.Control = ForwardProcsKeepOrderCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 234
|
Left = 234
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 162
|
Top = 180
|
||||||
Width = 178
|
Width = 239
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ClassHeaderCommentsCheckBox'
|
Caption = 'ClassHeaderCommentsCheckBox'
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
@ -237,22 +237,22 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 123
|
Height = 123
|
||||||
Top = 243
|
Top = 252
|
||||||
Width = 465
|
Width = 544
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'PropertyCompletionGroupBox'
|
Caption = 'PropertyCompletionGroupBox'
|
||||||
ClientHeight = 123
|
ClientHeight = 104
|
||||||
ClientWidth = 465
|
ClientWidth = 540
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
object PropertyReadIdentPrefixLabel: TLabel
|
object PropertyReadIdentPrefixLabel: TLabel
|
||||||
AnchorSideTop.Control = PropertyReadIdentPrefixEdit
|
AnchorSideTop.Control = PropertyReadIdentPrefixEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = PropertyReadIdentPrefixEdit
|
AnchorSideRight.Control = PropertyReadIdentPrefixEdit
|
||||||
Left = -13
|
Left = -52
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 35
|
Top = 32
|
||||||
Width = 147
|
Width = 186
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'PropertyReadIdentPrefixLabel'
|
Caption = 'PropertyReadIdentPrefixLabel'
|
||||||
@ -262,10 +262,10 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = PropertyWriteIdentPrefixEdit
|
AnchorSideTop.Control = PropertyWriteIdentPrefixEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = PropertyWriteIdentPrefixEdit
|
AnchorSideRight.Control = PropertyWriteIdentPrefixEdit
|
||||||
Left = -14
|
Left = -52
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 58
|
Top = 55
|
||||||
Width = 148
|
Width = 186
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'PropertyWriteIdentPrefixLabel'
|
Caption = 'PropertyWriteIdentPrefixLabel'
|
||||||
@ -275,10 +275,10 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = PropertyStoredIdentPostfixEdit
|
AnchorSideTop.Control = PropertyStoredIdentPostfixEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = PropertyStoredIdentPostfixEdit
|
AnchorSideRight.Control = PropertyStoredIdentPostfixEdit
|
||||||
Left = -25
|
Left = -71
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 81
|
Top = 78
|
||||||
Width = 159
|
Width = 205
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'PropertyStoredIdentPostfixLabel'
|
Caption = 'PropertyStoredIdentPostfixLabel'
|
||||||
@ -288,10 +288,10 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = PrivateVariablePrefixEdit
|
AnchorSideTop.Control = PrivateVariablePrefixEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = PrivateVariablePrefixEdit
|
AnchorSideRight.Control = PrivateVariablePrefixEdit
|
||||||
Left = 243
|
Left = 284
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 35
|
Top = 32
|
||||||
Width = 126
|
Width = 164
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'PrivateVariablePrefixLabel'
|
Caption = 'PrivateVariablePrefixLabel'
|
||||||
@ -301,10 +301,10 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Control = SetPropertyVariablenameEdit
|
AnchorSideTop.Control = SetPropertyVariablenameEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = SetPropertyVariablenameEdit
|
AnchorSideRight.Control = SetPropertyVariablenameEdit
|
||||||
Left = 221
|
Left = 250
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 58
|
Top = 55
|
||||||
Width = 148
|
Width = 198
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'SetPropertyVariablenameLabel'
|
Caption = 'SetPropertyVariablenameLabel'
|
||||||
@ -314,9 +314,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideLeft.Control = PropertyCompletionGroupBox
|
AnchorSideLeft.Control = PropertyCompletionGroupBox
|
||||||
AnchorSideTop.Control = PropertyCompletionGroupBox
|
AnchorSideTop.Control = PropertyCompletionGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 160
|
Width = 213
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'PropertyCompletionCheckBox'
|
Caption = 'PropertyCompletionCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -361,7 +361,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = PropertyCompletionGroupBox
|
AnchorSideRight.Control = PropertyCompletionGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 375
|
Left = 454
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 31
|
Top = 31
|
||||||
Width = 80
|
Width = 80
|
||||||
@ -375,7 +375,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = PropertyCompletionGroupBox
|
AnchorSideRight.Control = PropertyCompletionGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 375
|
Left = 454
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 54
|
Top = 54
|
||||||
Width = 80
|
Width = 80
|
||||||
@ -388,8 +388,8 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
end
|
end
|
||||||
object WordsPoliciesPage: TPage
|
object WordsPoliciesPage: TPage
|
||||||
Caption = 'WordsPoliciesPage'
|
Caption = 'WordsPoliciesPage'
|
||||||
ClientWidth = 552
|
ClientWidth = 556
|
||||||
ClientHeight = 372
|
ClientHeight = 367
|
||||||
object KeyWordPolicyRadioGroup: TRadioGroup
|
object KeyWordPolicyRadioGroup: TRadioGroup
|
||||||
AnchorSideLeft.Control = WordsPoliciesPage
|
AnchorSideLeft.Control = WordsPoliciesPage
|
||||||
AnchorSideTop.Control = WordsPoliciesPage
|
AnchorSideTop.Control = WordsPoliciesPage
|
||||||
@ -442,16 +442,16 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
end
|
end
|
||||||
object LineSplittingPage: TPage
|
object LineSplittingPage: TPage
|
||||||
Caption = 'LineSplittingPage'
|
Caption = 'LineSplittingPage'
|
||||||
ClientWidth = 552
|
ClientWidth = 556
|
||||||
ClientHeight = 372
|
ClientHeight = 367
|
||||||
object LineLengthLabel: TLabel
|
object LineLengthLabel: TLabel
|
||||||
AnchorSideTop.Control = LineLengthEdit
|
AnchorSideTop.Control = LineLengthEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = LineLengthEdit
|
AnchorSideRight.Control = LineLengthEdit
|
||||||
Left = 48
|
Left = 21
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 14
|
Top = 11
|
||||||
Width = 78
|
Width = 105
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'LineLengthLabel'
|
Caption = 'LineLengthLabel'
|
||||||
@ -463,7 +463,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Left = 268
|
Left = 268
|
||||||
Height = 16
|
Height = 16
|
||||||
Top = 18
|
Top = 18
|
||||||
Width = 84
|
Width = 111
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
Caption = 'SplitPreviewLabel'
|
Caption = 'SplitPreviewLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -516,9 +516,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideBottom.Control = LineSplittingPage
|
AnchorSideBottom.Control = LineSplittingPage
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 268
|
Left = 268
|
||||||
Height = 332
|
Height = 327
|
||||||
Top = 34
|
Top = 34
|
||||||
Width = 278
|
Width = 282
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
@ -527,7 +527,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
ParentColor = False
|
ParentColor = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
BookMarkOptions.Xoffset = -18
|
BookMarkOptions.Xoffset = -18
|
||||||
|
BookMarkOptions.OnChange = nil
|
||||||
Gutter.Visible = False
|
Gutter.Visible = False
|
||||||
|
Gutter.OnChange = nil
|
||||||
Gutter.CodeFoldingWidth = 14
|
Gutter.CodeFoldingWidth = 14
|
||||||
Keystrokes = <
|
Keystrokes = <
|
||||||
item
|
item
|
||||||
@ -853,20 +855,21 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
'SplitPreviewSynEdit'
|
'SplitPreviewSynEdit'
|
||||||
)
|
)
|
||||||
|
SelectedColor.OnChange = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object SpaceNotCosmosPage: TPage
|
object SpaceNotCosmosPage: TPage
|
||||||
Caption = 'SpaceNotCosmosPage'
|
Caption = 'SpaceNotCosmosPage'
|
||||||
ClientWidth = 552
|
ClientWidth = 556
|
||||||
ClientHeight = 372
|
ClientHeight = 367
|
||||||
object SpacePreviewLabel: TLabel
|
object SpacePreviewLabel: TLabel
|
||||||
AnchorSideLeft.Control = SpaceNotCosmosPage
|
AnchorSideLeft.Control = SpaceNotCosmosPage
|
||||||
AnchorSideTop.Control = DoInsertSpaceInFrontGroupBox
|
AnchorSideTop.Control = DoInsertSpaceInFrontGroupBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 162
|
Top = 162
|
||||||
Width = 93
|
Width = 123
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -894,7 +897,7 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Left = 278
|
Left = 278
|
||||||
Height = 150
|
Height = 150
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 268
|
Width = 272
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'DoInsertSpaceAfterGroupBox'
|
Caption = 'DoInsertSpaceAfterGroupBox'
|
||||||
@ -910,9 +913,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
AnchorSideBottom.Control = SpaceNotCosmosPage
|
AnchorSideBottom.Control = SpaceNotCosmosPage
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 190
|
Height = 179
|
||||||
Top = 176
|
Top = 182
|
||||||
Width = 540
|
Width = 544
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -922,7 +925,9 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
ParentColor = False
|
ParentColor = False
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
BookMarkOptions.Xoffset = -18
|
BookMarkOptions.Xoffset = -18
|
||||||
|
BookMarkOptions.OnChange = nil
|
||||||
Gutter.Visible = False
|
Gutter.Visible = False
|
||||||
|
Gutter.OnChange = nil
|
||||||
Gutter.CodeFoldingWidth = 14
|
Gutter.CodeFoldingWidth = 14
|
||||||
Keystrokes = <
|
Keystrokes = <
|
||||||
item
|
item
|
||||||
@ -1248,23 +1253,36 @@ object CodeToolsOptsDlg: TCodeToolsOptsDlg
|
|||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
'SpacePreviewSynEdit'
|
'SpacePreviewSynEdit'
|
||||||
)
|
)
|
||||||
|
SelectedColor.OnChange = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object IdentifierCompletionPage: TPage
|
object IdentifierCompletionPage: TPage
|
||||||
Caption = 'IdentifierCompletionPage'
|
Caption = 'IdentifierCompletionPage'
|
||||||
ClientWidth = 552
|
ClientWidth = 556
|
||||||
ClientHeight = 372
|
ClientHeight = 367
|
||||||
object ICAddSemicolonCheckBox: TCheckBox
|
object ICAddSemicolonCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = IdentifierCompletionPage
|
AnchorSideLeft.Control = IdentifierCompletionPage
|
||||||
AnchorSideTop.Control = IdentifierCompletionPage
|
AnchorSideTop.Control = IdentifierCompletionPage
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 22
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 147
|
Width = 190
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ICAddSemicolonCheckBox'
|
Caption = 'ICAddSemicolonCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
|
object ICAddAssignOperatorCheckBox: TCheckBox
|
||||||
|
AnchorSideLeft.Control = IdentifierCompletionPage
|
||||||
|
AnchorSideTop.Control = ICAddSemicolonCheckBox
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
Left = 6
|
||||||
|
Height = 23
|
||||||
|
Top = 34
|
||||||
|
Width = 90
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
Caption = 'ICAddAssignOperatorCheckBox'
|
||||||
|
TabOrder = 1
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object OKButton: TButton
|
object OKButton: TButton
|
||||||
|
@ -12,219 +12,291 @@ LazarusResources.Add('TCodeToolsOptsDlg','FORMDATA',[
|
|||||||
+'ontrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot'
|
+'ontrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot'
|
||||||
+'tom.Control'#7#12'CancelButton'#6'Height'#3#142#1#5'Width'#3'0'#2#7'Anchors'
|
+'tom.Control'#7#12'CancelButton'#6'Height'#3#142#1#5'Width'#3'0'#2#7'Anchors'
|
||||||
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6
|
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6
|
||||||
+#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#21'AnchorSideTo'
|
+#9'PageIndex'#2#5#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#21'AnchorSideTo'
|
||||||
+'p.Control'#7#16'CodeCreationPage'#7'Caption'#6#11'GeneralPage'#11'ClientWid'
|
+'p.Control'#7#16'CodeCreationPage'#7'Caption'#6#11'GeneralPage'#11'ClientWid'
|
||||||
+'th'#3'('#2#12'ClientHeight'#3't'#1#0#9'TGroupBox'#15'SrcPathGroupBox'#22'An'
|
+'th'#3','#2#12'ClientHeight'#3'o'#1#0#9'TGroupBox'#15'SrcPathGroupBox'#22'An'
|
||||||
+'chorSideLeft.Control'#7#11'GeneralPage'#21'AnchorSideTop.Control'#7#11'Gene'
|
+'chorSideLeft.Control'#7#11'GeneralPage'#21'AnchorSideTop.Control'#7#11'Gene'
|
||||||
+'ralPage'#23'AnchorSideRight.Control'#7#11'GeneralPage'#20'AnchorSideRight.S'
|
+'ralPage'#23'AnchorSideRight.Control'#7#11'GeneralPage'#20'AnchorSideRight.S'
|
||||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'8'#3'Top'#2#6#5'Width'#3#28#2#7
|
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'8'#3'Top'#2#6#5'Width'#3' '#2#7
|
||||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7
|
||||||
+'Caption'#6#15'SrcPathGroupBox'#12'ClientHeight'#2'&'#11'ClientWidth'#3#24#2
|
+'Caption'#6#15'SrcPathGroupBox'#12'ClientHeight'#2'4'#11'ClientWidth'#3#28#2
|
||||||
+#8'TabOrder'#2#0#0#5'TEdit'#11'SrcPathEdit'#22'AnchorSideLeft.Control'#7#15
|
+#8'TabOrder'#2#0#0#5'TEdit'#11'SrcPathEdit'#22'AnchorSideLeft.Control'#7#15
|
||||||
+'SrcPathGroupBox'#23'AnchorSideRight.Control'#7#15'SrcPathGroupBox'#20'Ancho'
|
+'SrcPathGroupBox'#23'AnchorSideRight.Control'#7#15'SrcPathGroupBox'#20'Ancho'
|
||||||
+'rSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#8#5'Wid'
|
+'rSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#8#5'Wid'
|
||||||
+'th'#3#12#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
+'th'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
||||||
+'round'#2#6#8'TabOrder'#2#0#4'Text'#6#11'SrcPathEdit'#0#0#0#9'TGroupBox'#15
|
+'round'#2#6#8'TabOrder'#2#0#4'Text'#6#11'SrcPathEdit'#0#0#0#9'TGroupBox'#15
|
||||||
+'JumpingGroupBox'#22'AnchorSideLeft.Control'#7#11'GeneralPage'#21'AnchorSide'
|
+'JumpingGroupBox'#22'AnchorSideLeft.Control'#7#11'GeneralPage'#21'AnchorSide'
|
||||||
+'Top.Control'#7#15'SrcPathGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
+'Top.Control'#7#15'SrcPathGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||||
+'AnchorSideRight.Control'#7#11'GeneralPage'#20'AnchorSideRight.Side'#7#9'asr'
|
+'AnchorSideRight.Control'#7#11'GeneralPage'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+'Bottom'#4'Left'#2#6#6'Height'#2']'#3'Top'#2'D'#5'Width'#3#28#2#7'Anchors'#11
|
+'Bottom'#4'Left'#2#6#6'Height'#2'y'#3'Top'#2'D'#5'Width'#3' '#2#7'Anchors'#11
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||||
+'Caption'#6#15'JumpingGroupBox'#12'ClientHeight'#2'K'#11'ClientWidth'#3#24#2
|
+'Caption'#6#15'JumpingGroupBox'#12'ClientHeight'#2'f'#11'ClientWidth'#3#28#2
|
||||||
+#8'TabOrder'#2#1#0#9'TCheckBox!AdjustTopLineDueToCommentCheckBox'#22'AnchorS'
|
+#8'TabOrder'#2#1#0#9'TCheckBox!AdjustTopLineDueToCommentCheckBox'#22'AnchorS'
|
||||||
+'ideLeft.Control'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7#15'Jumpi'
|
+'ideLeft.Control'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7#15'Jumpi'
|
||||||
+'ngGroupBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#214#0#20'Borde'
|
+'ngGroupBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#20#1#20'Border'
|
||||||
+'rSpacing.Around'#2#6#7'Caption'#6'!AdjustTopLineDueToCommentCheckBox'#8'Tab'
|
+'Spacing.Around'#2#6#7'Caption'#6'!AdjustTopLineDueToCommentCheckBox'#8'TabO'
|
||||||
+'Order'#2#0#0#0#9'TCheckBox'#20'JumpCenteredCheckBox'#22'AnchorSideLeft.Cont'
|
+'rder'#2#0#0#0#9'TCheckBox'#20'JumpCenteredCheckBox'#22'AnchorSideLeft.Contr'
|
||||||
+'rol'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7'!AdjustTopLineDueToC'
|
+'ol'#7#15'JumpingGroupBox'#21'AnchorSideTop.Control'#7'!AdjustTopLineDueToCo'
|
||||||
+'ommentCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
+'mmentCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
+#2#13#3'Top'#2#31#5'Width'#3#137#0#17'BorderSpacing.Top'#2#6#20'BorderSpacin'
|
+#22#3'Top'#2'('#5'Width'#3#177#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.'
|
||||||
+'g.Around'#2#6#7'Caption'#6#20'JumpCenteredCheckBox'#8'TabOrder'#2#1#0#0#9'T'
|
+'Around'#2#6#7'Caption'#6#20'JumpCenteredCheckBox'#8'TabOrder'#2#1#0#0#9'TCh'
|
||||||
+'CheckBox'#23'CursorBeyondEOLCheckBox'#22'AnchorSideLeft.Control'#7#15'Jumpi'
|
+'eckBox'#23'CursorBeyondEOLCheckBox'#22'AnchorSideLeft.Control'#7#15'Jumping'
|
||||||
+'ngGroupBox'#21'AnchorSideTop.Control'#7#20'JumpCenteredCheckBox'#18'AnchorS'
|
+'GroupBox'#21'AnchorSideTop.Control'#7#20'JumpCenteredCheckBox'#18'AnchorSid'
|
||||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'8'#5'Width'
|
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'J'#5'Width'#3
|
||||||
+#3#156#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
+#202#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#23
|
||||||
+#23'CursorBeyondEOLCheckBox'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#16'CodeCreatio'
|
+'CursorBeyondEOLCheckBox'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#16'CodeCreationPa'
|
||||||
+'nPage'#7'Caption'#6#16'CodeCreationPage'#11'ClientWidth'#3'('#2#12'ClientHe'
|
+'ge'#7'Caption'#6#16'CodeCreationPage'#11'ClientWidth'#3','#2#12'ClientHeigh'
|
||||||
+'ight'#3't'#1#0#11'TRadioGroup'#31'ClassPartInsertPolicyRadioGroup'#22'Ancho'
|
+'t'#3'o'#1#0#11'TRadioGroup'#31'ClassPartInsertPolicyRadioGroup'#22'AnchorSi'
|
||||||
+'rSideLeft.Control'#7#16'CodeCreationPage'#21'AnchorSideTop.Control'#7#16'Co'
|
+'deLeft.Control'#7#16'CodeCreationPage'#21'AnchorSideTop.Control'#7#16'CodeC'
|
||||||
+'deCreationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
+'reationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
+'t'#2'd'#3'Top'#2#6#5'Width'#3#222#0#8'AutoFill'#9#20'BorderSpacing.Around'#2
|
+'d'#3'Top'#2#6#5'Width'#3#222#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7
|
||||||
+#6#7'Caption'#6#31'ClassPartInsertPolicyRadioGroup'#28'ChildSizing.LeftRight'
|
+'Caption'#6#31'ClassPartInsertPolicyRadioGroup'#28'ChildSizing.LeftRightSpac'
|
||||||
+'Spacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHor'
|
+'ing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizon'
|
||||||
+'izontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
|
+'tal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'cr'
|
||||||
+'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
+'sHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChild'
|
||||||
+'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay'
|
+'s'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layou'
|
||||||
+'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1
|
+'t'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8
|
||||||
+#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'MixMethodsAndPropertiesCheckBox'#22'Anc'
|
+'TabOrder'#2#0#0#0#9'TCheckBox'#31'MixMethodsAndPropertiesCheckBox'#22'Ancho'
|
||||||
+'horSideLeft.Control'#7#16'CodeCreationPage'#21'AnchorSideTop.Control'#7#31
|
+'rSideLeft.Control'#7#16'CodeCreationPage'#21'AnchorSideTop.Control'#7#31'Cl'
|
||||||
+'ClassPartInsertPolicyRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
+'assPartInsertPolicyRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||||
+'ft'#2#6#6'Height'#2#13#3'Top'#2'p'#5'Width'#3#192#0#20'BorderSpacing.Around'
|
+#2#6#6'Height'#2#22#3'Top'#2'p'#5'Width'#3#252#0#20'BorderSpacing.Around'#2#6
|
||||||
+#2#6#7'Caption'#6#31'MixMethodsAndPropertiesCheckBox'#8'TabOrder'#2#1#0#0#11
|
+#7'Caption'#6#31'MixMethodsAndPropertiesCheckBox'#8'TabOrder'#2#1#0#0#11'TRa'
|
||||||
+'TRadioGroup'#28'MethodInsertPolicyRadioGroup'#22'AnchorSideLeft.Control'#7
|
+'dioGroup'#28'MethodInsertPolicyRadioGroup'#22'AnchorSideLeft.Control'#7#31
|
||||||
+#31'ClassPartInsertPolicyRadioGroup'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
+'ClassPartInsertPolicyRadioGroup'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||||
+#21'AnchorSideTop.Control'#7#16'CodeCreationPage'#23'AnchorSideRight.Control'
|
+'AnchorSideTop.Control'#7#16'CodeCreationPage'#23'AnchorSideRight.Control'#7
|
||||||
+#7#16'CodeCreationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#234
|
+#16'CodeCreationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#234#0
|
||||||
,#0#6'Height'#2'd'#3'Top'#2#6#5'Width'#3#237#0#7'Anchors'#11#5'akTop'#6'akLef'
|
,#6'Height'#2'd'#3'Top'#2#6#5'Width'#3'<'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||||
+'t'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28
|
+'akRight'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Metho'
|
||||||
+'MethodInsertPolicyRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'Child'
|
+'dInsertPolicyRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizin'
|
||||||
+'Sizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomo'
|
+'g.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenou'
|
||||||
+'genousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildR'
|
+'sChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'
|
||||||
+'esize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing'
|
+#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shrink'
|
||||||
+'.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftTo'
|
+'Vertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh'
|
||||||
+'RightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0
|
+'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0#0#11'T'
|
||||||
+#0#11'TRadioGroup"ForwardProcsInsertPolicyRadioGroup'#22'AnchorSideLeft.Cont'
|
+'RadioGroup"ForwardProcsInsertPolicyRadioGroup'#22'AnchorSideLeft.Control'#7
|
||||||
+'rol'#7#16'CodeCreationPage'#21'AnchorSideTop.Control'#7#31'MixMethodsAndPro'
|
+#16'CodeCreationPage'#21'AnchorSideTop.Control'#7#31'MixMethodsAndProperties'
|
||||||
+'pertiesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.C'
|
+'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||||
+'ontrol'#7#31'ClassPartInsertPolicyRadioGroup'#20'AnchorSideRight.Side'#7#9
|
+#7#31'ClassPartInsertPolicyRadioGroup'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||||
+'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#3#137#0#5'Width'#3#222#0#7'Anc'
|
+'m'#4'Left'#2#6#6'Height'#2'd'#3'Top'#3#146#0#5'Width'#3#222#0#7'Anchors'#11
|
||||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#18'BorderSpacing.Lef'
|
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#18'BorderSpacing.Left'#2#6#17
|
||||||
+'t'#2#6#17'BorderSpacing.Top'#2#12#7'Caption'#6'"ForwardProcsInsertPolicyRad'
|
+'BorderSpacing.Top'#2#12#7'Caption'#6'"ForwardProcsInsertPolicyRadioGroup'#28
|
||||||
+'ioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpaci'
|
+'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C'
|
||||||
+'ng'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27
|
+'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing'
|
||||||
+'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.'
|
+'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz'
|
||||||
+'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14
|
+'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi'
|
||||||
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'
|
+'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
|
||||||
+#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#3#0#0#9'TCheckBox'#29'For'
|
+'ing.ControlsPerLine'#2#1#8'TabOrder'#2#3#0#0#9'TCheckBox'#29'ForwardProcsKe'
|
||||||
+'wardProcsKeepOrderCheckBox'#22'AnchorSideLeft.Control'#7'"ForwardProcsInser'
|
+'epOrderCheckBox'#22'AnchorSideLeft.Control'#7'"ForwardProcsInsertPolicyRadi'
|
||||||
+'tPolicyRadioGroup'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
|
+'oGroup'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||||
+'Control'#7'"ForwardProcsInsertPolicyRadioGroup'#4'Left'#3#234#0#6'Height'#2
|
+'"ForwardProcsInsertPolicyRadioGroup'#4'Left'#3#234#0#6'Height'#2#22#3'Top'#3
|
||||||
+#13#3'Top'#3#143#0#5'Width'#3#185#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
+#152#0#5'Width'#3#238#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Forward'
|
||||||
+#29'ForwardProcsKeepOrderCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#27'Class'
|
+'ProcsKeepOrderCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#27'ClassHeaderComm'
|
||||||
+'HeaderCommentsCheckBox'#22'AnchorSideLeft.Control'#7'"ForwardProcsInsertPol'
|
+'entsCheckBox'#22'AnchorSideLeft.Control'#7'"ForwardProcsInsertPolicyRadioGr'
|
||||||
+'icyRadioGroup'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Cont'
|
+'oup'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#29
|
||||||
+'rol'#7#29'ForwardProcsKeepOrderCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
+'ForwardProcsKeepOrderCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||||
+'om'#4'Left'#3#234#0#6'Height'#2#13#3'Top'#3#162#0#5'Width'#3#178#0#20'Borde'
|
+#3#234#0#6'Height'#2#22#3'Top'#3#180#0#5'Width'#3#239#0#20'BorderSpacing.Aro'
|
||||||
+'rSpacing.Around'#2#6#7'Caption'#6#27'ClassHeaderCommentsCheckBox'#8'TabOrde'
|
+'und'#2#6#7'Caption'#6#27'ClassHeaderCommentsCheckBox'#8'TabOrder'#2#5#0#0#9
|
||||||
+'r'#2#5#0#0#9'TGroupBox'#26'PropertyCompletionGroupBox'#22'AnchorSideLeft.Co'
|
+'TGroupBox'#26'PropertyCompletionGroupBox'#22'AnchorSideLeft.Control'#7#16'C'
|
||||||
+'ntrol'#7#16'CodeCreationPage'#21'AnchorSideTop.Control'#7'"ForwardProcsInse'
|
+'odeCreationPage'#21'AnchorSideTop.Control'#7'"ForwardProcsInsertPolicyRadio'
|
||||||
+'rtPolicyRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
+'Group'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||||
+'t.Control'#7#16'CodeCreationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#21
|
+#16'CodeCreationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideB'
|
||||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'{'#3'Top'#3
|
+'ottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'{'#3'Top'#3#252#0#5'Widt'
|
||||||
+#243#0#5'Width'#3#209#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bor'
|
+'h'#3' '#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Ar'
|
||||||
+'derSpacing.Around'#2#6#7'Caption'#6#26'PropertyCompletionGroupBox'#12'Clien'
|
+'ound'#2#6#7'Caption'#6#26'PropertyCompletionGroupBox'#12'ClientHeight'#2'h'
|
||||||
+'tHeight'#2'{'#11'ClientWidth'#3#209#1#8'TabOrder'#2#6#0#6'TLabel'#28'Proper'
|
+#11'ClientWidth'#3#28#2#8'TabOrder'#2#6#0#6'TLabel'#28'PropertyReadIdentPref'
|
||||||
+'tyReadIdentPrefixLabel'#21'AnchorSideTop.Control'#7#27'PropertyReadIdentPre'
|
+'ixLabel'#21'AnchorSideTop.Control'#7#27'PropertyReadIdentPrefixEdit'#18'Anc'
|
||||||
+'fixEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
|
+'horSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#27'PropertyRe'
|
||||||
+#27'PropertyReadIdentPrefixEdit'#4'Left'#2#243#6'Height'#2#14#3'Top'#2'#'#5
|
+'adIdentPrefixEdit'#4'Left'#2#204#6'Height'#2#20#3'Top'#2' '#5'Width'#3#186#0
|
||||||
+'Width'#3#147#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2
|
+#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6
|
||||||
+#6#7'Caption'#6#28'PropertyReadIdentPrefixLabel'#11'ParentColor'#8#0#0#6'TLa'
|
+#28'PropertyReadIdentPrefixLabel'#11'ParentColor'#8#0#0#6'TLabel'#29'Propert'
|
||||||
+'bel'#29'PropertyWriteIdentPrefixLabel'#21'AnchorSideTop.Control'#7#28'Prope'
|
+'yWriteIdentPrefixLabel'#21'AnchorSideTop.Control'#7#28'PropertyWriteIdentPr'
|
||||||
+'rtyWriteIdentPrefixEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSid'
|
+'efixEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'
|
||||||
+'eRight.Control'#7#28'PropertyWriteIdentPrefixEdit'#4'Left'#2#242#6'Height'#2
|
+#7#28'PropertyWriteIdentPrefixEdit'#4'Left'#2#204#6'Height'#2#20#3'Top'#2'7'
|
||||||
+#14#3'Top'#2':'#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Bord'
|
+#5'Width'#3#186#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'
|
||||||
+'erSpacing.Right'#2#6#7'Caption'#6#29'PropertyWriteIdentPrefixLabel'#11'Pare'
|
+#2#6#7'Caption'#6#29'PropertyWriteIdentPrefixLabel'#11'ParentColor'#8#0#0#6
|
||||||
+'ntColor'#8#0#0#6'TLabel'#31'PropertyStoredIdentPostfixLabel'#21'AnchorSideT'
|
+'TLabel'#31'PropertyStoredIdentPostfixLabel'#21'AnchorSideTop.Control'#7#30
|
||||||
+'op.Control'#7#30'PropertyStoredIdentPostfixEdit'#18'AnchorSideTop.Side'#7#9
|
+'PropertyStoredIdentPostfixEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'An'
|
||||||
+'asrCenter'#23'AnchorSideRight.Control'#7#30'PropertyStoredIdentPostfixEdit'
|
+'chorSideRight.Control'#7#30'PropertyStoredIdentPostfixEdit'#4'Left'#2#185#6
|
||||||
+#4'Left'#2#231#6'Height'#2#14#3'Top'#2'Q'#5'Width'#3#159#0#7'Anchors'#11#5'a'
|
+'Height'#2#20#3'Top'#2'N'#5'Width'#3#205#0#7'Anchors'#11#5'akTop'#7'akRight'
|
||||||
+'kTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#31'PropertyStor'
|
+#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#31'PropertyStoredIdentPostfixLab'
|
||||||
+'edIdentPostfixLabel'#11'ParentColor'#8#0#0#6'TLabel'#26'PrivateVariablePref'
|
+'el'#11'ParentColor'#8#0#0#6'TLabel'#26'PrivateVariablePrefixLabel'#21'Ancho'
|
||||||
+'ixLabel'#21'AnchorSideTop.Control'#7#25'PrivateVariablePrefixEdit'#18'Ancho'
|
+'rSideTop.Control'#7#25'PrivateVariablePrefixEdit'#18'AnchorSideTop.Side'#7#9
|
||||||
+'rSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#25'PrivateVaria'
|
+'asrCenter'#23'AnchorSideRight.Control'#7#25'PrivateVariablePrefixEdit'#4'Le'
|
||||||
+'blePrefixEdit'#4'Left'#3#243#0#6'Height'#2#14#3'Top'#2'#'#5'Width'#2'~'#7'A'
|
+'ft'#3#28#1#6'Height'#2#20#3'Top'#2' '#5'Width'#3#164#0#7'Anchors'#11#5'akTo'
|
||||||
+'nchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#26
|
+'p'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#26'PrivateVariable'
|
||||||
+'PrivateVariablePrefixLabel'#11'ParentColor'#8#0#0#6'TLabel'#28'SetPropertyV'
|
+'PrefixLabel'#11'ParentColor'#8#0#0#6'TLabel'#28'SetPropertyVariablenameLabe'
|
||||||
+'ariablenameLabel'#21'AnchorSideTop.Control'#7#27'SetPropertyVariablenameEdi'
|
+'l'#21'AnchorSideTop.Control'#7#27'SetPropertyVariablenameEdit'#18'AnchorSid'
|
||||||
+'t'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#27'S'
|
+'eTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#27'SetPropertyVaria'
|
||||||
+'etPropertyVariablenameEdit'#4'Left'#3#221#0#6'Height'#2#14#3'Top'#2':'#5'Wi'
|
+'blenameEdit'#4'Left'#3#250#0#6'Height'#2#20#3'Top'#2'7'#5'Width'#3#198#0#7
|
||||||
+'dth'#3#148#0#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6
|
+'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6
|
||||||
,#7'Caption'#6#28'SetPropertyVariablenameLabel'#11'ParentColor'#8#0#0#9'TChec'
|
,#28'SetPropertyVariablenameLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#26'Prop'
|
||||||
+'kBox'#26'PropertyCompletionCheckBox'#22'AnchorSideLeft.Control'#7#26'Proper'
|
+'ertyCompletionCheckBox'#22'AnchorSideLeft.Control'#7#26'PropertyCompletionG'
|
||||||
+'tyCompletionGroupBox'#21'AnchorSideTop.Control'#7#26'PropertyCompletionGrou'
|
+'roupBox'#21'AnchorSideTop.Control'#7#26'PropertyCompletionGroupBox'#4'Left'
|
||||||
+'pBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#160#0#20'BorderSpaci'
|
+#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#213#0#20'BorderSpacing.Around'#2#6
|
||||||
+'ng.Around'#2#6#7'Caption'#6#26'PropertyCompletionCheckBox'#8'TabOrder'#2#0#0
|
+#7'Caption'#6#26'PropertyCompletionCheckBox'#8'TabOrder'#2#0#0#0#5'TEdit'#27
|
||||||
+#0#5'TEdit'#27'PropertyReadIdentPrefixEdit'#22'AnchorSideLeft.Control'#7#28
|
+'PropertyReadIdentPrefixEdit'#22'AnchorSideLeft.Control'#7#28'PropertyWriteI'
|
||||||
+'PropertyWriteIdentPrefixEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
+'dentPrefixEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Co'
|
||||||
+'orSideRight.Control'#7#28'PropertyWriteIdentPrefixEdit'#20'AnchorSideRight.'
|
+'ntrol'#7#28'PropertyWriteIdentPrefixEdit'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||||
+'Side'#7#9'asrBottom'#4'Left'#3#140#0#6'Height'#2#23#3'Top'#2#31#5'Width'#2
|
+'ottom'#4'Left'#3#140#0#6'Height'#2#23#3'Top'#2#31#5'Width'#2'P'#7'Anchors'
|
||||||
+'P'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#1#4'Text'#6
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#1#4'Text'#6#27'PropertyRea'
|
||||||
+#27'PropertyReadIdentPrefixEdit'#0#0#5'TEdit'#28'PropertyWriteIdentPrefixEdi'
|
+'dIdentPrefixEdit'#0#0#5'TEdit'#28'PropertyWriteIdentPrefixEdit'#21'AnchorSi'
|
||||||
+'t'#21'AnchorSideTop.Control'#7#27'PropertyReadIdentPrefixEdit'#18'AnchorSid'
|
+'deTop.Control'#7#27'PropertyReadIdentPrefixEdit'#18'AnchorSideTop.Side'#7#9
|
||||||
+'eTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
+'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#140#0#6'Height'
|
||||||
+#140#0#6'Height'#2#23#3'Top'#2'6'#5'Width'#2'P'#8'TabOrder'#2#2#4'Text'#6#28
|
+#2#23#3'Top'#2'6'#5'Width'#2'P'#8'TabOrder'#2#2#4'Text'#6#28'PropertyWriteId'
|
||||||
+'PropertyWriteIdentPrefixEdit'#0#0#5'TEdit'#30'PropertyStoredIdentPostfixEdi'
|
+'entPrefixEdit'#0#0#5'TEdit'#30'PropertyStoredIdentPostfixEdit'#21'AnchorSid'
|
||||||
+'t'#21'AnchorSideTop.Control'#7#28'PropertyWriteIdentPrefixEdit'#18'AnchorSi'
|
+'eTop.Control'#7#28'PropertyWriteIdentPrefixEdit'#18'AnchorSideTop.Side'#7#9
|
||||||
+'deTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
+'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#140#0#6'Height'
|
||||||
+#140#0#6'Height'#2#23#3'Top'#2'M'#5'Width'#2'P'#8'TabOrder'#2#3#4'Text'#6#30
|
+#2#23#3'Top'#2'M'#5'Width'#2'P'#8'TabOrder'#2#3#4'Text'#6#30'PropertyStoredI'
|
||||||
+'PropertyStoredIdentPostfixEdit'#0#0#5'TEdit'#25'PrivateVariablePrefixEdit'
|
+'dentPostfixEdit'#0#0#5'TEdit'#25'PrivateVariablePrefixEdit'#21'AnchorSideTo'
|
||||||
+#21'AnchorSideTop.Control'#7#27'PropertyReadIdentPrefixEdit'#18'AnchorSideTo'
|
+'p.Control'#7#27'PropertyReadIdentPrefixEdit'#18'AnchorSideTop.Side'#7#9'asr'
|
||||||
+'p.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#26'PropertyCompletionG'
|
+'Center'#23'AnchorSideRight.Control'#7#26'PropertyCompletionGroupBox'#20'Anc'
|
||||||
+'roupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'w'#1#6'Height'#2
|
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#3#198#1#6'Height'#2#23#3'Top'#2#31
|
||||||
+#23#3'Top'#2#31#5'Width'#2'P'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderS'
|
+#5'Width'#2'P'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2
|
||||||
+'pacing.Right'#2#6#8'TabOrder'#2#4#4'Text'#6#25'PrivateVariablePrefixEdit'#0
|
+#6#8'TabOrder'#2#4#4'Text'#6#25'PrivateVariablePrefixEdit'#0#0#5'TEdit'#27'S'
|
||||||
+#0#5'TEdit'#27'SetPropertyVariablenameEdit'#21'AnchorSideTop.Control'#7#28'P'
|
+'etPropertyVariablenameEdit'#21'AnchorSideTop.Control'#7#28'PropertyWriteIde'
|
||||||
+'ropertyWriteIdentPrefixEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'Ancho'
|
+'ntPrefixEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Cont'
|
||||||
+'rSideRight.Control'#7#26'PropertyCompletionGroupBox'#20'AnchorSideRight.Sid'
|
+'rol'#7#26'PropertyCompletionGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||||
+'e'#7#9'asrBottom'#4'Left'#3'w'#1#6'Height'#2#23#3'Top'#2'6'#5'Width'#2'P'#7
|
+'m'#4'Left'#3#198#1#6'Height'#2#23#3'Top'#2'6'#5'Width'#2'P'#7'Anchors'#11#5
|
||||||
+'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2
|
+'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#5#4'Text'#6#27
|
||||||
+#5#4'Text'#6#27'SetPropertyVariablenameEdit'#0#0#0#0#5'TPage'#17'WordsPolici'
|
+'SetPropertyVariablenameEdit'#0#0#0#0#5'TPage'#17'WordsPoliciesPage'#7'Capti'
|
||||||
+'esPage'#7'Caption'#6#17'WordsPoliciesPage'#11'ClientWidth'#3'('#2#12'Client'
|
+'on'#6#17'WordsPoliciesPage'#11'ClientWidth'#3','#2#12'ClientHeight'#3'o'#1#0
|
||||||
+'Height'#3't'#1#0#11'TRadioGroup'#23'KeyWordPolicyRadioGroup'#22'AnchorSideL'
|
+#11'TRadioGroup'#23'KeyWordPolicyRadioGroup'#22'AnchorSideLeft.Control'#7#17
|
||||||
+'eft.Control'#7#17'WordsPoliciesPage'#21'AnchorSideTop.Control'#7#17'WordsPo'
|
+'WordsPoliciesPage'#21'AnchorSideTop.Control'#7#17'WordsPoliciesPage'#23'Anc'
|
||||||
+'liciesPage'#23'AnchorSideRight.Control'#7#17'WordsPoliciesPage'#20'AnchorSi'
|
+'horSideRight.Control'#7#17'WordsPoliciesPage'#20'AnchorSideRight.Side'#7#9
|
||||||
+'deRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'
|
+'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'#3#209#1#7'Anchors'
|
||||||
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2
|
||||||
|
+#6#7'Caption'#6#23'KeyWordPolicyRadioGroup'#28'ChildSizing.LeftRightSpacing'
|
||||||
|
+#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7
|
||||||
|
+#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge'
|
||||||
|
+'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C'
|
||||||
|
+'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29
|
||||||
|
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#7'OnClic'
|
||||||
|
+'k'#7#14'UpdateExamples'#8'TabOrder'#2#0#0#0#11'TRadioGroup'#26'IdentifierPo'
|
||||||
|
+'licyRadioGroup'#22'AnchorSideLeft.Control'#7#17'WordsPoliciesPage'#21'Ancho'
|
||||||
|
+'rSideTop.Control'#7#23'KeyWordPolicyRadioGroup'#18'AnchorSideTop.Side'#7#9
|
||||||
|
+'asrBottom'#23'AnchorSideRight.Control'#7#17'WordsPoliciesPage'#20'AnchorSid'
|
||||||
|
+'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2'p'#5'Width'
|
||||||
+#3#209#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'Bord'
|
+#3#209#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'Bord'
|
||||||
+'erSpacing.Around'#2#6#7'Caption'#6#23'KeyWordPolicyRadioGroup'#28'ChildSizi'
|
+'erSpacing.Around'#2#6#7'Caption'#6#26'IdentifierPolicyRadioGroup'#28'ChildS'
|
||||||
+'ng.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizin'
|
+'izing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSi'
|
||||||
+'g.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeV'
|
+'zing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enlar'
|
||||||
+'ertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7
|
+'geVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'
|
||||||
+#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C'
|
+#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18
|
||||||
+'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr'
|
+'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont'
|
||||||
+'olsPerLine'#2#1#7'OnClick'#7#14'UpdateExamples'#8'TabOrder'#2#0#0#0#11'TRad'
|
+'rolsPerLine'#2#1#7'OnClick'#7#14'UpdateExamples'#8'TabOrder'#2#1#0#0#0#5'TP'
|
||||||
+'ioGroup'#26'IdentifierPolicyRadioGroup'#22'AnchorSideLeft.Control'#7#17'Wor'
|
+'age'#17'LineSplittingPage'#7'Caption'#6#17'LineSplittingPage'#11'ClientWidt'
|
||||||
+'dsPoliciesPage'#21'AnchorSideTop.Control'#7#23'KeyWordPolicyRadioGroup'#18
|
+'h'#3','#2#12'ClientHeight'#3'o'#1#0#6'TLabel'#15'LineLengthLabel'#21'Anchor'
|
||||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'WordsPo'
|
+'SideTop.Control'#7#14'LineLengthEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||||
+'liciesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
+#23'AnchorSideRight.Control'#7#14'LineLengthEdit'#4'Left'#2#21#6'Height'#2#20
|
||||||
+'d'#3'Top'#2'p'#5'Width'#3#209#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
+#3'Top'#2#11#5'Width'#2'i'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpac'
|
||||||
+#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'IdentifierPoli'
|
+'ing.Right'#2#6#7'Caption'#6#15'LineLengthLabel'#11'ParentColor'#8#0#0#6'TLa'
|
||||||
+'cyRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottom'
|
+'bel'#17'SplitPreviewLabel'#22'AnchorSideLeft.Control'#7#19'SplitPreviewSynE'
|
||||||
+'Spacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResiz'
|
+'dit'#24'AnchorSideBottom.Control'#7#19'SplitPreviewSynEdit'#4'Left'#3#12#1#6
|
||||||
+'e'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildS'
|
+'Height'#2#16#3'Top'#2#18#5'Width'#2'o'#7'Anchors'#11#5'akTop'#6'akLeft'#8'a'
|
||||||
+'izing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'
|
,'kBottom'#0#7'Caption'#6#17'SplitPreviewLabel'#11'ParentColor'#8#0#0#5'TEdit'
|
||||||
+#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBot'
|
+#14'LineLengthEdit'#4'Left'#3#132#0#6'Height'#2#23#3'Top'#2#10#5'Width'#2'2'
|
||||||
+'tom'#27'ChildSizing.ControlsPerLine'#2#1#7'OnClick'#7#14'UpdateExamples'#8
|
+#8'OnChange'#7#14'UpdateExamples'#8'TabOrder'#2#0#4'Text'#6#14'LineLengthEdi'
|
||||||
+'TabOrder'#2#1#0#0#0#5'TPage'#17'LineSplittingPage'#7'Caption'#6#17'LineSpli'
|
+'t'#0#0#9'TGroupBox'#29'DoNotSplitLineInFrontGroupBox'#22'AnchorSideLeft.Con'
|
||||||
+'ttingPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3't'#1#0#6'TLabel'#15'Li'
|
+'trol'#7#17'LineSplittingPage'#21'AnchorSideTop.Control'#7#14'LineLengthEdit'
|
||||||
+'neLengthLabel'#21'AnchorSideTop.Control'#7#14'LineLengthEdit'#18'AnchorSide'
|
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'Spli'
|
||||||
+'Top.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#14'LineLengthEdit'#4
|
+'tPreviewSynEdit'#4'Left'#2#6#6'Height'#3#153#0#3'Top'#2''''#5'Width'#3#0#1
|
||||||
+'Left'#2'0'#6'Height'#2#14#3'Top'#2#14#5'Width'#2'N'#7'Anchors'#11#5'akTop'#7
|
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'DoNotSplitLineInFrontGroupBox'
|
||||||
+'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#15'LineLengthLabel'#11
|
+#8'TabOrder'#2#1#7'OnClick'#7#14'UpdateExamples'#0#0#9'TGroupBox'#27'DoNotSp'
|
||||||
+'ParentColor'#8#0#0#6'TLabel'#17'SplitPreviewLabel'#22'AnchorSideLeft.Contro'
|
+'litLineAfterGroupBox'#22'AnchorSideLeft.Control'#7#17'LineSplittingPage'#21
|
||||||
+'l'#7#19'SplitPreviewSynEdit'#24'AnchorSideBottom.Control'#7#19'SplitPreview'
|
+'AnchorSideTop.Control'#7#29'DoNotSplitLineInFrontGroupBox'#18'AnchorSideTop'
|
||||||
+'SynEdit'#4'Left'#3#12#1#6'Height'#2#16#3'Top'#2#18#5'Width'#2'T'#7'Anchors'
|
+'.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#29'DoNotSplitLineInFron'
|
||||||
,#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#17'SplitPreviewLabel'#11'P'
|
+'tGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||||
+'arentColor'#8#0#0#5'TEdit'#14'LineLengthEdit'#4'Left'#3#132#0#6'Height'#2#23
|
+#153#0#3'Top'#3#198#0#5'Width'#3#0#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||||
+#3'Top'#2#10#5'Width'#2'2'#8'OnChange'#7#14'UpdateExamples'#8'TabOrder'#2#0#4
|
+'ght'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#27
|
||||||
+'Text'#6#14'LineLengthEdit'#0#0#9'TGroupBox'#29'DoNotSplitLineInFrontGroupBo'
|
+'DoNotSplitLineAfterGroupBox'#8'TabOrder'#2#2#7'OnClick'#7#14'UpdateExamples'
|
||||||
+'x'#22'AnchorSideLeft.Control'#7#17'LineSplittingPage'#21'AnchorSideTop.Cont'
|
+#0#0#8'TSynEdit'#19'SplitPreviewSynEdit'#22'AnchorSideLeft.Control'#7#29'DoN'
|
||||||
+'rol'#7#14'LineLengthEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSi'
|
+'otSplitLineInFrontGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'Ancho'
|
||||||
+'deRight.Control'#7#19'SplitPreviewSynEdit'#4'Left'#2#6#6'Height'#3#153#0#3
|
+'rSideRight.Control'#7#17'LineSplittingPage'#20'AnchorSideRight.Side'#7#9'as'
|
||||||
+'Top'#2''''#5'Width'#3#0#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'DoNo'
|
+'rBottom'#24'AnchorSideBottom.Control'#7#17'LineSplittingPage'#21'AnchorSide'
|
||||||
+'tSplitLineInFrontGroupBox'#8'TabOrder'#2#1#7'OnClick'#7#14'UpdateExamples'#0
|
+'Bottom.Side'#7#9'asrBottom'#4'Left'#3#12#1#6'Height'#3'G'#1#3'Top'#2'"'#5'W'
|
||||||
+#0#9'TGroupBox'#27'DoNotSplitLineAfterGroupBox'#22'AnchorSideLeft.Control'#7
|
+'idth'#3#26#1#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Anc'
|
||||||
+#17'LineSplittingPage'#21'AnchorSideTop.Control'#7#29'DoNotSplitLineInFrontG'
|
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9
|
||||||
+'roupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
+'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOrder'#2#3#23'BookMarkOption'
|
||||||
+#29'DoNotSplitLineInFrontGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
+'s.Xoffset'#2#238#24'BookMarkOptions.OnChange'#13#14'Gutter.Visible'#8#15'Gu'
|
||||||
+'Left'#2#6#6'Height'#3#153#0#3'Top'#3#198#0#5'Width'#3#0#1#7'Anchors'#11#5'a'
|
+'tter.OnChange'#13#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Co'
|
||||||
+'kTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
|
+'mmand'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Com'
|
||||||
+'p'#2#6#7'Caption'#6#27'DoNotSplitLineAfterGroupBox'#8'TabOrder'#2#2#7'OnCli'
|
+'mand'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'C'
|
||||||
+'ck'#7#14'UpdateExamples'#0#0#8'TSynEdit'#19'SplitPreviewSynEdit'#22'AnchorS'
|
+'ommand'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1
|
||||||
+'ideLeft.Control'#7#29'DoNotSplitLineInFrontGroupBox'#19'AnchorSideLeft.Side'
|
+#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7
|
||||||
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'LineSplittingPage'#20'Ancho'
|
+'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7
|
||||||
+'rSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'LineSplit'
|
+'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||||
+'tingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#12#1#6'Height'
|
+'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
|
||||||
+#3'L'#1#3'Top'#2'"'#5'Width'#3#22#1#19'BorderSpacing.Right'#2#6#20'BorderSpa'
|
+'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
|
||||||
+'cing.Bottom'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0
|
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
|
||||||
+#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOrde'
|
+'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
|
||||||
+'r'#2#3#23'BookMarkOptions.Xoffset'#2#238#14'Gutter.Visible'#8#23'Gutter.Cod'
|
+'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
|
||||||
+'eFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1
|
+'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
|
||||||
+#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0
|
+'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
|
||||||
+#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1
|
+'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
|
||||||
+#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1
|
+'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
|
||||||
+#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7
|
+'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
|
||||||
+'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7
|
+#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
|
||||||
+'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7
|
+'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||||
|
+'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
|
||||||
|
+'hortCut'#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'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'Short'
|
||||||
|
+'Cut'#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'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'Comm'
|
||||||
|
+'and'#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'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'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
|
||||||
|
+'Cut'#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'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'Comman'
|
||||||
|
+'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C'
|
||||||
|
,'ommand'#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'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'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#19
|
||||||
|
+'SplitPreviewSynEdit'#0#22'SelectedColor.OnChange'#13#0#0#0#5'TPage'#18'Spac'
|
||||||
|
+'eNotCosmosPage'#7'Caption'#6#18'SpaceNotCosmosPage'#11'ClientWidth'#3','#2
|
||||||
|
+#12'ClientHeight'#3'o'#1#0#6'TLabel'#17'SpacePreviewLabel'#22'AnchorSideLeft'
|
||||||
|
+'.Control'#7#18'SpaceNotCosmosPage'#21'AnchorSideTop.Control'#7#28'DoInsertS'
|
||||||
|
+'paceInFrontGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
|
||||||
|
+'ight'#2#20#3'Top'#3#162#0#5'Width'#2'{'#18'BorderSpacing.Left'#2#6#17'Borde'
|
||||||
|
+'rSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#17'SpacePreviewL'
|
||||||
|
+'abel'#11'ParentColor'#8#0#0#9'TGroupBox'#28'DoInsertSpaceInFrontGroupBox'#22
|
||||||
|
+'AnchorSideLeft.Control'#7#18'SpaceNotCosmosPage'#21'AnchorSideTop.Control'#7
|
||||||
|
+#18'SpaceNotCosmosPage'#4'Left'#2#6#6'Height'#3#150#0#3'Top'#2#6#5'Width'#3
|
||||||
|
+#10#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'DoInsertSpaceInFrontGroup'
|
||||||
|
+'Box'#8'TabOrder'#2#0#7'OnClick'#7#14'UpdateExamples'#0#0#9'TGroupBox'#26'Do'
|
||||||
|
+'InsertSpaceAfterGroupBox'#22'AnchorSideLeft.Control'#7#28'DoInsertSpaceInFr'
|
||||||
|
+'ontGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
||||||
|
+'l'#7#18'SpaceNotCosmosPage'#23'AnchorSideRight.Control'#7#18'SpaceNotCosmos'
|
||||||
|
+'Page'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#22#1#6'Height'#3#150
|
||||||
|
+#0#3'Top'#2#6#5'Width'#3#16#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
|
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'DoInsertSpaceAfterGroupBox'#8
|
||||||
|
+'TabOrder'#2#1#7'OnClick'#7#14'UpdateExamples'#0#0#8'TSynEdit'#19'SpacePrevi'
|
||||||
|
+'ewSynEdit'#22'AnchorSideLeft.Control'#7#18'SpaceNotCosmosPage'#21'AnchorSid'
|
||||||
|
+'eTop.Control'#7#17'SpacePreviewLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||||
|
+#23'AnchorSideRight.Control'#7#18'SpaceNotCosmosPage'#20'AnchorSideRight.Sid'
|
||||||
|
+'e'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'SpaceNotCosmosPage'#21
|
||||||
|
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#179#0#3'Top'#3
|
||||||
|
+#182#0#5'Width'#3' '#2#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6
|
||||||
|
+#20'BorderSpacing.Bottom'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||||
|
+'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#11'ParentColor'
|
||||||
|
+#8#8'TabOrder'#2#2#23'BookMarkOptions.Xoffset'#2#238#24'BookMarkOptions.OnCh'
|
||||||
|
+'ange'#13#14'Gutter.Visible'#8#15'Gutter.OnChange'#13#23'Gutter.CodeFoldingW'
|
||||||
|
+'idth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Comman'
|
||||||
|
+'d'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Co'
|
||||||
|
+'mmand'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Com'
|
||||||
|
+'mand'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'C'
|
||||||
|
+'ommand'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'C'
|
||||||
|
+'ommand'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'C'
|
||||||
|
+'ommand'#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'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'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'C'
|
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C'
|
||||||
@ -249,7 +321,7 @@ LazarusResources.Add('TCodeToolsOptsDlg','FORMDATA',[
|
|||||||
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7
|
+'mand'#3'Z'#2#8'ShortCut'#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
|
+'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'
|
+#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'
|
,'@'#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'Command'#3'5'#1#8'Short'
|
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short'
|
||||||
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8
|
+'Cut'#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'
|
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'
|
||||||
@ -257,95 +329,30 @@ LazarusResources.Add('TCodeToolsOptsDlg','FORMDATA',[
|
|||||||
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
||||||
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||||
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1
|
+'ommand'#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'
|
+#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'ShortCu'
|
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||||
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#19'SplitPreviewSynEdit'#0#0#0#0#5'T'
|
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#19'SpacePreviewSynEdit'#0#22'Select'
|
||||||
+'Page'#18'SpaceNotCosmosPage'#7'Caption'#6#18'SpaceNotCosmosPage'#11'ClientW'
|
+'edColor.OnChange'#13#0#0#0#5'TPage'#24'IdentifierCompletionPage'#7'Caption'
|
||||||
+'idth'#3'('#2#12'ClientHeight'#3't'#1#0#6'TLabel'#17'SpacePreviewLabel'#22'A'
|
+#6#24'IdentifierCompletionPage'#11'ClientWidth'#3','#2#12'ClientHeight'#3'o'
|
||||||
+'nchorSideLeft.Control'#7#18'SpaceNotCosmosPage'#21'AnchorSideTop.Control'#7
|
+#1#0#9'TCheckBox'#22'ICAddSemicolonCheckBox'#22'AnchorSideLeft.Control'#7#24
|
||||||
+#28'DoInsertSpaceInFrontGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
+'IdentifierCompletionPage'#21'AnchorSideTop.Control'#7#24'IdentifierCompleti'
|
||||||
+'ft'#2#6#6'Height'#2#14#3'Top'#3#162#0#5'Width'#2']'#18'BorderSpacing.Left'#2
|
+'onPage'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#190#0#20'BorderSpa'
|
||||||
+#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#17'Spa'
|
+'cing.Around'#2#6#7'Caption'#6#22'ICAddSemicolonCheckBox'#8'TabOrder'#2#0#0#0
|
||||||
+'cePreviewLabel'#11'ParentColor'#8#0#0#9'TGroupBox'#28'DoInsertSpaceInFrontG'
|
+#9'TCheckBox'#27'ICAddAssignOperatorCheckBox'#22'AnchorSideLeft.Control'#7#24
|
||||||
+'roupBox'#22'AnchorSideLeft.Control'#7#18'SpaceNotCosmosPage'#21'AnchorSideT'
|
+'IdentifierCompletionPage'#21'AnchorSideTop.Control'#7#22'ICAddSemicolonChec'
|
||||||
+'op.Control'#7#18'SpaceNotCosmosPage'#4'Left'#2#6#6'Height'#3#150#0#3'Top'#2
|
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'To'
|
||||||
+#6#5'Width'#3#10#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'DoInsertSpac'
|
+'p'#2'"'#5'Width'#2'Z'#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'ICAddAss'
|
||||||
+'eInFrontGroupBox'#8'TabOrder'#2#0#7'OnClick'#7#14'UpdateExamples'#0#0#9'TGr'
|
+'ignOperatorCheckBox'#8'TabOrder'#2#1#0#0#0#0#7'TButton'#8'OKButton'#23'Anch'
|
||||||
+'oupBox'#26'DoInsertSpaceAfterGroupBox'#22'AnchorSideLeft.Control'#7#28'DoIn'
|
+'orSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Ow'
|
||||||
+'sertSpaceInFrontGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
+'ner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'l'#1#6'Height'#2#25
|
||||||
+'ideTop.Control'#7#18'SpaceNotCosmosPage'#23'AnchorSideRight.Control'#7#18'S'
|
+#3'Top'#3#148#1#5'Width'#2'\'#7'Anchors'#11#7'akRight'#8'akBottom'#0#20'Bord'
|
||||||
+'paceNotCosmosPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#22#1#6
|
+'erSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8'OKBu'
|
||||||
+'Height'#3#150#0#3'Top'#2#6#5'Width'#3#12#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
+'tton'#11'ModalResult'#2#1#8'TabOrder'#2#1#0#0#7'TButton'#12'CancelButton'#23
|
||||||
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'DoInsertSpaceAfte'
|
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||||
+'rGroupBox'#8'TabOrder'#2#1#7'OnClick'#7#14'UpdateExamples'#0#0#8'TSynEdit'
|
+#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||||
+#19'SpacePreviewSynEdit'#22'AnchorSideLeft.Control'#7#18'SpaceNotCosmosPage'
|
+'ttom'#4'Left'#3#206#1#6'Height'#2#25#3'Top'#3#148#1#5'Width'#2'\'#7'Anchors'
|
||||||
+#21'AnchorSideTop.Control'#7#17'SpacePreviewLabel'#18'AnchorSideTop.Side'#7#9
|
+#11#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#25'BorderSpacing.I'
|
||||||
+'asrBottom'#23'AnchorSideRight.Control'#7#18'SpaceNotCosmosPage'#20'AnchorSi'
|
+'nnerBorder'#2#4#7'Caption'#6#12'CancelButton'#11'ModalResult'#2#2#8'TabOrde'
|
||||||
+'deRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'SpaceNotCosm'
|
+'r'#2#2#0#0#0
|
||||||
+'osPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#190
|
|
||||||
+#0#3'Top'#3#176#0#5'Width'#3#28#2#18'BorderSpacing.Left'#2#6#19'BorderSpacin'
|
|
||||||
+'g.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
|
||||||
+'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#11'P'
|
|
||||||
+'arentColor'#8#8'TabOrder'#2#2#23'BookMarkOptions.Xoffset'#2#238#14'Gutter.V'
|
|
||||||
+'isible'#8#23'Gutter.CodeFoldingWidth'#2#14#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'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Comman'
|
|
||||||
+'d'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Co'
|
|
||||||
+'mmand'#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'Short'
|
|
||||||
+'Cut'#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'Comm'
|
|
||||||
+'and'#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'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'ShortC'
|
|
||||||
+'ut'#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'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'Comman'
|
|
||||||
+'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C'
|
|
||||||
+'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#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'ShortCu'
|
|
||||||
+'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh'
|
|
||||||
+'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#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'Comma'
|
|
||||||
+'nd'#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'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#19'SpacePrev'
|
|
||||||
+'iewSynEdit'#0#0#0#0#5'TPage'#24'IdentifierCompletionPage'#7'Caption'#6#24'I'
|
|
||||||
+'dentifierCompletionPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3't'#1#0#9
|
|
||||||
+'TCheckBox'#22'ICAddSemicolonCheckBox'#22'AnchorSideLeft.Control'#7#24'Ident'
|
|
||||||
+'ifierCompletionPage'#21'AnchorSideTop.Control'#7#24'IdentifierCompletionPag'
|
|
||||||
+'e'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#147#0#20'BorderSpacing.'
|
|
||||||
+'Around'#2#6#7'Caption'#6#22'ICAddSemicolonCheckBox'#8'TabOrder'#2#0#0#0#0#0
|
|
||||||
+#7'TButton'#8'OKButton'#23'AnchorSideRight.Control'#7#12'CancelButton'#24'An'
|
|
||||||
+'chorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
|
||||||
+#4'Left'#3'l'#1#6'Height'#2#25#3'Top'#3#148#1#5'Width'#2'\'#7'Anchors'#11#7
|
|
||||||
+'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerB'
|
|
||||||
+'order'#2#4#7'Caption'#6#8'OKButton'#11'ModalResult'#2#1#8'TabOrder'#2#1#0#0
|
|
||||||
+#7'TButton'#12'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'Ancho'
|
|
||||||
+'rSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21
|
|
||||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#206#1#6'Height'#2#25#3'Top'
|
|
||||||
+#3#148#1#5'Width'#2'\'#7'Anchors'#11#7'akRight'#8'akBottom'#0#20'BorderSpaci'
|
|
||||||
+'ng.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButt'
|
|
||||||
+'on'#11'ModalResult'#2#2#8'TabOrder'#2#2#0#0#0
|
|
||||||
]);
|
]);
|
||||||
|
@ -49,6 +49,7 @@ type
|
|||||||
private
|
private
|
||||||
FClassHeaderComments: boolean;
|
FClassHeaderComments: boolean;
|
||||||
FFilename: string;
|
FFilename: string;
|
||||||
|
FIdentComplAddAssignOperator: Boolean;
|
||||||
|
|
||||||
// General
|
// General
|
||||||
FSrcPath: string;
|
FSrcPath: string;
|
||||||
@ -163,6 +164,8 @@ type
|
|||||||
// identifier completion
|
// identifier completion
|
||||||
property IdentComplAddSemicolon: Boolean read FIdentComplAddSemicolon
|
property IdentComplAddSemicolon: Boolean read FIdentComplAddSemicolon
|
||||||
write FIdentComplAddSemicolon;
|
write FIdentComplAddSemicolon;
|
||||||
|
property IdentComplAddAssignOperator: Boolean read FIdentComplAddAssignOperator
|
||||||
|
write FIdentComplAddAssignOperator;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -225,6 +228,7 @@ type
|
|||||||
|
|
||||||
// identifier completion
|
// identifier completion
|
||||||
ICAddSemicolonCheckBox: TCheckBox;
|
ICAddSemicolonCheckBox: TCheckBox;
|
||||||
|
ICAddAssignOperatorCheckBox: TCheckBox;
|
||||||
|
|
||||||
// buttons at bottom
|
// buttons at bottom
|
||||||
OkButton: TButton;
|
OkButton: TButton;
|
||||||
@ -483,6 +487,8 @@ begin
|
|||||||
// identifier completion
|
// identifier completion
|
||||||
FIdentComplAddSemicolon:=XMLConfig.GetValue(
|
FIdentComplAddSemicolon:=XMLConfig.GetValue(
|
||||||
'CodeToolsOptions/IdentifierCompletion/AddSemicolon',true);
|
'CodeToolsOptions/IdentifierCompletion/AddSemicolon',true);
|
||||||
|
FIdentComplAddAssignOperator:=XMLConfig.GetValue(
|
||||||
|
'CodeToolsOptions/IdentifierCompletion/AddAssignOperator',true);
|
||||||
|
|
||||||
XMLConfig.Free;
|
XMLConfig.Free;
|
||||||
except
|
except
|
||||||
@ -580,6 +586,8 @@ begin
|
|||||||
// identifier completion
|
// identifier completion
|
||||||
XMLConfig.SetDeleteValue('CodeToolsOptions/IdentifierCompletion/AddSemicolon',
|
XMLConfig.SetDeleteValue('CodeToolsOptions/IdentifierCompletion/AddSemicolon',
|
||||||
FIdentComplAddSemicolon,true);
|
FIdentComplAddSemicolon,true);
|
||||||
|
XMLConfig.SetDeleteValue('CodeToolsOptions/IdentifierCompletion/AddAssignOperator',
|
||||||
|
FIdentComplAddAssignOperator,true);
|
||||||
|
|
||||||
XMLConfig.Flush;
|
XMLConfig.Flush;
|
||||||
XMLConfig.Free;
|
XMLConfig.Free;
|
||||||
@ -651,6 +659,7 @@ begin
|
|||||||
|
|
||||||
// identifier completion
|
// identifier completion
|
||||||
FIdentComplAddSemicolon:=CodeToolsOpts.FIdentComplAddSemicolon;
|
FIdentComplAddSemicolon:=CodeToolsOpts.FIdentComplAddSemicolon;
|
||||||
|
FIdentComplAddAssignOperator:=CodeToolsOpts.FIdentComplAddAssignOperator;
|
||||||
end else begin
|
end else begin
|
||||||
Clear;
|
Clear;
|
||||||
end;
|
end;
|
||||||
@ -695,6 +704,7 @@ begin
|
|||||||
|
|
||||||
// identifier completion
|
// identifier completion
|
||||||
FIdentComplAddSemicolon:=true;
|
FIdentComplAddSemicolon:=true;
|
||||||
|
FIdentComplAddAssignOperator:=true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCodeToolsOptions.ClearGlobalDefineTemplates;
|
procedure TCodeToolsOptions.ClearGlobalDefineTemplates;
|
||||||
@ -965,6 +975,8 @@ procedure TCodeToolsOptsDlg.SetupIdentifierCompletionPage(PageID: integer);
|
|||||||
begin
|
begin
|
||||||
with ICAddSemicolonCheckBox do
|
with ICAddSemicolonCheckBox do
|
||||||
Caption:=dlgAddSemicolon;
|
Caption:=dlgAddSemicolon;
|
||||||
|
with ICAddAssignOperatorCheckBox do
|
||||||
|
Caption:=dlgAddAssignmentOperator;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCodeToolsOptsDlg.ResizeLineSplittingPage;
|
procedure TCodeToolsOptsDlg.ResizeLineSplittingPage;
|
||||||
@ -1141,6 +1153,7 @@ begin
|
|||||||
|
|
||||||
// identifier completion
|
// identifier completion
|
||||||
ICAddSemicolonCheckBox.Checked:=Options.IdentComplAddSemicolon;
|
ICAddSemicolonCheckBox.Checked:=Options.IdentComplAddSemicolon;
|
||||||
|
ICAddAssignOperatorCheckBox.Checked:=Options.IdentComplAddAssignOperator;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCodeToolsOptsDlg.WriteSettings(Options: TCodeToolsOptions);
|
procedure TCodeToolsOptsDlg.WriteSettings(Options: TCodeToolsOptions);
|
||||||
@ -1202,6 +1215,7 @@ begin
|
|||||||
|
|
||||||
// identifier completion
|
// identifier completion
|
||||||
Options.IdentComplAddSemicolon:=ICAddSemicolonCheckBox.Checked;
|
Options.IdentComplAddSemicolon:=ICAddSemicolonCheckBox.Checked;
|
||||||
|
Options.IdentComplAddAssignOperator:=ICAddAssignOperatorCheckBox.Checked;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCodeToolsOptsDlg.SetAtomCheckBoxes(AtomTypes: TAtomTypes;
|
procedure TCodeToolsOptsDlg.SetAtomCheckBoxes(AtomTypes: TAtomTypes;
|
||||||
|
@ -1134,6 +1134,7 @@ resourcestring
|
|||||||
dlgInsSpaceAfter = 'Insert space after';
|
dlgInsSpaceAfter = 'Insert space after';
|
||||||
dlgWRDPreview = 'Preview';
|
dlgWRDPreview = 'Preview';
|
||||||
dlgAddSemicolon = 'Add semicolon';
|
dlgAddSemicolon = 'Add semicolon';
|
||||||
|
dlgAddAssignmentOperator = 'Add assignment operator :=';
|
||||||
|
|
||||||
// source editor
|
// source editor
|
||||||
locwndSrcEditor = 'Lazarus Source Editor';
|
locwndSrcEditor = 'Lazarus Source Editor';
|
||||||
|
@ -507,9 +507,11 @@ begin
|
|||||||
CursorAtEnd:=false;
|
CursorAtEnd:=false;
|
||||||
end;}
|
end;}
|
||||||
|
|
||||||
|
// add assignment operator :=
|
||||||
if (ilcfStartIsLValue in IdentList.ContextFlags)
|
if (ilcfStartIsLValue in IdentList.ContextFlags)
|
||||||
and (not IdentItem.HasChilds)
|
and (not IdentItem.HasChilds)
|
||||||
and (not IdentList.StartUpAtomBehindIs(':=')) then begin
|
and (not IdentList.StartUpAtomBehindIs(':='))
|
||||||
|
and CodeToolsOpts.IdentComplAddAssignOperator then begin
|
||||||
if (atIdentifier in CodeToolsOpts.DoInsertSpaceAfter)
|
if (atIdentifier in CodeToolsOpts.DoInsertSpaceAfter)
|
||||||
or (atSymbol in CodeToolsOpts.DoInsertSpaceInFront) then
|
or (atSymbol in CodeToolsOpts.DoInsertSpaceInFront) then
|
||||||
Result:=Result+' ';
|
Result:=Result+' ';
|
||||||
@ -518,6 +520,7 @@ begin
|
|||||||
Result:=Result+' ';
|
Result:=Result+' ';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// add last typed character (that ended the identifier completion and starts a new token)
|
||||||
if AddChar<>'' then
|
if AddChar<>'' then
|
||||||
Result:=Result+AddChar;
|
Result:=Result+AddChar;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user