B4R Question How to Proper Indent structures

positrom2

Active Member
Licensed User
Longtime User
Is there a way to reformat the IDE code to indent for-next and other structures properly (same question for B4J, B4A)?
By now my code looks terrible.....
Goal (by reformatting):
if a=5 then
--- for i=1 to 2
--- --- blabla
--- --- blabla
--- next
endif
Edit: I just see that the Forum removes the indentation spaces, so I put -- instead (should be ignored by the reader)
 
Last edited:
Top