I created a patch for the uses-comment problem (https://sourceforge.net/p/gexperts/bugs/442/). If that (way) is accepted, I will adapt the changes in this patchset.
Last edit: Christoph "baka0815" Schwerdtfeger 2025-08-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have applied the Uses list patch now and also refactored the code to reduce the length the CheckIndent method (which is still way too long) and removed several variables from that method that were only used within one case block. Please have a look what you need to change for the enum indentation to work with the new code and submit your patch again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Screenshot
Unfortunately this does not work as expected. Try to format this:
If you enable both options, this will lose the declarations for b and c.
If you disable "Before the comma" it works fine.
(I just pasted this code into the preview window.)
The same problem exists with the formatting code for the uses list, as I just found out.
(bug report on that:
https://sourceforge.net/p/gexperts/bugs/442/ )
Last edit: Thomas Mueller 2025-08-14
Ouch... I will take a look at this.
I created a patch for the uses-comment problem (https://sourceforge.net/p/gexperts/bugs/442/). If that (way) is accepted, I will adapt the changes in this patchset.
Last edit: Christoph "baka0815" Schwerdtfeger 2025-08-15
I have applied the Uses list patch now and also refactored the code to reduce the length the CheckIndent method (which is still way too long) and removed several variables from that method that were only used within one case block. Please have a look what you need to change for the enum indentation to work with the new code and submit your patch again.
implemented in revision #5306