The new GExperts version still supports all Delphi versions back to Delphi 6 (with the notable exception of Delphi 8) and even the Delphi 13 version is no longer in Beta state. There is also a 64 bit DLL to be used in the new 64 bit IDE of Delphi 13. And guess what? Dark … Continue reading GExperts 1.3.26 2026-02-07 released
Month: February 2026
Disable Bing search in Windows 11 Start menu
Note to self: There is an easy way to disable Bing search in the Windows 11 Start menu: Add the following Registry entry: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search [DWORD] BingSearchEnabled=0 To activate the setting you need to either reboot or run the following command: gpupdate /force Source: makeuseof.com
Context-Sensitive Preview in GExperts Code Formatter Configuration
The formatter configuration dialog now shows context-relevant preview code when you switch between settings tabs. Previously, the same preview.pas file was shown regardless of which tab you were configuring. This made it difficult to see the effect of certain settings because the preview code didn't contain relevant examples. Now each tab loads its own preview … Continue reading Context-Sensitive Preview in GExperts Code Formatter Configuration