This is only relevant, if you have recently compiled your own GExperts DLL and you use the Uses Clause Manager's Identifier tab: There were several bugs in the unit parsing code that have been fixed. But you won't see the effect, because the buggy results from before that have been cached. In order to get … Continue reading If you compiled your own GExperts clear the Uses Clause Manager cache
Category: GExperts
Several bugs regarding the GExperts Uses Clause Manager fixed
A few months ago I added the "Identifiers" tab to the GExperts Uses Clause Manager. It allows you to search for a unit that exports a given identifier. It works a bit like the "Find Unit" refactoring in the IDE since Delphi 2005. That feature starts a background thread that parses all units in the … Continue reading Several bugs regarding the GExperts Uses Clause Manager fixed
All but one known GExperts code formatter bugs fixed
Some long standing bugs in the GExperts code formatter have been fixed. It's great to see nearly all unit tests finally succeed. About 10 new test cases have been added too, so the improvement is significant. The fixed bugs including some that have bugged (sorry 😉 ) me for years, e.g.: [delphi] Msg := Format('%s … Continue reading All but one known GExperts code formatter bugs fixed
Yahoo is closing down Groups
I just read that Yahoo will be closing down Groups and will delete all content there. By the end of October no new content will be accepted, by mid December all content will be deleted. Why am I posting this? The GExperts mailing lists are hosted at Yahoo Groups, so they will be gone shortly. … Continue reading Yahoo is closing down Groups
All known generics related bugs in GExperts code formatter fixed
I just fixed all known generics related bugs in the GExperts code formatter (again) \o/ You are extensively using Generics? Go ahead, compile your own dll and file bug reports for the ones I missed.
GExperts 1.3.14 experimental twm 2019-09-08 released
I just released GExperts 1.3.14 for all supported Delphi versions. Apart from the bug fixes to the source code formatter there are the following changes: Export and Import entries for the Tools menu (blog post) Copy and paste for Delphi Tool menu entries (blog post) The Uses Clause Manager builds its list of identifiers in … Continue reading GExperts 1.3.14 experimental twm 2019-09-08 released
Various bugs in the GExperts code formatter fixed
There were some long standing bugs in the GExperts code formatter, most of them concerning language features that didn't exist back in Delphi 2007 (and therefore were not my primary concern for a long time). I have fixed several of them now: Anonymous methods were not indented correctly Various problems with Generics as reported here … Continue reading Various bugs in the GExperts code formatter fixed
Fixed two more formatter bugs
Two more formatter bugs just got axed: #133 Code formatter does not support the "Final" keyword #134: Formatter does not handle variant records with methods correctly Also found and fixed a problem with the Uses Expert, but that was not in the released code yet. Still no new release yet, but you can always compile … Continue reading Fixed two more formatter bugs
GExperts and Delphi 10.3.2
Everybody and his brother - ahem - sister is blogging about the latest Update for Delphi 10.3 which has been announced two days ago. As always, Embarcadero's servers are overloaded and have been down for hours. I have now started downloading the ISO and my browser is telling me it should be finished in 90 … Continue reading GExperts and Delphi 10.3.2
GExperts adds copy and paste for Delphi Tool menu entries
In my last post I wrote about the export and import feature for custom Tools menu entries that GExperts adds to the Delphi IDE. I also mentioned that I was thinking about adding a custom clipboard format for copying and pasting these entries between multiple Delphi instances / versions. OK, I did that. GExperts now … Continue reading GExperts adds copy and paste for Delphi Tool menu entries