mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
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:
parent
dbd3e7fcd7
commit
5f8a01b2f6
@ -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');
|
||||
|
@ -118,7 +118,7 @@ implementation
|
||||
|
||||
const
|
||||
MiscOptsFilename = 'miscellaneousoptions.xml';
|
||||
MiscOptsVersion = 2;
|
||||
MiscOptsVersion = 3;
|
||||
|
||||
function SortDirectionNameToType(const s: string): TSortDirection;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user