mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
lazde: hints and file filter
git-svn-id: trunk@38091 -
This commit is contained in:
parent
f1aba130fa
commit
b5d906eabb
@ -32,13 +32,10 @@ type
|
|||||||
procedure GoForward; override;
|
procedure GoForward; override;
|
||||||
class function GetProperContentProvider(const AURL: String): TBaseContentProviderClass; override;
|
class function GetProperContentProvider(const AURL: String): TBaseContentProviderClass; override;
|
||||||
constructor Create(AParent: TWinControl; AImageList: TImageList); override;
|
constructor Create(AParent: TWinControl; AImageList: TImageList); override;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ THTTPContentProvider }
|
{ THTTPContentProvider }
|
||||||
|
|
||||||
procedure THTTPContentProvider.IpHtmlPanelHotChange(Sender: TObject);
|
procedure THTTPContentProvider.IpHtmlPanelHotChange(Sender: TObject);
|
||||||
|
@ -112,6 +112,7 @@ object BuildForm: TBuildForm
|
|||||||
Caption = 'Description'
|
Caption = 'Description'
|
||||||
ClientHeight = 211
|
ClientHeight = 211
|
||||||
ClientWidth = 596
|
ClientWidth = 596
|
||||||
|
Hint = 'Description/XML files with help text'
|
||||||
object PBDescr: TPanel
|
object PBDescr: TPanel
|
||||||
Left = 524
|
Left = 524
|
||||||
Height = 211
|
Height = 211
|
||||||
@ -123,6 +124,7 @@ object BuildForm: TBuildForm
|
|||||||
ClientHeight = 211
|
ClientHeight = 211
|
||||||
ClientWidth = 72
|
ClientWidth = 72
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
|
Hint = 'Description/XML files with help text'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object BAddDescription: TButton
|
object BAddDescription: TButton
|
||||||
AnchorSideLeft.Control = PBDescr
|
AnchorSideLeft.Control = PBDescr
|
||||||
@ -194,6 +196,7 @@ object BuildForm: TBuildForm
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 524
|
Width = 524
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
Hint = 'Description/XML files with help text'
|
||||||
ClickOnSelChange = False
|
ClickOnSelChange = False
|
||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -203,6 +206,7 @@ object BuildForm: TBuildForm
|
|||||||
Caption = 'Sources'
|
Caption = 'Sources'
|
||||||
ClientHeight = 190
|
ClientHeight = 190
|
||||||
ClientWidth = 600
|
ClientWidth = 600
|
||||||
|
Hint = 'Pascal sources documented by the description files'
|
||||||
object PSources: TPanel
|
object PSources: TPanel
|
||||||
Left = 530
|
Left = 530
|
||||||
Height = 190
|
Height = 190
|
||||||
@ -214,6 +218,7 @@ object BuildForm: TBuildForm
|
|||||||
ClientHeight = 190
|
ClientHeight = 190
|
||||||
ClientWidth = 70
|
ClientWidth = 70
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
|
Hint = 'Pascal sources documented by the description files'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object BSourceAdd: TButton
|
object BSourceAdd: TButton
|
||||||
AnchorSideLeft.Control = PSources
|
AnchorSideLeft.Control = PSources
|
||||||
@ -273,6 +278,7 @@ object BuildForm: TBuildForm
|
|||||||
ColCount = 2
|
ColCount = 2
|
||||||
DefaultColWidth = 150
|
DefaultColWidth = 150
|
||||||
FixedCols = 0
|
FixedCols = 0
|
||||||
|
Hint = 'Pascal sources documented by the description files'
|
||||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goSmoothScroll]
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goSmoothScroll]
|
||||||
RowCount = 2
|
RowCount = 2
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -452,6 +458,7 @@ object BuildForm: TBuildForm
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
CharCase = ecNormal
|
CharCase = ecNormal
|
||||||
|
Hint = 'Documentation/help output file'
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
OnButtonClick = EOutputButtonClick
|
OnButtonClick = EOutputButtonClick
|
||||||
|
@ -148,6 +148,7 @@ object OptionsForm: TOptionsForm
|
|||||||
DialogOptions = []
|
DialogOptions = []
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
HideDirectories = False
|
HideDirectories = False
|
||||||
|
Hint = 'FPC''s makeskel program, e.g. c:\lazarus\fpc\2.6.1\bin\i386-win32\makeskel.exe'
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -168,6 +169,7 @@ object OptionsForm: TOptionsForm
|
|||||||
DialogOptions = []
|
DialogOptions = []
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
HideDirectories = False
|
HideDirectories = False
|
||||||
|
Hint = 'FPC''s fpdoc program, e.g. C:\Lazarus\fpc\2.6.1\bin\i386-win32\fpdoc.exe'
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
@ -48,8 +48,10 @@ object SourceForm: TSourceForm
|
|||||||
Top = 30
|
Top = 30
|
||||||
Width = 417
|
Width = 417
|
||||||
DialogOptions = []
|
DialogOptions = []
|
||||||
|
Filter = 'Pascal files (*.pas,*.pp)|*.pas;*.pp|All files|*.*'
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
HideDirectories = False
|
HideDirectories = False
|
||||||
|
Hint = 'Pascal sources documented by the XML description files'
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Loading…
Reference in New Issue
Block a user