mirror of https://gitlab.com/basile.b/dexed.git
223 lines
5.4 KiB
Plaintext
223 lines
5.4 KiB
Plaintext
object DiffViewer: TDiffViewer
|
|
Left = 1004
|
|
Height = 468
|
|
Top = 279
|
|
Width = 578
|
|
Caption = 'External file modification'
|
|
ClientHeight = 468
|
|
ClientWidth = 578
|
|
inline editor: TSynEdit
|
|
Left = 4
|
|
Height = 414
|
|
Top = 15
|
|
Width = 570
|
|
Align = alClient
|
|
BorderSpacing.Around = 4
|
|
Font.Height = -13
|
|
Font.Name = 'DejaVu Sans Mono'
|
|
Font.Pitch = fpFixed
|
|
Font.Quality = fqProof
|
|
ParentColor = False
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
Gutter.Width = 57
|
|
Gutter.MouseActions = <>
|
|
RightGutter.Width = 0
|
|
RightGutter.MouseActions = <>
|
|
Highlighter = diffHl
|
|
Keystrokes = <
|
|
item
|
|
Command = ecUp
|
|
ShortCut = 38
|
|
end
|
|
item
|
|
Command = ecDown
|
|
ShortCut = 40
|
|
end
|
|
item
|
|
Command = ecLeft
|
|
ShortCut = 37
|
|
end
|
|
item
|
|
Command = ecRight
|
|
ShortCut = 39
|
|
end
|
|
item
|
|
Command = ecPageUp
|
|
ShortCut = 33
|
|
end
|
|
item
|
|
Command = ecPageDown
|
|
ShortCut = 34
|
|
end>
|
|
MouseActions = <>
|
|
MouseTextActions = <>
|
|
MouseSelActions = <>
|
|
VisibleSpecialChars = [vscSpace, vscTabAtLast]
|
|
ReadOnly = True
|
|
SelectedColor.BackPriority = 50
|
|
SelectedColor.ForePriority = 50
|
|
SelectedColor.FramePriority = 50
|
|
SelectedColor.BoldPriority = 50
|
|
SelectedColor.ItalicPriority = 50
|
|
SelectedColor.UnderlinePriority = 50
|
|
SelectedColor.StrikeOutPriority = 50
|
|
BracketHighlightStyle = sbhsBoth
|
|
BracketMatchColor.Background = clNone
|
|
BracketMatchColor.Foreground = clNone
|
|
BracketMatchColor.Style = [fsBold]
|
|
FoldedCodeColor.Background = clNone
|
|
FoldedCodeColor.Foreground = clGray
|
|
FoldedCodeColor.FrameColor = clGray
|
|
MouseLinkColor.Background = clNone
|
|
MouseLinkColor.Foreground = clBlue
|
|
LineHighlightColor.Background = clNone
|
|
LineHighlightColor.Foreground = clNone
|
|
inline SynLeftGutterPartList1: TSynGutterPartList
|
|
object SynGutterMarks1: TSynGutterMarks
|
|
Width = 24
|
|
MouseActions = <>
|
|
end
|
|
object SynGutterLineNumber1: TSynGutterLineNumber
|
|
Width = 17
|
|
MouseActions = <>
|
|
MarkupInfo.Background = clBtnFace
|
|
MarkupInfo.Foreground = clNone
|
|
DigitCount = 2
|
|
ShowOnlyLineNumbersMultiplesOf = 1
|
|
ZeroStart = False
|
|
LeadingZeros = False
|
|
end
|
|
object SynGutterChanges1: TSynGutterChanges
|
|
Width = 4
|
|
MouseActions = <>
|
|
ModifiedColor = 59900
|
|
SavedColor = clGreen
|
|
end
|
|
object SynGutterSeparator1: TSynGutterSeparator
|
|
Width = 2
|
|
MouseActions = <>
|
|
MarkupInfo.Background = clWhite
|
|
MarkupInfo.Foreground = clGray
|
|
end
|
|
object SynGutterCodeFolding1: TSynGutterCodeFolding
|
|
MouseActions = <>
|
|
MarkupInfo.Background = clNone
|
|
MarkupInfo.Foreground = clGray
|
|
MouseActionsExpanded = <>
|
|
MouseActionsCollapsed = <>
|
|
end
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 4
|
|
Height = 31
|
|
Top = 433
|
|
Width = 570
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
BevelOuter = bvLowered
|
|
ClientHeight = 31
|
|
ClientWidth = 570
|
|
TabOrder = 1
|
|
object btnIgnore: TBitBtn
|
|
Left = 68
|
|
Height = 27
|
|
Hint = 'Don''t show this dialog until more modifications are detected'
|
|
Top = 2
|
|
Width = 178
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Around = 1
|
|
Caption = 'Keep and never ask again'
|
|
ModalResult = 5
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object btnAccept: TBitBtn
|
|
Left = 347
|
|
Height = 27
|
|
Hint = 'Load the external version but still allow to undo'
|
|
Top = 2
|
|
Width = 55
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Around = 1
|
|
Caption = 'Reload'
|
|
ModalResult = 1
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 249
|
|
Height = 27
|
|
Hint = 'Don''t reload the external version this time'
|
|
Top = 2
|
|
Width = 95
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Around = 1
|
|
Caption = 'Keep for now'
|
|
ModalResult = 2
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object btnAccept1: TBitBtn
|
|
Left = 405
|
|
Height = 27
|
|
Hint = 'Load the external version and reset the history of changes'
|
|
Top = 2
|
|
Width = 163
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Around = 1
|
|
Caption = 'Reload and reset undos'
|
|
ModalResult = 8
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 4
|
|
Height = 7
|
|
Top = 4
|
|
Width = 570
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
BevelOuter = bvLowered
|
|
ClientHeight = 7
|
|
ClientWidth = 570
|
|
TabOrder = 2
|
|
object lbl: TLabel
|
|
Left = 3
|
|
Height = 1
|
|
Top = 3
|
|
Width = 564
|
|
Align = alClient
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 2
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
object diffHl: TSynDiffSyn
|
|
Enabled = False
|
|
LineAddedAttri.Style = [fsBold]
|
|
LineRemovedAttri.Style = [fsBold]
|
|
LineChangedAttri.Style = [fsBold]
|
|
left = 16
|
|
top = 16
|
|
end
|
|
end
|