mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +02:00
IDE: clean up
git-svn-id: trunk@60252 -
This commit is contained in:
parent
370f9a57e6
commit
466d4440d0
@ -3382,7 +3382,7 @@ begin
|
||||
for i := 0 to IDEEditorGroups.Count - 1 do
|
||||
begin
|
||||
Rec := IDEEditorGroups[i];
|
||||
DebugLn(['TPackageEditorForm.CreatePackageFileEditors ',Rec^.GroupClass.ClassName]);
|
||||
//DebugLn(['TPackageEditorForm.CreatePackageFileEditors ',Rec^.GroupClass.ClassName]);
|
||||
if PassesFilter(Rec) then
|
||||
begin
|
||||
if Rec^.GroupClass<>nil then
|
||||
|
Loading…
Reference in New Issue
Block a user