mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:16:05 +02:00
IDEIntf: Make it possible to use the path to the compiler in packages
git-svn-id: trunk@59968 -
This commit is contained in:
parent
4f0026610f
commit
68276150e1
@ -134,6 +134,7 @@ type
|
|||||||
procedure AddToRecentPackageFiles(const AFilename: string); virtual; abstract;
|
procedure AddToRecentPackageFiles(const AFilename: string); virtual; abstract;
|
||||||
procedure RemoveFromRecentPackageFiles(const AFilename: string); virtual; abstract;
|
procedure RemoveFromRecentPackageFiles(const AFilename: string); virtual; abstract;
|
||||||
|
|
||||||
|
function GetParsedCompilerFilename: string; virtual; abstract;
|
||||||
|
|
||||||
procedure AddHandlerAddToRecentOpenFiles(Handler: TOnAddToRecent; const AsFirst: boolean = true); // AsFirst means: first to call
|
procedure AddHandlerAddToRecentOpenFiles(Handler: TOnAddToRecent; const AsFirst: boolean = true); // AsFirst means: first to call
|
||||||
procedure RemoveHandlerAddToRecentOpenFiles(Handler: TOnAddToRecent);
|
procedure RemoveHandlerAddToRecentOpenFiles(Handler: TOnAddToRecent);
|
||||||
|
@ -684,7 +684,7 @@ type
|
|||||||
|
|
||||||
function GetParsedLazarusDirectory: string;
|
function GetParsedLazarusDirectory: string;
|
||||||
function GetParsedTestBuildDirectory: string;
|
function GetParsedTestBuildDirectory: string;
|
||||||
function GetParsedCompilerFilename: string;
|
function GetParsedCompilerFilename: string; override;
|
||||||
function GetParsedFPCSourceDirectory(FPCVer: string = ''): string;
|
function GetParsedFPCSourceDirectory(FPCVer: string = ''): string;
|
||||||
function GetParsedMakeFilename: string;
|
function GetParsedMakeFilename: string;
|
||||||
function GetParsedCompilerMessagesFilename: string;
|
function GetParsedCompilerMessagesFilename: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user