IDE: Rename unit ProjectDescriptors to ProjectDescriptorTypes. Clashed with a global variable in ProjectIntf.

git-svn-id: trunk@64780 -
This commit is contained in:
juha 2021-03-10 19:53:03 +00:00
parent 82c6e8b284
commit 207dee8890
5 changed files with 6 additions and 6 deletions

2
.gitattributes vendored
View File

@ -7621,7 +7621,7 @@ ide/progresswnd.lfm svneol=native#text/plain
ide/progresswnd.pas svneol=native#text/pascal
ide/project.pp 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/projectinspector.lfm svneol=native#text/plain
ide/projectinspector.pas svneol=native#text/pascal

View File

@ -44,7 +44,7 @@ uses
ComponentReg, IDEDialogs, LazIDEIntf, PackageIntf, ProjectIntf,
IDEExternToolIntf, IDEOptEditorIntf,
// IDE
IDEProcs, DialogProcs, CompilerOptions, ProjPackCommon, Project, ProjectDescriptors,
IDEProcs, DialogProcs, CompilerOptions, ProjPackCommon, Project, ProjectDescriptorTypes,
PackageDefs, PackageSystem, PackageEditor, BasePkgManager, LazarusIDEStrConsts,
// Converter
ConverterTypes, ConvertSettings, ConvCodeTool, MissingUnits, MissingPropertiesDlg,

View File

@ -1420,9 +1420,9 @@
<UnitName Value="InputhistoryWithSearchOpt"/>
</Unit238>
<Unit239>
<Filename Value="projectdescriptors.pas"/>
<Filename Value="projectdescriptortypes.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="ProjectDescriptors"/>
<UnitName Value="ProjectDescriptorTypes"/>
</Unit239>
<Unit240>
<Filename Value="etpas2jsmsgparser.pas"/>

View File

@ -90,7 +90,7 @@ uses
ApplicationBundle, ExtTools, ExtToolsIDE,
// projects
ProjectResources, Project, ProjectDefs, NewProjectDlg,
PublishModuleDlg, ProjectInspector, PackageDefs, ProjectDescriptors,
PublishModuleDlg, ProjectInspector, PackageDefs, ProjectDescriptorTypes,
// help manager
IDEContextHelpEdit, IDEHelpIntf, IDEHelpManager, CodeHelp, HelpOptions,
// designer

View File

@ -1,4 +1,4 @@
unit ProjectDescriptors;
unit ProjectDescriptorTypes;
{$mode objfpc}{$H+}