mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-07 13:40:35 +01:00
IDE: lpi: use as default: EditorMacros/Count=0
git-svn-id: trunk@45518 -
This commit is contained in:
parent
ff5cd180b1
commit
5b42042d6f
@ -1460,7 +1460,7 @@ procedure TEditorMacroList.WriteToXmlConf(AConf: TXMLConfig; const APath: String
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
AConf.SetValue(APath + 'EditorMacros/Count', Count);
|
||||
AConf.SetDeleteValue(APath + 'EditorMacros/Count', Count, 0);
|
||||
for i := 0 to Count - 1 do
|
||||
Macros[i].WriteToXmlConf(AConf, 'EditorMacros/Macro'+IntToStr(i+1)+'/');
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user