In my previous post I announced that the code formatter now supports inline if expressions (aka ternary operators). That was technically true, as long as these expressions were in one line of source code: [delphi] Value := if Condition then TrueValue else FalseValue; [/delphi] But as soon as you tried to split longer expressions into … Continue reading More on inline if expressions
Category: GExperts
GExperts Code Formatter supports the Delphi inline if expression aka “ternary operator”
In Delphi 13 Embarcadero introduced a new syntax construct for inline if expressions which they call "ternary operator". It implements what previously had to be implemented with the overloaded IfThen functions as a native compiler feature. These look like this. [delphi] Variable := if Condition then TrueValue else FalseValue; [/delphi] At the same time they … Continue reading GExperts Code Formatter supports the Delphi inline if expression aka “ternary operator”
help.gexperts.de will stop working shortly
A year ago I used a special offer to register the domain gexperts.de, which I used only for https://help.gexperts.de. That special offer has now run out and I have decided that it is not worth the money I would now have to pay for it. I will probably add a subdomain under dummzeuch.de as a … Continue reading help.gexperts.de will stop working shortly
GExperts 1.3.26 beta for Delphi 13 64 bit IDE
I have just released a GExperts beta version for the 64 bit IDE. To use it If you have not done that yet, download the beta installer for the 32 bit version and install it Download GExperts64_RS13_1.3.26_2025-09-28.zip Extract the files from that archive into your GExperts 13 installation directory Execute the batch file Register-GExperts64-XX130.cmd This … Continue reading GExperts 1.3.26 beta for Delphi 13 64 bit IDE
GExperts 1.3.26 beta for Delphi 13
I have just created an installer for GExperts 1.3.26 Beta for the new Delphi 13 version. Note that this is beta software and hasn't been tested thoroughly. Also note that for now it only supports the 32 bit IDE. Download link: GExperts_RS13_1.3.26_2025-09-12
New contributor to GExperts
GExperts has been mostly a one man show for many years. A few people have contributed small improvements once in a while but mostly I was on my own. That shows in many places, but one area in particular has been neglected: The online help and documentation. I tried to make up for that with … Continue reading New contributor to GExperts
Lots of bug fixes for GExperts
If you have been updating the GExperts sources (or are following the activity on SourceForge) you might have noticed that there quite a few bugs have been fixed. That was not me alone (I am on vacation so I have some more time than usual) but also Achim Kalwa (thanks Achim!). Many of these fixes … Continue reading Lots of bug fixes for GExperts
GExperts Test installer for Delphi 12
I just built an installer for GExperts for Delphi 12. It uses the DLL from the current source code, compiled with Delphi 12.3 and contains all the bugs I haven't yet found, so use it at your own risk. Download link I'm not promising anything, but the Easter weekend might give me some time to … Continue reading GExperts Test installer for Delphi 12
GExperts: AI Rewrite and COBOL Port Announced for Immediate Development
(Just in case you didn't notice the publication date: This was an April Fools joke. I have had some experience with COBOL and I would never ever use it unless somebody pays me thousands of Euros per hour.) The venerable Delphi IDE extension GExperts is about to undergo a revolutionary transformation, with plans announced to … Continue reading GExperts: AI Rewrite and COBOL Port Announced for Immediate Development
GExperts now fixes yet another annoyance in the Delphi IDE: Desktops
With my particular monitor setup, the Desktop feature of the Delphi 11 and 12 IDE does not work correctly. The Startup Desktop is not restored as I saved it, on my high def monitor on the left hand side, but instead covers both monitors with huge window. I reported this problem to Embarcadero ages ago. … Continue reading GExperts now fixes yet another annoyance in the Delphi IDE: Desktops