mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:12:25 +02:00
IDE: extract procedure: select procedure without interface by default
git-svn-id: trunk@35101 -
This commit is contained in:
parent
b8ee1aed53
commit
0e8df542cf
@ -282,8 +282,8 @@ begin
|
||||
end else begin
|
||||
TypeRadiogroup.Columns:=1;
|
||||
end;
|
||||
Add(lisProcedure);
|
||||
Add(lisProcedureWithInterface);
|
||||
Add(lisProcedure);
|
||||
if SubProcPossible then begin
|
||||
Add(lisSubProcedure);
|
||||
if SubProcSameLvlPossible then
|
||||
|
@ -16898,7 +16898,7 @@ var
|
||||
begin
|
||||
ADesigner:=TDesigner(Sender);
|
||||
GetDesignerUnit(ADesigner,ASrcEdit,AnUnitInfo);
|
||||
debugln('TMainIDE.OnDesignerViewLFM ',AnUnitInfo.Filename);
|
||||
//debugln('TMainIDE.OnDesignerViewLFM ',AnUnitInfo.Filename);
|
||||
OnDesignerCloseQuery(Sender);
|
||||
if AnUnitInfo.OpenEditorInfoCount > 0 then
|
||||
EditorInfo := AnUnitInfo.OpenEditorInfo[0]
|
||||
|
Loading…
Reference in New Issue
Block a user