Procedure Browser Tab Coloring

Working on new editor enhancements?
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Procedure Browser Tab Coloring

Post by nco2k »

currently the Procedure Browser Tab displays everything in one color.
Proc1()
Proc2()
> Blah1
Proc3()
Proc4()
Proc5()
Proc6()
> Blah2
Proc7()
Proc8()
...
if you only have few procedures, its no big deal. but if you have tons of them, its pretty painful to navigate. thats why it would be really cool, if you could add an optional feature, to use the appropriate colors for procedures, comments etc. (would look something like this on my pc).
Proc1()
Proc2()

> Blah1
Proc3()
Proc4()
Proc5()
Proc6()

> Blah2
Proc7()
Proc8()

...
this is something i really miss from jaPBe. :)

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
C64
Enthusiast
Enthusiast
Posts: 151
Joined: Sat Dec 18, 2010 4:40 am

Re: Procedure Browser Tab Coloring

Post by C64 »

Oddly enough, I read the following thread just a day ago!
http://www.purebasic.fr/english/viewtop ... =3&t=36617
Post Reply