mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 05:17:47 +02:00
IDE: Refactor TProject.ReadProject and WriteProject into private methods and variables
git-svn-id: trunk@45411 -
This commit is contained in:
parent
f746dc6a42
commit
097bd5152a
@ -3215,8 +3215,10 @@ 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';
|
||||||
lisUnableToWriteTheProjectSessionFileError = 'Unable to write the project '
|
lisUnableToWriteTheProjectInfoFileError = 'Unable to write the project info '
|
||||||
+'session file%s"%s".%sError: %s';
|
+'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';
|
||||||
@ -5204,8 +5206,6 @@ 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';
|
||||||
|
2138
ide/project.pp
2138
ide/project.pp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user