Question about custom folding
Question about custom folding
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

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
In jaPBe, you can use ;{- which means folding + bookmark.
In the PB IDE, I don't know. Maybe it needs some extra settings ?
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).
- Kaeru Gaman
- Addict

- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
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 hereoh... and have a nice day.
