Some of you might have wondered why my blog is no longer distributed via DelphiFeeds. The reason is not, that I don't want it to be, but apparently DelphiFeeds is no longer maintained. All my attempts to get my new blog added (and the old, defunct feed removed) failed. I am really sorry about this … Continue reading Why my blog is no longer distributed via DelphiFeeds
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: 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
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
gnugettext.pas fixes
I don't know whether anybody else but Lars knows that I have been a contributor to the dxgettext (GnuGettext for Delphi and C++ Builder) project. As such I have just committed fixes to the gnugettext.pas version in the repository that makes it compile with all Delphi versions from 6 to XE3 again. I have only … Continue reading gnugettext.pas fixes
Call for Code Formatter Testcases
As said in my previous blog post, most of my existing test cases for the code formatter now work. But I am sure there are many other cases where it fails miserably. Especially the newer Delphi language constructs will probably highlight many problems. Since I am mostly using Delphi 2007, I might not even be … Continue reading Call for Code Formatter Testcases
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
Blog officially moved to blog.dummzeuch.de
As of today, I have moved my blog from my old home page www.dummzeuch.de to this new, WordPress based blog on blog.dummzeuch.de. The old page will continue to be available under the old url, but if you want to follow me, you should change your bookmarks and rss feeds to this new blog. The reasons … Continue reading Blog officially moved to blog.dummzeuch.de
mobile blogging
Posting mobile doesn't really work very well. Unfortunately the WordPress app does not support the WordPress installation provided by 1&1 (who host dummzeuch.de).