I have been making an effort to keep my scripts as readable as I can, especially since it became clear to me how it otherwise becomes very tricky to maintain a longer script, and extensive use of Regions has been a bigger part of that.
SciTE4Autoit3 is great at highlighting different parts of code and so on, and I make heavy usage of the "Tidy" function, which saves a lot of time when it comes to Indentation inside Functions and (also nested) If...EndIf, While...Wend and similar statements.
What it seems not intended to do (by default?), is to also apply Indentation within #Region...#EndRegion markings - which is what I would like it to do now.
Whenever I do this myself, and then "Tidy" my code, this is undone.
Maybe there is a setting somewhere, or a workaround? I´ve only found the "Options"-->"Change Indentation Settings" Menu where Tab Size and Indent Size can be set...