HeX0R wrote: Wed Jun 04, 2025 7:43 am
;{ and ;} are preset for folding functionality, I guess you have to remove them from there first (Preferences / Editor / Folding)
Using 6.20 x64 that didn't change anything. Besides i think that the 'curlies' really belong to the source line folding, since they can do blocks as well as any block keyword.
It seems, however, the bracket blocks work fine in the main scope. Without any keyword block around them they act properly.
But if i try to put them in a if/endIf or procedure/endProcedure block they do not indent automatically on-the-fly.
Using Ctrl+i for format indentation, however, sets everything fine.
I am starting to think this really is a bug in the IDE's scintilla processing. Or maybe i don't get this one.
/edit:
