There is a bug in the formatter with Generics:
Before:
m_aa: TDictionary<dword, tlist\<pointer="">>;</dword,>
After:
m_aa: TDictionary<dword, tlist\<pointer=""> >;</dword,>
There shouldn't be these two spaces in front of the closing ">" (see also attached image)
(originally reported by fishseewater via email)
Diff:
Diff:
I have similar generics spacing problems all over the place, not only in special cases:
Version 1.3.8.50
fixed in revsion #2721
Thanks, it works for function declarations now, but still not when those functions are called from code like in my examples above.
(in GExperts 1.3.14 experimental twm 2019-09-08)
Last edit: maf-soft 2019-09-09
Please create a new bug report for this and provide some examples how they should be formatted. (I have a hard time finding these problems because I don't use generices that often.)