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: During the formatting, the space between constructor and TSomeClass.Create was removed which resulted in uncompilable code. I think I found and fixed the problem, but I … Continue reading GExperts formatter bug fixed, waiting for code sample which made the change necessary
Category: GExperts
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
Experimental GExperts Version 1.37-2012-10-14 released
The latest version is the second version that supports Delphi XE3 (yes, you missed one). Apart from being based on the latest GExperts sources this new version also contains quite a few bug fixes to the formatter which should support nested class declarations. All my existing unit test cases for this work. If it does … Continue reading Experimental GExperts Version 1.37-2012-10-14 released
Another bug bites the dust in GExperts code formatter
Another bug bites the dust: The unit test case for generic classes no longer fails. This probably means that I broke something else and that other uses of generics still fail. I need more test cases to fix any other problems with generics that might still exist. Please, could somebody who actually uses generics (I … Continue reading Another bug bites the dust in GExperts code formatter