mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:38:15 +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';
|
||||
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';
|
||||
|
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