Tag Archives: IDE

Error Insight – TObject not declared

By | December 4, 2008

There are many bug reports for error insight where it sometimes thinks that TObject and all the other things from the System unit aren’t declared. The stange thing is that with my IDE Fix Pack 2.1, I don’t see these false positives anymore (There are other bugs in error insight, I’m talking here about the… Read More: Error Insight – TObject not declared »

DLangExtensions is coming back

By | November 23, 2008

My tool DLangExtensions which has added case-string-of, extended for-in loops, FreePascal generics, multi line strings and an extended Exit to Delphi 5-2007 is returning to life. I have successfully migrated the tool to Delphi 2009 and removed the FreePascal generics and the extended Exit because both are superseded by Delphi 2009’s features. The tool will… Read More: DLangExtensions is coming back »

Ansifyer for Delphi 2009 or what a crazy idea I have…

By | November 19, 2008

In a recent newsgroup posting I promissed that I will write a Delphi 2009 IDE plugin that automatically change the meaning of string and Char to RawByteString and AnsiChar the source code. My plan is to keep the editor and the files on disk untouched and only ansify the buffer that is handled to the… Read More: Ansifyer for Delphi 2009 or what a crazy idea I… »

IDEFixPack 2.0 and VCLFixPack 1.0 under way

By | November 19, 2008

I’m working on the final steps for a release of the IDEFixPack 2007 2.0 and IDEFixPack 2009 2.0. Both tools will contain every available patch that I have for the specific IDE version. The 2007er version has 18 patches and the 2009er version has 8 patches. To make my and your life easier I’ve done… Read More: IDEFixPack 2.0 and VCLFixPack 1.0 under way »

IDE Fix Pack 1.0 for Delphi/C++Builder 2009

By | November 8, 2008

Because the Delphi 2009 IDE also contains the missing-stdcall bug, I thought that it would be good to have the fix for it in the IDE itself until CodeGear releases an update that fixes this serious bug. The new IDE Fix Pack 2009 version 1.0 contains two fixes inherited from the IDE Fix Pack 2007… Read More: IDE Fix Pack 1.0 for Delphi/C++Builder 2009 »