IDE: extract procedure: select procedure without interface by default

git-svn-id: trunk@35101 -
This commit is contained in:
mattias 2012-02-02 21:33:21 +00:00
parent b8ee1aed53
commit 0e8df542cf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]