Experimental GExperts Version 1.38 2015-10-10 released

There is nothing new about the formatter code. But there are two new GExpert functions and I also improved several GExperts dialogs: The first new functionality is hiding the navigation bar in Delphi 10 Seattle. The code was kindly donated by Achim Kalwa. You can find the option in the GExperts configuration dialog on the … Continue reading Experimental GExperts Version 1.38 2015-10-10 released

Batch wizardry: Finding a subdir in all parent dirs

As an addition to Using my buildtools here is a batch subroutine to find a subdirectory in any of the parent directories of a script: :FindInParents @rem search all parent directories for a subdir and return @rem the full path to that directory in %result% setlocal set parentdir=%1% set subdir=%2% :loop call :GetDir %parentdir% set … Continue reading Batch wizardry: Finding a subdir in all parent dirs

Experimental GExperts Version 1.37 2015-09-06 released

The latest version is the first version that supports Delphi 10 Seattle. There is nothing really new about the formatter code. Achim Kalwa submitted a patch that solves yet another Unicode issue, this time with the Code Proofreader expert. Another change is that there won't be a regular expert dll this time. After polling on … Continue reading Experimental GExperts Version 1.37 2015-09-06 released