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