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
Author: dummzeuch
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).
What is it with Delphi videos?
I guess I am not the only one who has noticed the trend to publish videos of various types instead of articles. There are interviews, tutorials and whatnot. I understand that it might seem to be the more modern form of publishing stuff, but it has some very annoying drawbacks: It does not allow for … Continue reading What is it with Delphi videos?
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