mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 04:20:14 +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
|
||||
): 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;
|
||||
const HelpKeyword: string): TShowHelpResult;
|
||||
function ShowHelpForKeyword(HelpDatabaseID: THelpDatabaseID;
|
||||
@ -264,7 +264,7 @@ function ShowHelpForDirective(HelpDatabaseID: THelpDatabaseID;
|
||||
function ShowHelpForDirective(const HelpDirective: string; var ErrMsg: string
|
||||
): TShowHelpResult; overload;
|
||||
|
||||
// help for pascal sources
|
||||
// help for Pascal sources
|
||||
function ShowHelpForPascalContexts(const Filename: string;
|
||||
const SourcePosition: TPoint; ListOfPascalHelpContextList: TList;
|
||||
var ErrMsg: string): TShowHelpResult;
|
||||
|
@ -177,7 +177,7 @@ begin
|
||||
if URLType='file' then begin
|
||||
if not URLFilenameIsAbsolute(URLPath) then begin
|
||||
EffBaseURL:=GetEffectiveBaseURL;
|
||||
//DebugLn('THTMLHelpDatabase.ShowURL file relative, making absolute ... EffBaseURL="',EffBaseURL,'"');
|
||||
//DebugLn('THTMLHelpDatabase.ShowURL file relative, making absolute... EffBaseURL="',EffBaseURL,'"');
|
||||
if EffBaseURL<>'' then begin
|
||||
SplitURL(EffBaseURL,BaseURLType,BaseURLPath,BaseURLParams);
|
||||
if (BaseURLPath<>'') then
|
||||
|
Loading…
Reference in New Issue
Block a user