Code collapse in editor

sterlingy

Active Member
Licensed User
Longtime User
It would be nice to collapse any section of code, not just subroutines.

-Sterling
 

stevel05

Expert
Licensed User
Longtime User
You can if you enclose it in a
B4X:
#Region <Name>
.
.
.
#End Region

Block

If you give it a name, you can see that when it's collapsed
 

sterlingy

Active Member
Licensed User
Longtime User
Brilliant!

-Sterling
 
Top