IDE: add syneditsgn to old package lists to keep TSynEdit register in the IDE, issue #22740

git-svn-id: trunk@38517 -
This commit is contained in:
mattias 2012-09-04 22:45:01 +00:00
parent dbd3e7fcd7
commit 5f8a01b2f6
2 changed files with 8 additions and 1 deletions

View File

@ -466,7 +466,14 @@ begin
// Load defines, selected profiles and auto install packages.
LoadStringList(XMLConfig,fAllDefines,Path+'AllDefines/');
LoadStringList(XMLConfig,fSelected,Path+'SelectedProfiles/');
LoadStringList(XMLConfig,fStaticAutoInstallPackages,Path+'StaticAutoInstallPackages/');
if FileVersion<3 then begin
// the IDE part of synedit was split into a new package syneditdsgn
fStaticAutoInstallPackages.Add('syneditdsgn');
end;
// Defines to test.
if fAllDefines.Count = 0 then begin
fAllDefines.Add('Debug');

View File

@ -118,7 +118,7 @@ implementation
const
MiscOptsFilename = 'miscellaneousoptions.xml';
MiscOptsVersion = 2;
MiscOptsVersion = 3;
function SortDirectionNameToType(const s: string): TSortDirection;
begin