mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:59:12 +02:00
IDE: Move some units to IdeConf package.
This commit is contained in:
parent
448bb20ba6
commit
2972581f05
@ -797,11 +797,6 @@
|
|||||||
<ResourceBaseClass Value="Frame"/>
|
<ResourceBaseClass Value="Frame"/>
|
||||||
<UnitName Value="SynColorAttribEditor"/>
|
<UnitName Value="SynColorAttribEditor"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
|
||||||
<Filename Value="inputhistory.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<UnitName Value="InputHistory"/>
|
|
||||||
</Unit>
|
|
||||||
<Unit>
|
<Unit>
|
||||||
<Filename Value="makeresstrdlg.pas"/>
|
<Filename Value="makeresstrdlg.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -1040,10 +1035,6 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
|
||||||
<Filename Value="diffpatch.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
</Unit>
|
|
||||||
<Unit>
|
<Unit>
|
||||||
<Filename Value="lazarusmanager.pas"/>
|
<Filename Value="lazarusmanager.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
|
@ -71,6 +71,14 @@ Files in this package are for the main configuration of the IDE."/>
|
|||||||
<Filename Value="environmentopts.pp"/>
|
<Filename Value="environmentopts.pp"/>
|
||||||
<UnitName Value="EnvironmentOpts"/>
|
<UnitName Value="EnvironmentOpts"/>
|
||||||
</Item>
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="diffpatch.pas"/>
|
||||||
|
<UnitName Value="DiffPatch"/>
|
||||||
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="inputhistory.pas"/>
|
||||||
|
<UnitName Value="InputHistory"/>
|
||||||
|
</Item>
|
||||||
</Files>
|
</Files>
|
||||||
<RequiredPkgs>
|
<RequiredPkgs>
|
||||||
<Item>
|
<Item>
|
||||||
|
@ -10,7 +10,8 @@ interface
|
|||||||
uses
|
uses
|
||||||
SearchPathProcs, RecentListProcs, IdeXmlConfigProcs, LazConf,
|
SearchPathProcs, RecentListProcs, IdeXmlConfigProcs, LazConf,
|
||||||
TransferMacrosIntf, IDEOptionDefs, ModeMatrixOpts, EditorToolBarOptions,
|
TransferMacrosIntf, IDEOptionDefs, ModeMatrixOpts, EditorToolBarOptions,
|
||||||
ToolBarOptionsBase, CoolBarOptions, EnvironmentOpts, LazarusPackageIntf;
|
ToolBarOptionsBase, CoolBarOptions, EnvironmentOpts, DiffPatch,
|
||||||
|
InputHistory, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ uses
|
|||||||
// IdeIntf
|
// IdeIntf
|
||||||
ProjectIntf, IDEDialogs,
|
ProjectIntf, IDEDialogs,
|
||||||
// IDE
|
// IDE
|
||||||
DiffPatch, LazConf, IDEProcs, RecentListProcs, IdeXmlConfigProcs;
|
DiffPatch, LazConf, RecentListProcs, IdeXmlConfigProcs;
|
||||||
|
|
||||||
{$ifdef Windows}
|
{$ifdef Windows}
|
||||||
{$define CaseInsensitiveFilenames}
|
{$define CaseInsensitiveFilenames}
|
Loading…
Reference in New Issue
Block a user