ADD: Context help links for several options pages

This commit is contained in:
Alexander Koblov 2023-02-09 20:05:49 +03:00
commit c02a52a93f
10 changed files with 16 additions and 4 deletions

View file

@ -3,6 +3,7 @@ object frmOptions: TfrmOptions
Height = 480
Top = 55
Width = 640
HelpType = htKeyword
ActiveControl = tvTreeView
Caption = 'Options'
ClientHeight = 480

View file

@ -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;

View file

@ -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

View file

@ -1,6 +1,7 @@
inherited frmOptionsAutoRefresh: TfrmOptionsAutoRefresh
Height = 228
Width = 501
HelpKeyword = '/configuration.html#ConfigRefresh'
ClientHeight = 228
ClientWidth = 501
DesignTop = 27

View file

@ -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

View file

@ -1,6 +1,7 @@
inherited frmOptionsBriefView: TfrmOptionsBriefView
Height = 289
Width = 519
HelpKeyword = '/configuration.html#ConfigViewBrief'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 289

View file

@ -1,6 +1,7 @@
inherited frmOptionsColumnsView: TfrmOptionsColumnsView
Height = 344
Width = 659
HelpKeyword = '/configuration.html#ConfigViewFull'
ClientHeight = 344
ClientWidth = 659
DesignTop = 20

View file

@ -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

View file

@ -3,6 +3,7 @@ object OptionsEditor: TOptionsEditor
Height = 240
Top = 0
Width = 320
HelpType = htKeyword
LCLVersion = '1.4.4.0'
TabOrder = 0
DesignLeft = 181

View file

@ -1,4 +1,5 @@
inherited frmOptionsLanguage: TfrmOptionsLanguage
HelpKeyword = '/configuration.html#ConfigLang'
object lngList: TListBox[0]
Left = 0
Height = 240