Bug? Code folding for conditional compilation not working

mcqueccu

Well-Known Member
Licensed User
Longtime User
Hello

I recently encountered "Unbalanced #End If" issue in one of my big projects where I have to trace all the conditional compilation directives one after the other.

I wanted to fold the codes which will be easier for me but I realized collapsing/folding was not available for directives such


B4X:
#IF B4A

#END IF
'--------------OR---------------------
#IF FULL

#END IF

It is only the #REGION that you can collapse or expand

1749255296605.png
 
Top