IDE: Refactor TProject.ReadProject and WriteProject into private methods and variables

git-svn-id: trunk@45411 -
This commit is contained in:
juha 2014-06-08 23:45:58 +00:00
parent f746dc6a42
commit 097bd5152a
2 changed files with 1075 additions and 1071 deletions

View File

@ -3215,8 +3215,10 @@ resourcestring
+'the fpdoc element "%s":%s%s';
lisChooseAnExampleFile = 'Choose an example file';
lisPascalFile = 'Pascal file';
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project '
+'session file%s"%s".%sError: %s';
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
+'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';
@ -5204,8 +5206,6 @@ 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