Formatter no longer indents nested $IFDEFs
Implemented in revision #4978 by extending the value of the IndentCompDirectives setting from bool (0/1) to enum: - icdNone (=0): Place at column 1 (old False behavior, default) - icdFollowCode (=1): Follow code indentation (old True behavior) - icdIndependent (=2): Indent by directive nesting level (new) and of course implementing the feature, including the configuration dialog changes. (This was done to 90% by Claude Code, I am really impressed).
Implemented feature (wrongly reported as bug#396): Formatter no longer indents nested $IFDEFs
removed stale expected files (there is already testfile_WrapLongLineAndFunctionDirective1.pas and testfile_WrapLongLineAndFunctionDirective2.pas which passes the tests)
* _BuildProject.sh -> _buildproject.sh
* added --nowait parameter to _BuildProject.cmd
Wrong indentation after comment line(s)
fixed in revision #4974