mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 12:39:24 +01:00
* IdeHelpIntf: cosmetic
git-svn-id: trunk@46681 -
This commit is contained in:
parent
7b02f9eb70
commit
61417ef7a4
@ -109,7 +109,8 @@ type
|
|||||||
constructor Create(TheOwner: TComponent); override;
|
constructor Create(TheOwner: TComponent); override;
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
function URLHasStream(const URL: string): boolean; virtual; abstract;
|
function URLHasStream(const URL: string): boolean; virtual; abstract;
|
||||||
{ The standard IDE implementation supports for OpenURLAsync the following:
|
{ Open a URL asynchronously
|
||||||
|
The standard IDE implementation supports the following for OpenURLAsync:
|
||||||
source://local-file-name : open a file local-file-name in the source editor
|
source://local-file-name : open a file local-file-name in the source editor
|
||||||
openpackage://package-name : open a package editor
|
openpackage://package-name : open a package editor
|
||||||
fpdoc://#package-name.unitname.element : this opens the help for the fpdoc entry
|
fpdoc://#package-name.unitname.element : this opens the help for the fpdoc entry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user