Updated CLAUDE.md with changelog rule, added formatter preview changes to CHANGES-1.3.26.md
Formatter config: preserve user-modified preview content across tab switches
How do you propose this should work? Use a new setting to align assignments at a given column and then move the := of the assignments to that column, unless the left side of the assignment is longer so it does not fit? (The way it works with the variable declarations.) Or should there be some kind of "smart" alignment like with the const statements? (Which I currently have no idea how it works.) Edit: There is no "smart" involved: const an resource strings use the same position as configured for...
How do you propose this should work? Use a new setting to align assignments at a given column and then move the := of the assignments to that column, unless the left side of the assignment is longer so it does not fit? (The way it works with the variable declarations.) Or should there be some kind of "smart" alignment like with the const statements? (Which I currently have no idea how it works.)
Installer: include new context-sensitive formatter preview files
removed Margins property because older Delphi versions don't support it.
"Never indent var declaration" affects indentation of "and"
Formatter config: context-sensitive preview files for each settings tab