mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:38:19 +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/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
|
||||
|
@ -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,
|
||||
|
@ -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"/>
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit ProjectDescriptors;
|
||||
unit ProjectDescriptorTypes;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user