You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ _Internal CodeSnip version 4.0.1.212_
389
389
+ Fixed bug #3578652~~(http://bit.ly/RXIwBC)~~: "Pre-processor directive errors in main db ini files" by removing support for problematic directives.
390
390
+ 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.
391
391
+ 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.
393
393
+ Some refactoring and some redundant code removed.
394
394
+ Updated documentation.
395
395
+ Updated help topic that describes main display.
@@ -526,7 +526,7 @@ _Internal CodeSnip version 3.99.1_
526
526
- Added controls to "Display" tab to set main and user database heading colours.
527
527
- 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.
528
528
+ 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.
530
530
- Nested REML block level tags are no longer allowed.
531
531
- Changed handling of multiple spaces in REML code to be the same as in HTML.
532
532
- Formatting of REML code improved when re-displayed.
@@ -635,7 +635,7 @@ _Internal CodeSnip version 3.98.1_
635
635
+ Improved Delphi code syntax highlighter:
636
636
- Recognises Delphi 2010 keywords
637
637
- 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.
639
639
+ Compiler search paths can now be specified for included units permitting non-VCL units to be used by snippets.
640
640
+ Database:
641
641
- Non-empty categories can no longer be deleted.
@@ -714,7 +714,7 @@ _Internal CodeSnip version 3.98.1_
714
714
+ Fixed bug #3578654~~(http://bit.ly/T7fTxu)~~: "Pre-processor directive errors in main db ini files" by removing support for problematic directives.
715
715
+ 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".
716
716
+ 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.
0 commit comments