Ian (whose last name I don't know, from the email address I guess he's from Australia) pointed out a bug in the last release: The option "Except single lines" for adding line feeds after then, else, do and : did not work for for ... do and while ... do loops. This issue is now … Continue reading Experimental GExperts Version 1.37-2012-12-15 released
Category: GExperts
Experimental GExperts Version 1.37-2012-11-18 released
Since the last release did not contain the DLLs for all supported Delphi versions, here is a new one. There is no change to the last release apart from it containing all the DLLs. Head over to the Experimental GExperts page to download the new version.
Experimental GExperts Version 1.37-2012-11-15 released
The last release still contained a few newly introduced bugs, namely If you put a // comment after a unit in the uses clause, it no longer did get indented correctly Type declarations like type bla = type integer; were no longer formatted correctly Also, I found a new bug regarding the formatting of event … Continue reading Experimental GExperts Version 1.37-2012-11-15 released
Experimental GExperts Version 1.37-2012-11-11 released
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
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
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