mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* adapted to change of OpenSymbolBrowser
This commit is contained in:
parent
f05d1bb02d
commit
a58516aa89
@ -24,7 +24,7 @@ begin
|
||||
if ObjectTree=nil then
|
||||
begin ErrorBox('No debug info available.',nil); Exit; end;
|
||||
|
||||
OpenSymbolBrowser(0,0,'Objects','Global scope',nil,nil,nil,ObjectTree,nil);
|
||||
OpenSymbolBrowser(0,0,'Objects','Global scope',nil,nil,nil,nil,ObjectTree,nil);
|
||||
end;
|
||||
|
||||
procedure TIDEApp.Globals;
|
||||
@ -71,7 +71,7 @@ begin
|
||||
WarningBox('Too many symbols. Can''t display all of them.',nil);
|
||||
Desktop^.GetExtent(R); R.A.X:=R.B.X-35;
|
||||
Desktop^.Insert(New(PBrowserWindow, Init(R,
|
||||
'Browse: Globals',SearchFreeWindowNo,nil,'Global scope',S,nil,nil,nil)));
|
||||
'Browse: Globals',SearchFreeWindowNo,nil,'Global scope','',S,nil,nil,nil)));
|
||||
end;
|
||||
|
||||
procedure TIDEApp.Modules;
|
||||
@ -92,7 +92,7 @@ begin
|
||||
New(S, Init(500,500));
|
||||
ModulesCollection:=S;
|
||||
BrowCol.Modules^.ForEach(@InsertInS);
|
||||
OpenSymbolBrowser(0,0,'Units','Global scope',nil,S,nil,nil,nil);
|
||||
OpenSymbolBrowser(0,0,'Units','Global scope',nil,nil,S,nil,nil,nil);
|
||||
end;
|
||||
|
||||
function SymbolDialog(S : string) : PDialog;
|
||||
@ -137,7 +137,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 1999-07-28 23:11:21 peter
|
||||
Revision 1.12 2000-03-07 21:57:01 pierre
|
||||
* adapted to change of OpenSymbolBrowser
|
||||
|
||||
Revision 1.11 1999/07/28 23:11:21 peter
|
||||
* fixes from gabor
|
||||
|
||||
Revision 1.10 1999/06/29 12:49:55 pierre
|
||||
@ -204,4 +207,4 @@ end;
|
||||
Revision 1.9 1999/01/09 18:00:47 peter
|
||||
Original implementation
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user