Peter Johnson
Peter Johnson
Using files larger than 64KiB, and preferably more than twice that size will test the newly enlarged file read buffer works with files larger than the buffer.
Currently when a Code Snippets Database is to be updated the release is downloaded from GitHub as a zip file. This must then be unzipped and CodeSnip must be given...
Currently the _Edit | Copy Information_ menu option copies snippet information (documentation?) to the clipboard. If the source code is long the resulting information is quite cumbersome. So, an option...
The conversion of REML to RTF is leaving lists with badly arranged line spacing. Here's an example of how lists are rendered in RTF in my _wombats_ REML test snippet's...
Snippet documentation can currently be copied to the clipboard in either plain text or in RTF by using the _Edit | Copy Information_ menu item. But the same information can't...
I saw this on Delphi Praxis, which motivated this feature suggestion: > On Mac, I have used SnippetsLab for Delphi code snippets. I have exported them to a json file....
In a [comment](https://github.com/delphidabbler/code-snippets/issues/8#issuecomment-1646769943) on issue #8 it was suggested that it maybe a good idea to add some JavaScript-style array methods to `TArrayUtils`, specifically `forEach()`, `some()`, ~~`all()`~~`every()` & `map()`. To...
Suggest new routine, with following attributes: ## Decription Returns a random string from the given string list, which must not be empty. An `ERangeError` exception is raised if the string...
Only `TArrayUtils`, `ByteArraysEqual` and `ReverseByteArray` currently have unit tests. More are needed.
A new unit test for the Structures category to test _TIntegerRange_ (issue #56). Now the tests are in place we can add tests for other snippets in the Structures category.