Just a small idea, but, I don't think I am the only one, but I have a habit of adding my error handlers after the majority of code is written.
Currently when I go to insert a try, B4A automatically inserts the whole
Block, right under where I have entered the "try" statement and press return, and hence I have to move the catch-end try to the bottom, and then tab/format the code in the sub manually
It would be handy if I was to enter "try" at the start of a sub and press enter, it would add the catch-"end try" at the bottom of the same sub, and indent all the code in the sub to be one tab indented as compared to the try-catch-"end try"
But, maybe its just me...
Currently when I go to insert a try, B4A automatically inserts the whole
B4X:
try
catch
Log(....)
end try
It would be handy if I was to enter "try" at the start of a sub and press enter, it would add the catch-"end try" at the bottom of the same sub, and indent all the code in the sub to be one tab indented as compared to the try-catch-"end try"
But, maybe its just me...