mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Context help links for several options pages
This commit is contained in:
parent
87b3f26dc7
commit
c02a52a93f
10 changed files with 16 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ object frmOptions: TfrmOptions
|
|||
Height = 480
|
||||
Top = 55
|
||||
Width = 640
|
||||
HelpType = htKeyword
|
||||
ActiveControl = tvTreeView
|
||||
Caption = 'Options'
|
||||
ClientHeight = 480
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
Implementing of Options dialog
|
||||
|
||||
Copyright (C) 2006-2018 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2006-2023 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
contributors:
|
||||
|
||||
|
|
@ -356,6 +356,11 @@ begin
|
|||
LastOpenedEditor := SelectedEditorView.EditorClass;
|
||||
|
||||
pnlCaption.Caption := SelectedEditorView.EditorClass.GetTitle;
|
||||
|
||||
if Assigned(SelectedEditorView.Instance) then
|
||||
begin
|
||||
HelpKeyword:= SelectedEditorView.Instance.HelpKeyword;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
inherited frmOptionsArchivers: TfrmOptionsArchivers
|
||||
Height = 642
|
||||
Width = 923
|
||||
HelpKeyword = '/multiarc.html'
|
||||
ClientHeight = 642
|
||||
ClientWidth = 923
|
||||
ParentShowHint = False
|
||||
|
|
@ -195,8 +196,6 @@ inherited frmOptionsArchivers: TfrmOptionsArchivers
|
|||
Height = 604
|
||||
Top = 38
|
||||
Width = 793
|
||||
HelpType = htKeyword
|
||||
HelpKeyword = '/multiarc.html'
|
||||
ActivePage = tbArchiverGeneral
|
||||
Align = alClient
|
||||
TabIndex = 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
inherited frmOptionsAutoRefresh: TfrmOptionsAutoRefresh
|
||||
Height = 228
|
||||
Width = 501
|
||||
HelpKeyword = '/configuration.html#ConfigRefresh'
|
||||
ClientHeight = 228
|
||||
ClientWidth = 501
|
||||
DesignTop = 27
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
inherited frmOptionsBehavior: TfrmOptionsBehavior
|
||||
Height = 276
|
||||
Width = 666
|
||||
HelpKeyword = '/configuration.html#ConfigBehaviors'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ClientHeight = 276
|
||||
|
|
@ -127,4 +128,4 @@ inherited frmOptionsBehavior: TfrmOptionsBehavior
|
|||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
inherited frmOptionsBriefView: TfrmOptionsBriefView
|
||||
Height = 289
|
||||
Width = 519
|
||||
HelpKeyword = '/configuration.html#ConfigViewBrief'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ClientHeight = 289
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
inherited frmOptionsColumnsView: TfrmOptionsColumnsView
|
||||
Height = 344
|
||||
Width = 659
|
||||
HelpKeyword = '/configuration.html#ConfigViewFull'
|
||||
ClientHeight = 344
|
||||
ClientWidth = 659
|
||||
DesignTop = 20
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ inherited frmOptionsFonts: TfrmOptionsFonts
|
|||
Height = 372
|
||||
Hint = 'Fonts'
|
||||
Width = 601
|
||||
HelpKeyword = '/configuration.html#ConfigFonts'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 3
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ object OptionsEditor: TOptionsEditor
|
|||
Height = 240
|
||||
Top = 0
|
||||
Width = 320
|
||||
HelpType = htKeyword
|
||||
LCLVersion = '1.4.4.0'
|
||||
TabOrder = 0
|
||||
DesignLeft = 181
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
inherited frmOptionsLanguage: TfrmOptionsLanguage
|
||||
HelpKeyword = '/configuration.html#ConfigLang'
|
||||
object lngList: TListBox[0]
|
||||
Left = 0
|
||||
Height = 240
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue