issues Search Results · repo:delphidabbler/codesnip language:Pascal
Filter by
147 results
(51 ms)147 results
indelphidabbler/codesnip (press backspace or delete to remove)https://github.com/delphidabbler/codesnip/blob/131d602e533af0496c2e2744e2edce73270a475d/Src/URTFUtils.pas#L240
The line
else if (Ch = { ) or (Ch = \ ) or (Ch = } ) then
should be
else if (AnsiCh ...
accepted
bug
⚠️
delphidabbler
- Opened 2 hours ago
- #159
@SirRufo provided an alternative fix to the hibernation bug:
I just made some code changes to get rid of that hacky code. You may have a look at
https://github.com/SirRufo/codesnip/tree/hotfix/hibernationbug ...
accepted
bug
delphidabbler
- Opened 6 hours ago
- #158
Create a routine snippet with display name Σ:
procedure Σ()
begin
end;
Select the snippet, do File | Save Annotated Source. In the dialogue box select RTF output and preview it. The procedure
will be ...
accepted
bug
delphidabbler
- 2
- Opened 8 hours ago
- #157
Similarly to issue #141 it would be useful to have an option where source code is not included in the snippet
information when saved to file.
Once implemented for this issue or issue #141 it should be ...
considering
feature request
needs investigation
delphidabbler
- Opened 22 hours ago
- #156
An obvious option is to save the snippet information as Markdown.
We would need a Markdown highlighter which would be quite simple:
1. If highlighting was not required the output would be unhighlighted ...
considering
feature request
delphidabbler
- Opened 22 hours ago
- #155
The help file says that the Save Snippet dialogue box should use a .inc extension for Pascal include files, but .pas
extension is used instead.
Either fix the docs or the code!
bug
considering
documentation
delphidabbler
- Opened yesterday
- #154
The facility to save snippet information to file was added (in develop at merge commit 1b54e433).
A comment on issue #140 that proposed this feature noted:
For ease of implementation it may be best to ...
considering
feature request
delphidabbler
- 1
- Opened 2 days ago
- #153
Issue #56 proposed a GitHub pages docs site for CodeSnip 4. This was rejected as too much work.
If it reaches release CodeSnip Vault will require a major overhaul of the existing help system. It may be ...
considering
deferred-major-v
documentation
Vault
delphidabbler
- Opened 3 days ago
- #152
Issue #148 noted that snippet cross references were not included in export files, but investigation proved that they
were never meant to. The export file specification document was found to be incorrect ...
bug
completed
documentation
delphidabbler
- Opened 3 days ago
- #151
This is an important bug fix that should be rolled into Vault.
bug
completed
no changelog
Vault
delphidabbler
- 6
- Opened 4 days ago
- #150

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.