Disable single-line folding

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Disable single-line folding

Post by eesau »

This is a very small feature request.

Currently, this code:

Code: Select all

Procedure A ( ) : Debug A : EndProcedure
Places a (non-functional) folding box next to the line, which makes no sense. Would it be possible to disable this when both the folding start and folding end -keywords are on the same line?