Peter Johnson
Peter Johnson
It's been almost 20 year since Window 9x came to an end and over ten since Windows 2000 bit the dust. So is there much point having all the legacy...
Suggest command name: `--config-show` This issue extracted from the more comprehensive issue #2.
Move from having to use Make outside of the IDE to prepare the source tree and create resources to permitting debug code to be compiled within the IDE. Also create...
Delphi 12 is the only modern Delphi compiler available on my dev box
The last time PasHi's example styles were updated it was to emulated Delphi 10 highlighting styles. The time for updating the styles is long overdue. Check Delphi 12 to see...
Replace `ElfHash` function from `UComparers` with a hash function from Delphi 12 RTL. Depends on #78 being completed.
1. Remove reference to semantic versioning 2. Clarify text that describes separate releases for early versions of PasH and PasHGUI. 3. Revise how beta versions of PasHi and PasHiGUI are...
BDiff & BPatch now only support Windows 7 SP1 and later, so remove the windows vista entry from both application manifest files.
The line ```bat if "%VIEdRoot"=="" goto envvarerror ``` has a missing closing `%` after `%VIEdRoot`. It should be ```bat if "%VIEdRoot%"=="" goto envvarerror ```
Replace the existing link with link to delphidabbler Google Drive: https://drive.google.com/file/d/1KQ3k44NFkOdSDU7-OtNi7JKVs5Mr_gt1/view This is required for 2 reasons: 1. in case the old link goes away 2. because the old is...