mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:59:20 +02:00
* Cosmetic: comments/debugln output
git-svn-id: trunk@46555 -
This commit is contained in:
parent
bea823d0d7
commit
be36f13bcb
@ -250,7 +250,7 @@ function ShowHelpForContext(HelpDatabaseID: THelpDatabaseID;
|
|||||||
function ShowHelpForContext(HelpContext: THelpContext; var ErrMsg: string
|
function ShowHelpForContext(HelpContext: THelpContext; var ErrMsg: string
|
||||||
): TShowHelpResult; overload;
|
): TShowHelpResult; overload;
|
||||||
|
|
||||||
// help by keyword (an arbitrary keyword, not only fpc keyword)
|
// help by keyword (an arbitrary keyword, not only FPC keyword)
|
||||||
function ShowHelpOrErrorForKeyword(HelpDatabaseID: THelpDatabaseID;
|
function ShowHelpOrErrorForKeyword(HelpDatabaseID: THelpDatabaseID;
|
||||||
const HelpKeyword: string): TShowHelpResult;
|
const HelpKeyword: string): TShowHelpResult;
|
||||||
function ShowHelpForKeyword(HelpDatabaseID: THelpDatabaseID;
|
function ShowHelpForKeyword(HelpDatabaseID: THelpDatabaseID;
|
||||||
@ -264,7 +264,7 @@ function ShowHelpForDirective(HelpDatabaseID: THelpDatabaseID;
|
|||||||
function ShowHelpForDirective(const HelpDirective: string; var ErrMsg: string
|
function ShowHelpForDirective(const HelpDirective: string; var ErrMsg: string
|
||||||
): TShowHelpResult; overload;
|
): TShowHelpResult; overload;
|
||||||
|
|
||||||
// help for pascal sources
|
// help for Pascal sources
|
||||||
function ShowHelpForPascalContexts(const Filename: string;
|
function ShowHelpForPascalContexts(const Filename: string;
|
||||||
const SourcePosition: TPoint; ListOfPascalHelpContextList: TList;
|
const SourcePosition: TPoint; ListOfPascalHelpContextList: TList;
|
||||||
var ErrMsg: string): TShowHelpResult;
|
var ErrMsg: string): TShowHelpResult;
|
||||||
|
@ -177,7 +177,7 @@ begin
|
|||||||
if URLType='file' then begin
|
if URLType='file' then begin
|
||||||
if not URLFilenameIsAbsolute(URLPath) then begin
|
if not URLFilenameIsAbsolute(URLPath) then begin
|
||||||
EffBaseURL:=GetEffectiveBaseURL;
|
EffBaseURL:=GetEffectiveBaseURL;
|
||||||
//DebugLn('THTMLHelpDatabase.ShowURL file relative, making absolute ... EffBaseURL="',EffBaseURL,'"');
|
//DebugLn('THTMLHelpDatabase.ShowURL file relative, making absolute... EffBaseURL="',EffBaseURL,'"');
|
||||||
if EffBaseURL<>'' then begin
|
if EffBaseURL<>'' then begin
|
||||||
SplitURL(EffBaseURL,BaseURLType,BaseURLPath,BaseURLParams);
|
SplitURL(EffBaseURL,BaseURLType,BaseURLPath,BaseURLParams);
|
||||||
if (BaseURLPath<>'') then
|
if (BaseURLPath<>'') then
|
||||||
|
Loading…
Reference in New Issue
Block a user