mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 09:59:06 +02:00
IDE: clean up
git-svn-id: trunk@45989 -
This commit is contained in:
parent
e8d69f0079
commit
322062cc24
@ -92,7 +92,7 @@ type
|
||||
var {%H-}Abort: boolean): string;
|
||||
function MacroFuncLCLWidgetType(const {%H-}Param: string; const Data: PtrInt;
|
||||
var {%H-}Abort: boolean): string;
|
||||
function MacroFuncLazVer(const {%H-}Param: string; const Data: PtrInt;
|
||||
function MacroFuncLazVer(const {%H-}Param: string; const {%H-}Data: PtrInt;
|
||||
var {%H-}Abort: boolean): string;
|
||||
function MacroFuncMake(const {%H-}Param: string; const {%H-}Data: PtrInt;
|
||||
var {%H-}Abort: boolean): string;// make utility
|
||||
|
@ -41,7 +41,7 @@ uses
|
||||
Dialogs, LazConfigStorage, Laz2_XMLCfg, LazUTF8,
|
||||
// IDEIntf
|
||||
ProjectIntf, ObjectInspector, IDEWindowIntf, IDEOptionsIntf,
|
||||
ComponentReg, IDEExternToolIntf, IDEDialogs, MacroDefIntf,
|
||||
ComponentReg, IDEExternToolIntf, MacroDefIntf,
|
||||
DbgIntfDebuggerBase,
|
||||
// IDE
|
||||
IDEProcs, DialogProcs, LazarusIDEStrConsts, IDETranslations, LazConf,
|
||||
|
@ -48,7 +48,6 @@
|
||||
<Unit0>
|
||||
<Filename Value="lazbuild.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="lazbuild"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="buildmanager.pas"/>
|
||||
@ -58,12 +57,10 @@
|
||||
<Unit2>
|
||||
<Filename Value="basebuildmanager.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="BaseBuildManager"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
<Filename Value="idecmdline.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="IDECmdLine"/>
|
||||
</Unit3>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
@ -77,8 +74,5 @@
|
||||
<OtherUnitFiles Value="../designer;../packager;../debugger"/>
|
||||
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</CONFIG>
|
||||
|
@ -688,7 +688,7 @@ type
|
||||
procedure RemoveFile(PkgFile: TPkgFile); // move file to removed file list
|
||||
procedure UnremovePkgFile(PkgFile: TPkgFile); // move file back to file list
|
||||
// True if something changed. Param is ignored here, just to match with interface.
|
||||
function RemoveNonExistingFiles(RemoveFromUsesSection: boolean = true): boolean;
|
||||
function RemoveNonExistingFiles({%H-}RemoveFromUsesSection: boolean = true): boolean;
|
||||
function GetFileDialogInitialDir(const DefaultDirectory: string): string;
|
||||
procedure MoveFile(CurIndex, NewIndex: integer);
|
||||
procedure SortFiles;
|
||||
|
@ -7,7 +7,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
IDEProcs, ProjPackIntf, CompilerOptions,
|
||||
IDEProcs, CompilerOptions,
|
||||
DefineTemplates, CodeToolManager, FileReferenceList;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user