Changes between GExperts 1.3.12 and 1.3.13

I had to look them up myself, so it took a while but here they are, the changes, bugfixes and improvements between the GExperts 1.3.12 (released 2018-12-22) and 1.3.13 (released yesterday, 2019-03-30): Bugfix (#105): Set Tab Order expert no longer worked with Delphi 6, 7 and 2005 (Remember what I wrote about testing these versions?)Improvements … Continue reading Changes between GExperts 1.3.12 and 1.3.13

GnuGetText.pas using Utf8ToUnicodeString instead of Utf8ToWideString

A few weeks ago, Sue King contacted me because there was a problem with using dxGetText together with the Nexus DB components. For Unicode aware Delphi versions gnugettext.pas declares a function utf8decode which calls System.UTF8ToWideString. After replacing a call to utf8decode with UTF8ToUnicodeString the problem went away. Since I don't want to break backwards compatibility … Continue reading GnuGetText.pas using Utf8ToUnicodeString instead of Utf8ToWideString

GExperts Grep can use the MAP file

The GExperts Grep Search expert has various options to tell it which files to search: The current fileAll files in projectAll files in project groupA directory list (separated by semicolon) That sounds like an exhaustive list, but it isn't. Both, project and project group, were only searching files explicitly listed in the project(s). Files that … Continue reading GExperts Grep can use the MAP file