It's got tons of features, it's stable, it's really a wonderful package (i own a copy of Webuilder).
But still - I have some tiny feature request for you - a "full screen" feature like the one in Visual Studio or in IE (press F11 to see what I mean). It's nothing else but an visual feature, but it kind of a helps me concentrate better on programming. Basicly something like this (Delphi example), so the taskbar is still visible:
Code: Select all
Form1.Align:=alClient;
Form1.BorderStyle:=bsNone;

Regards,
Andrej