GnuGetText.pas with support for TWideStrings properties

The current version of GnuGetText for Delphi and C++ Builder does not support properties of type TWideStrings. Since I needed this (FastReport uses them for storing the report memos), I have added that feature. The new unit is in the subversion repository on SourceForge. Be warned: I have only tested it with Delphi 2007. If … Continue reading GnuGetText.pas with support for TWideStrings properties

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

Experimental GExperts Version 1.37-2012-11-04 released

 IMPORTANT: This version has a bug that results in uncompilable code under some circumstances. I don't know why nobody reported this, but the October release did not work at all with Delphi XE3 but crashed the IDE. The reason were two problems: Embarcadero changed some properties of TCustomAction to have a setter method which resulted … Continue reading Experimental GExperts Version 1.37-2012-11-04 released