mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
IDE: EditorOpts, Line-number gutter, "Every Nth Line" must be 1 or greater. Issue #39394
This commit is contained in:
parent
9cf535759e
commit
0da24dda48
@ -26,40 +26,37 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = RightMarginComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 310
|
||||
Left = 311
|
||||
Height = 15
|
||||
Top = 10
|
||||
Width = 94
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'RightMarginLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object ShowOnlyLineNumbersMultiplesOfLabel: TLabel
|
||||
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 294
|
||||
Left = 295
|
||||
Height = 15
|
||||
Top = 68
|
||||
Width = 121
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Every n-th line number'
|
||||
ParentColor = False
|
||||
end
|
||||
object GutterSeparatorIndexLabel: TLabel
|
||||
AnchorSideLeft.Control = GutterSeparatorIndexSpinBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 296
|
||||
Left = 297
|
||||
Height = 15
|
||||
Top = 39
|
||||
Width = 139
|
||||
Width = 140
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'GutterSeparatorIndexLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object RightMarginColorLink: TLabel
|
||||
AnchorSideLeft.Control = RightMarginLabel
|
||||
@ -67,14 +64,13 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideTop.Control = RightMarginLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Cursor = crHandPoint
|
||||
Left = 410
|
||||
Left = 411
|
||||
Height = 15
|
||||
Top = 10
|
||||
Width = 117
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'RightMarginColorLink'
|
||||
Font.Color = clBlue
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
OnClick = RightMarginColorLinkClick
|
||||
OnMouseEnter = RightMarginColorLinkMouseEnter
|
||||
@ -86,7 +82,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 172
|
||||
Width = 173
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'VisibleRightMarginCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -99,7 +95,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 31
|
||||
Width = 139
|
||||
Width = 140
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'VisibleGutterCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -112,7 +108,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 56
|
||||
Width = 172
|
||||
Width = 173
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ShowLineNumbersCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
@ -123,7 +119,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = VisibleRightMarginCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||
Left = 234
|
||||
Left = 235
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 70
|
||||
@ -144,11 +140,12 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = GutterSeparatorIndexSpinBox
|
||||
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 234
|
||||
Left = 235
|
||||
Height = 23
|
||||
Top = 64
|
||||
Width = 54
|
||||
BorderSpacing.Top = 6
|
||||
MaxValue = 65536
|
||||
MinValue = 1
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
TabOrder = 4
|
||||
@ -158,7 +155,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
AnchorSideLeft.Control = RightMarginComboBox
|
||||
AnchorSideTop.Control = RightMarginComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 234
|
||||
Left = 235
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 56
|
||||
@ -187,7 +184,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 106
|
||||
Width = 106
|
||||
Width = 105
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'chkTopInfoView'
|
||||
TabOrder = 7
|
||||
@ -217,7 +214,6 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Width = 103
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EditorFontSizeLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object ExtraLineSpacingLabel: TLabel
|
||||
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
||||
@ -227,10 +223,9 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 297
|
||||
Height = 15
|
||||
Top = 39
|
||||
Width = 117
|
||||
Width = 118
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ExtraLineSpacingLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object ExtraCharSpacingLabel: TLabel
|
||||
AnchorSideLeft.Control = ExtraCharSpacingComboBox
|
||||
@ -240,10 +235,9 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 297
|
||||
Height = 15
|
||||
Top = 68
|
||||
Width = 120
|
||||
Width = 121
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ExtraCharSpacingLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object EditorFontComboBox: TComboBox
|
||||
AnchorSideLeft.Control = EditorFontGroupBox
|
||||
@ -339,7 +333,7 @@ object EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 64
|
||||
Width = 172
|
||||
Width = 173
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DisableAntialiasingCheckBox'
|
||||
OnChange = GeneralCheckBoxOnChange
|
||||
|
Loading…
Reference in New Issue
Block a user