mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 12:09:30 +01:00
IDE: less verbosity
git-svn-id: trunk@41417 -
This commit is contained in:
parent
9a518d7730
commit
047c8fcb6d
@ -352,7 +352,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if (not (ctfSourceEditorNotNeeded in Flags)) and (SourceEditorManager.SourceEditorCount=0)
|
if (not (ctfSourceEditorNotNeeded in Flags)) and (SourceEditorManager.SourceEditorCount=0)
|
||||||
then begin
|
then begin
|
||||||
DebugLn('TMainIDEBase.BeginCodeTool no source editor');
|
//DebugLn('TMainIDEBase.BeginCodeTool no source editor');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user