This version fixes a serious bug in the previous release. It also improves support for generic class declarations. All my existing unit tests work again, but I also found an issue with anonymous methods that I have not yet been able to fix. If you find any issues, please send me a bug report and … Continue reading Experimental GExperts Version 1.37-2012-11-11 released
Day: November 11, 2012
GExperts formatter bug fixed, waiting for code sample which made the change necessary
Uli Gerhard found a bug which was introduced in the last version of GExperts. It resulted in code after class declarations in the implementation section to be formatted incorrectly: [delphi] unit SomeUnit; interface implementation type TSomeClass = class constructor Create; end; constructor TSomeClass.Create; begin end; end. [/delphi] During the formatting, the space between constructor and … Continue reading GExperts formatter bug fixed, waiting for code sample which made the change necessary