GExperts code formatter is now a little bit more Unicode aware

A new release of my experimental GExperts version is available. I fixed yet another issue with Unicode / UTF-8. It works now with some Arabic strings which got converted to question marks before. The usual warning applies: My unit tests still work so apparently I haven't broken too much in the process. I also tested … Continue reading GExperts code formatter is now a little bit more Unicode aware

Experimental GExperts Version 1.37 2015-05-30 released

In this version the formatter now uses unicode strings for all Delphi versions that support them. The previous versions converted native Delphi strings to AnsiString before formatting and converted the result back from AnsiString to native Delphi strings. In rare cases this resulted in some special characters being replaced by '?' after the formatting. Thanks … Continue reading Experimental GExperts Version 1.37 2015-05-30 released

Experimental GExperts Version 1.37 2015-04-11 released

The latest version is the first version that supports Delphi XE8. There is nothing really new about the formatter code. But the new release can be installed even if you don't have the official GExperts installer (yet). This is an extract from the readme file: ** Installing without an official installer ** With two Delphi … Continue reading Experimental GExperts Version 1.37 2015-04-11 released