mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:09:23 +02:00
Revert "Refactor TProject.ReadProject and WriteProject into a new class TProjectStorage." Needs more testing.
git-svn-id: trunk@45328 -
This commit is contained in:
parent
3f0ce89e2c
commit
bd2676525f
@ -3134,10 +3134,8 @@ resourcestring
|
|||||||
+'the fpdoc element "%s":%s%s';
|
+'the fpdoc element "%s":%s%s';
|
||||||
lisChooseAnExampleFile = 'Choose an example file';
|
lisChooseAnExampleFile = 'Choose an example file';
|
||||||
lisPascalFile = 'Pascal file';
|
lisPascalFile = 'Pascal file';
|
||||||
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
|
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project '
|
||||||
+'file%s"%s".%sError: %s';
|
+'session file%s"%s".%sError: %s';
|
||||||
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project session '
|
|
||||||
+'file%s"%s".%sError: %s';
|
|
||||||
lisStopDebugging2 = 'Stop debugging?';
|
lisStopDebugging2 = 'Stop debugging?';
|
||||||
lisStopCurrentDebuggingAndRebuildProject = 'Stop current debugging and rebuild project?';
|
lisStopCurrentDebuggingAndRebuildProject = 'Stop current debugging and rebuild project?';
|
||||||
lisErrorWritingPackageListToFile = 'Error writing package list to file%s%s%s%s';
|
lisErrorWritingPackageListToFile = 'Error writing package list to file%s%s%s%s';
|
||||||
@ -5105,6 +5103,8 @@ resourcestring
|
|||||||
lisPathOfTheInstantfpcCache = 'path of the instantfpc cache';
|
lisPathOfTheInstantfpcCache = 'path of the instantfpc cache';
|
||||||
lisPrimaryConfigPath = 'Primary config path';
|
lisPrimaryConfigPath = 'Primary config path';
|
||||||
lisSecondaryConfigPath = 'Secondary config path';
|
lisSecondaryConfigPath = 'Secondary config path';
|
||||||
|
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
|
||||||
|
+'file%s%s%s%s.%sError: %s';
|
||||||
lisSelected = 'Selected';
|
lisSelected = 'Selected';
|
||||||
lisSelectedAndChildControls = 'Selected and child controls';
|
lisSelectedAndChildControls = 'Selected and child controls';
|
||||||
lisUnableToDelete = 'Unable to delete';
|
lisUnableToDelete = 'Unable to delete';
|
||||||
|
2253
ide/project.pp
2253
ide/project.pp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user