Question about custom folding

Everything else that doesn't fall into one of the other PB categories.
Seldon
Enthusiast
Enthusiast
Posts: 405
Joined: Fri Aug 22, 2003 7:12 am
Location: Italia

Question about custom folding

Post by Seldon »

Hello, when I fold a part of code with ;{ and ;} , is it possible to show the first line of it in the 'Procedures' panel ??? It would be useful to move quickly through the source code. Thanks.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

In jaPBe, you can use ;{- which means folding + bookmark.
In the PB IDE, I don't know. Maybe it needs some extra settings ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I dunno if there is a combination, but a for a single caption there is ;-

Code: Select all

;- caption for ProcList
;{ folding starts here
 bla()
;} folding ends here
oh... and have a nice day.
Post Reply