ide - shorten tabs

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

ide - shorten tabs

Post by #NULL »

could we have an option to leave out the file extension at the caption of the tab-strap, or any other way to shorten the tabs? or maybe a twofold tab-bar?
scrolling the tab-bar left/right with many sources open isn't nice.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

Another useful solution I could think of would be multiline panels. In my opinion, they are clearly arranged, too.
The tool tab has also got multi line panels, so why not? :)
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I think it's a rather rare phenomenon that one has that much sources opened.
perhaps it would also help to use shorter module names.
if you name them like "Project001_Modul007_GetHandleDatabase_Part2" sure there is not much space left....
oh... and have a nice day.
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post by #NULL »

actually i'm using short names already: pic
just leaving out the ".pb" and ".pbi" would make me happy, since it would shorten them a lot :)
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

#NULL wrote:just leaving out the ".pb" and ".pbi" would make me happy, since it would shorten them a lot
It's important to see in the panel the extension of the source code, so that you can see wether it is a main source code (.pb) or an include file (.pbi).

@ Kaeru Gaman:
Of course, you can assign shorter names to your files, but in spite of that it would be helpful to have such a feature. Not everybody has got a resolution of 1900x1600 and not everyone has the IDE always maximized. Both problems don't leave enough space for the IDE. You must think of other situations, too.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply