Question to indentation sheme
Posted: Wed Jun 04, 2025 7:03 am
The keyword sensitive indentation follows a ruleset wich can be changed to support curly brackets only. Personally i like the idea to use the curlies as indentors.
Trying to write a procedure with ;{;}-block inside however fails.
Seems to work with every PB keyword but not with the brackets. Settings used:

WARNING !!! DON'T MISINTENTIONALLY WASTE YOUR INDENTATION KEYWORD SETTINGS !!!
Trying to write a procedure with ;{;}-block inside however fails.
Code: Select all
procedure test ()
;{
; first line after the bracket is indented
Code: Select all
procedure test ()
;{
; first line after the bracket was indented but is no more
; second line changed the indentation

WARNING !!! DON'T MISINTENTIONALLY WASTE YOUR INDENTATION KEYWORD SETTINGS !!!