mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 18:00:57 +02:00
IDE: Refactor EditorOptions. Class TEditorOptionsDefaults holds only published properties needed for RttiXmlConfig. No useless duplication.
git-svn-id: trunk@64340 -
This commit is contained in:
parent
0df617c5c1
commit
091df3edb7
2326
ide/editoroptions.pp
2326
ide/editoroptions.pp
File diff suppressed because it is too large
Load Diff
@ -5314,8 +5314,8 @@ end;
|
||||
|
||||
procedure TMainIDE.PackageTranslated(APackage: TLazPackage);
|
||||
begin
|
||||
if APackage=PackageGraph.SynEditPackage then
|
||||
EditorOpts.TranslateResourceStrings;
|
||||
//if APackage=PackageGraph.SynEditPackage then
|
||||
// EditorOpts.TranslateResourceStrings; // ToDo
|
||||
end;
|
||||
|
||||
function TMainIDE.DoOpenComponent(const UnitFilename: string;
|
||||
|
Loading…
Reference in New Issue
Block a user