Skip to content

Commit e9fb804

Browse files
committed
Fixes and tweaks to prior releases in change log.
1 parent 028a3e8 commit e9fb804

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ _Internal CodeSnip version 4.0.1.212_
389389
+ Fixed bug #3578652 ~~(http://bit.ly/RXIwBC)~~: "Pre-processor directive errors in main db ini files" by removing support for problematic directives.
390390
+ Rolling mouse over links in detail pane no longer displays a hint in the status bar. This change fixes bug #3577407 ~~(http://bit.ly/VeSVGg)~~: Clicking detail pane snippet link leaves hint in status bar.
391391
+ Windows no longer scale automatically when screen DPI differs from that on design system. This fixes bugs #3591818 ~~(http://bit.ly/TvNaUL)~~ "Strange window behaviour in Windows 7" and bug #3591820 ~~(http://bit.ly/SEH6dO)~~ "Incorrect font size used for some bold text".
392-
+ Update operating system detection code to detect W0ndows 8 & 2012 server.
392+
+ Update operating system detection code to detect Windows 8 & 2012 server.
393393
+ Some refactoring and some redundant code removed.
394394
+ Updated documentation.
395395
+ Updated help topic that describes main display.
@@ -526,7 +526,7 @@ _Internal CodeSnip version 3.99.1_
526526
- Added controls to "Display" tab to set main and user database heading colours.
527527
- Changes that affect appearance of content of details pane are now reflected in the display as soon as the Preferences dialogue box closes, rather than on program restart.
528528
+ Changes to REML mark-up handling:
529-
- Any REML text not embedded in block level tags is now automatically wrapped in <p> tags.
529+
- Any REML text not embedded in block level tags is now automatically wrapped in `<p>`...`</p>` tags.
530530
- Nested REML block level tags are no longer allowed.
531531
- Changed handling of multiple spaces in REML code to be the same as in HTML.
532532
- Formatting of REML code improved when re-displayed.
@@ -635,7 +635,7 @@ _Internal CodeSnip version 3.98.1_
635635
+ Improved Delphi code syntax highlighter:
636636
- Recognises Delphi 2010 keywords
637637
- Correctly handles context sensitive directives within "property", "exports" and "external" statements.
638-
- Recognises '&' prefix that causes keywords to be treated as identifiers.
638+
- Recognises `&` prefix that causes keywords to be treated as identifiers.
639639
+ Compiler search paths can now be specified for included units permitting non-VCL units to be used by snippets.
640640
+ Database:
641641
- Non-empty categories can no longer be deleted.
@@ -714,7 +714,7 @@ _Internal CodeSnip version 3.98.1_
714714
+ Fixed bug #3578654 ~~(http://bit.ly/T7fTxu)~~: "Pre-processor directive errors in main db ini files" by removing support for problematic directives.
715715
+ Hints are no longer displayed in status bar when user rolls mouse over a link in the display pane. This fixes bug #3577408 ~~(http://bit.ly/WEzZGg)~~: "Clicking detail pane snippet link leaves hint in status bar".
716716
+ Windows no longer scale automatically when screen DPI differs from that on design system. This fixes bugs #3591818 ~~(http://bit.ly/TvNaUL)~~ "Strange window behaviour in Windows 7" and bug #3591820 ~~(http://bit.ly/SEH6dO)~~ "Incorrect font size used for some bold text".
717-
+ Updated operating system detection code to detect W0ndows 8 & 2012 server.
717+
+ Updated operating system detection code to detect Windows 8 & 2012 server.
718718
+ Updated documentation
719719

720720

0 commit comments

Comments
 (0)