mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:00:26 +02:00
IDE: Cleanup
This commit is contained in:
parent
681fed6ffa
commit
de12e8ae7b
@ -7,7 +7,7 @@ object SourceNotebook: TSourceNotebook
|
||||
Caption = 'SourceNotebook'
|
||||
ClientHeight = 300
|
||||
ClientWidth = 400
|
||||
LCLVersion = '3.99.0.0'
|
||||
LCLVersion = '4.99.0.0'
|
||||
OnMouseUp = FormMouseUp
|
||||
OnResize = FormResize
|
||||
object StatusBar: TStatusBar
|
||||
|
@ -7979,8 +7979,7 @@ begin
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
procedure TSourceNotebook.RemoveUpdateEditorPageCaptionHandler(
|
||||
AEvent: TNotifyEvent);
|
||||
procedure TSourceNotebook.RemoveUpdateEditorPageCaptionHandler(AEvent: TNotifyEvent);
|
||||
begin
|
||||
FOnEditorPageCaptionUpdate.Remove(TMethod(AEvent));
|
||||
end;
|
||||
|
@ -2889,12 +2889,9 @@ begin
|
||||
if sfCheckAmbiguousFiles in Flags then
|
||||
MainBuildBoss.CheckAmbiguousSources(DestFilename,false);
|
||||
|
||||
{$IFDEF IDE_DEBUG}
|
||||
debugln(['*** HasResources=',AnUnitInfo.HasResources]);
|
||||
{$ENDIF}
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('SaveEditorFile B');{$ENDIF}
|
||||
debugln(['SaveEditorFile Component=', AnUnitInfo.Component,
|
||||
', LoadedDesigner=', AnUnitInfo.LoadedDesigner]);
|
||||
//debugln(['SaveEditorFile Component=', AnUnitInfo.Component, ', HasResources=', AnUnitInfo.HasResources
|
||||
// ', LoadedDesigner=', AnUnitInfo.LoadedDesigner]);
|
||||
if not (sfSkipReferences in Flags) then // skip when externally renamed identifiers
|
||||
begin
|
||||
// Resource is needed for the check.
|
||||
|
Loading…
Reference in New Issue
Block a user