codesnip icon indicating copy to clipboard operation
codesnip copied to clipboard

A code bank designed with Pascal in mind

Results 39 codesnip issues
Sort by recently updated
recently updated
newest added

Try using Google Blogger API to reinstate news feed from either DelphiDabbler's Blog or CodeSnip Blog or both.

feature request
started

See issue #18 for motivation for this feature. The problem is that when a user installs a new compiler, CodeSnip needs to be told to use it. It might be...

feature request
started

Error reported when running outside debugger is: ``` No context-sensitive help installed. ``` And when running under debugger: ``` Project CodeSnip.exe raised exception class EHelpSystemException with message 'No context-sensitive help...

bug report
completed

The list of compilers in the Configure Compilers dialogue box starts with Delphi 2 and you have to scroll to get to any of the more recent compilers. Reversing the...

accepted
feature request

Add a facility to test compile a whole selection of snippets with a single specified compiler. Provide option to output results to a text or HTML file. Also add facility...

accepted
feature request

At present when editing a snippet if a test compile is run the results obtained replace the pre-existing results. It would be useful to have the option of _merging_ the...

feature request
needs investigation
considering

Presently every time a new version of Delphi (or FPC) details have to be added to the CodeSnip source code and a new release has to be made. The idea...

feature request
needs investigation
considering

Currently test compiles only work with the `DCC32` compiler. Add support for `DCC64` where available.

feature request
considering

v5.16.0 of `PJSysInfo.pas` has been released since 1st October.

accepted
vendor

Create a new website in the `docs` folder (repurposed) that can be published on [delphidabbler.com](https://delphidabbler.com). Create this using the HTML Help file source. In later versions consider removing the HTML...

documentation
considering