Full screen feature

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
bandrej
Posts: 65
Joined: Fri Oct 20, 2006 10:50 am
Location: maribor, slovenia

Full screen feature

Post by bandrej »

First of all - THANK YOU KARLIS for this great piece of software!

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;
If this would somehow end up in future version, it would be a killer!! 1000x!!

:roll:

Regards,
Andrej
bandrej
Posts: 65
Joined: Fri Oct 20, 2006 10:50 am
Location: maribor, slovenia

Post by bandrej »

:ooops:

Just found same req here: http://forums.blumentals.net/viewtopic.php?t=1374

Sorry. I tried with search but nothing came up. :oops:
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

not quite as dramatic (top bars remain) but View>Hide Panels f4 will hide the sides.
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

I just made a layout named 'empty' and turned off all upper menus and hid all the side panels. View>Manage Layouts. Worked great but I need a kb shortcut to really use it.
Post Reply