mirror of https://gitlab.com/basile.b/dexed.git
add GDB to the info box
This commit is contained in:
parent
095125a32b
commit
c38ffa76f0
|
@ -197,6 +197,12 @@ begin
|
||||||
free;
|
free;
|
||||||
end;
|
end;
|
||||||
//
|
//
|
||||||
|
{$IFDEF UNIX}
|
||||||
|
itm := TToolInfo.Construct(self, tikOptional, 'gdb',
|
||||||
|
'optional, the GNU debugger');
|
||||||
|
itm.Parent := boxTools;
|
||||||
|
itm.ReAlign;
|
||||||
|
{$ENDIF}
|
||||||
itm := TToolInfo.Construct(self, tikOptional, 'dscanner',
|
itm := TToolInfo.Construct(self, tikOptional, 'dscanner',
|
||||||
'optional, the D source code analyzer');
|
'optional, the D source code analyzer');
|
||||||
itm.Parent := boxTools;
|
itm.Parent := boxTools;
|
||||||
|
@ -244,6 +250,7 @@ begin
|
||||||
itm.Parent := boxTools;
|
itm.Parent := boxTools;
|
||||||
itm.ReAlign;
|
itm.ReAlign;
|
||||||
//
|
//
|
||||||
|
Height := boxTools.ControlCount * 30 + 150;
|
||||||
Realign;
|
Realign;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue