Today I’ve played with the idea of a new Subversion editor view in the Delphi 2006 IDE.To add a new editor view to the editor,… Read More »Subversion editor view
In response to a comment here on this blog, I’ve uploaded source code of my XMLDoc regions plugin to Code Central.I hope you’ll find it… Read More »XMLDoc regions CC#23955
I like Help Insight in Delphi 2006. I think it’s going to prove to be very useful. The cool thing is that it’s customizable: the… Read More »Help Insight
Delphi 2006 compiler supports an option to generate XML representation of your source code which can be processed (using XSLT) to produce, for example, HTML… Read More »XML Documentation in Delphi 2006
Subversion in my Delphi IDE For over a year, I’ve been using Subversion version control software to manage my source code, with TortoiseSVN as client… Read More »Subversion in my Delphi IDE
I’ve just fixed a memory leak in my entry #2209, titled “Access client’s IP address from a DataSnap remote data module” on Borland‘s CodeCentral. The… Read More »CC2209 fix
I’ve just noticed that Erik’s OpenTools API FAQ and Resources web page links to my CodeCentral entry as an example on getting the target executable’s… Read More »Erik’s OpenTools FAQ
When writing a DataSnap appserver, you should probably try to make it thread-safe and register it to use the multi-threaded apartment (MTA) model (ThreadingModel =… Read More »Free Threaded Marshaler
A few days ago, I received my shiny, fresh, the latest and greatest Delphi 2006 in a beautiful package. Very exciting! With much regret, I… Read More »Installing Delphi 2006