mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-08 23:25:55 +02:00
IDE: Rename unit ProjectDescriptors to ProjectDescriptorTypes. Clashed with a global variable in ProjectIntf.
git-svn-id: trunk@64780 -
This commit is contained in:
parent
82c6e8b284
commit
207dee8890
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -7621,7 +7621,7 @@ ide/progresswnd.lfm svneol=native#text/plain
|
|||||||
ide/progresswnd.pas svneol=native#text/pascal
|
ide/progresswnd.pas svneol=native#text/pascal
|
||||||
ide/project.pp svneol=native#text/pascal
|
ide/project.pp svneol=native#text/pascal
|
||||||
ide/projectdefs.pas svneol=native#text/pascal
|
ide/projectdefs.pas svneol=native#text/pascal
|
||||||
ide/projectdescriptors.pas svneol=native#text/pascal
|
ide/projectdescriptortypes.pas svneol=native#text/pascal
|
||||||
ide/projecticon.pas svneol=native#text/pascal
|
ide/projecticon.pas svneol=native#text/pascal
|
||||||
ide/projectinspector.lfm svneol=native#text/plain
|
ide/projectinspector.lfm svneol=native#text/plain
|
||||||
ide/projectinspector.pas svneol=native#text/pascal
|
ide/projectinspector.pas svneol=native#text/pascal
|
||||||
|
@ -44,7 +44,7 @@ uses
|
|||||||
ComponentReg, IDEDialogs, LazIDEIntf, PackageIntf, ProjectIntf,
|
ComponentReg, IDEDialogs, LazIDEIntf, PackageIntf, ProjectIntf,
|
||||||
IDEExternToolIntf, IDEOptEditorIntf,
|
IDEExternToolIntf, IDEOptEditorIntf,
|
||||||
// IDE
|
// IDE
|
||||||
IDEProcs, DialogProcs, CompilerOptions, ProjPackCommon, Project, ProjectDescriptors,
|
IDEProcs, DialogProcs, CompilerOptions, ProjPackCommon, Project, ProjectDescriptorTypes,
|
||||||
PackageDefs, PackageSystem, PackageEditor, BasePkgManager, LazarusIDEStrConsts,
|
PackageDefs, PackageSystem, PackageEditor, BasePkgManager, LazarusIDEStrConsts,
|
||||||
// Converter
|
// Converter
|
||||||
ConverterTypes, ConvertSettings, ConvCodeTool, MissingUnits, MissingPropertiesDlg,
|
ConverterTypes, ConvertSettings, ConvCodeTool, MissingUnits, MissingPropertiesDlg,
|
||||||
|
@ -1420,9 +1420,9 @@
|
|||||||
<UnitName Value="InputhistoryWithSearchOpt"/>
|
<UnitName Value="InputhistoryWithSearchOpt"/>
|
||||||
</Unit238>
|
</Unit238>
|
||||||
<Unit239>
|
<Unit239>
|
||||||
<Filename Value="projectdescriptors.pas"/>
|
<Filename Value="projectdescriptortypes.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="ProjectDescriptors"/>
|
<UnitName Value="ProjectDescriptorTypes"/>
|
||||||
</Unit239>
|
</Unit239>
|
||||||
<Unit240>
|
<Unit240>
|
||||||
<Filename Value="etpas2jsmsgparser.pas"/>
|
<Filename Value="etpas2jsmsgparser.pas"/>
|
||||||
|
@ -90,7 +90,7 @@ uses
|
|||||||
ApplicationBundle, ExtTools, ExtToolsIDE,
|
ApplicationBundle, ExtTools, ExtToolsIDE,
|
||||||
// projects
|
// projects
|
||||||
ProjectResources, Project, ProjectDefs, NewProjectDlg,
|
ProjectResources, Project, ProjectDefs, NewProjectDlg,
|
||||||
PublishModuleDlg, ProjectInspector, PackageDefs, ProjectDescriptors,
|
PublishModuleDlg, ProjectInspector, PackageDefs, ProjectDescriptorTypes,
|
||||||
// help manager
|
// help manager
|
||||||
IDEContextHelpEdit, IDEHelpIntf, IDEHelpManager, CodeHelp, HelpOptions,
|
IDEContextHelpEdit, IDEHelpIntf, IDEHelpManager, CodeHelp, HelpOptions,
|
||||||
// designer
|
// designer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
unit ProjectDescriptors;
|
unit ProjectDescriptorTypes;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user