Revert "Refactor TProject.ReadProject and WriteProject into a new class TProjectStorage." Needs more testing.

git-svn-id: trunk@45328 -
This commit is contained in:
juha 2014-06-03 23:11:20 +00:00
parent 3f0ce89e2c
commit bd2676525f
2 changed files with 1108 additions and 1153 deletions

View File

@ -3134,10 +3134,8 @@ resourcestring
+'the fpdoc element "%s":%s%s';
lisChooseAnExampleFile = 'Choose an example file';
lisPascalFile = 'Pascal file';
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
+'file%s"%s".%sError: %s';
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project session '
+'file%s"%s".%sError: %s';
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project '
+'session file%s"%s".%sError: %s';
lisStopDebugging2 = 'Stop debugging?';
lisStopCurrentDebuggingAndRebuildProject = 'Stop current debugging and rebuild project?';
lisErrorWritingPackageListToFile = 'Error writing package list to file%s%s%s%s';
@ -5105,6 +5103,8 @@ resourcestring
lisPathOfTheInstantfpcCache = 'path of the instantfpc cache';
lisPrimaryConfigPath = 'Primary config path';
lisSecondaryConfigPath = 'Secondary config path';
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
+'file%s%s%s%s.%sError: %s';
lisSelected = 'Selected';
lisSelectedAndChildControls = 'Selected and child controls';
lisUnableToDelete = 'Unable to delete';

File diff suppressed because it is too large Load Diff