Peter Johnson
Peter Johnson
Code would benefit from a review before committing to v1 release.
It's about time 64 bit versions we're created. However, the current file size limits would need to be retained.
The current file read buffer size is only 4Kb - a size set back in 1999 when memory was much more scarce. This can now safely be enlarged.
Check if there are limits on the value of this option. If not, maybe set low limit as 12 and upper limit as 256.
Code due to be released as v1.0.0-beta lets 10MiB file size limit be overridden and be unlimited. But file format only supports sizes up to 2GiB-1. So this absolute limit...
Running BDiff and BPatch v1.0.0-beta with `--version` command reports BDiff-1.0.0 2023-06-02 BPatch-1.0.0 2023-06-02 where BDiff-1.0.0-beta 2023-06-02 BPatch-1.0.0-beta 2023-06-02 were expected.
There are `RandomFrom` functions in `System.Math` for all the Float array types + `Integer`, `Int64` and `UInt64` arrays. There also `RandomFrom` functions in `System.AnsiStrings` and `System.SysUtils` for arrays of ANSI...
Add missing compiler support up to Delphi 12 Athens. Keys have already been defined in CodeSnip 4.22.0.
A tool that can automatically add a new snippet to a specified category in the database would save a lot of hand hacking. If implemented, could a way be found...
Although the database now supports Delphi 11 (see issue #2) and Delphi 12 (see issue #26), only the very newest snippets have compile results set for Delphi 11 and Delphi...