In my installation of Athens the right click on source code did not offer “Format Source” but for a variety of other reasons I mainly used older versions of Delphi. I have now installed Florence and right click shows “Format Source” but it is disabled.
I suspected that was the case but when I looked in help it said it was in the product.
If I do add a third party formatter will “Format Source” become enabled in right click or is that menu item only for the HTML formatter which apparently is included.
You can disable the stock source code formatter in the IDE (if any) and use JCF or another formatter’s hotkey sequence. JCF allows you to change the hotkeys that fire off the formatting process.
Don’t be afraid of trashing your source code as you zero in on a personal formatting style. If you don’t like the results then hit ^Z to back out of the formatting change and try new JCF settings.
JCF can also adjust token CaSe. There is a list you can modify to force case rules on any token… Thing like clRed, CLRED, clred, CLred, Etc.