File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1- 1.7.15.0
2- https://github.com/oleg-shilo/cs-script.npp/releases/download/v1.7.15.0
3- Release v1.7.15.0
4- - Disabled FormatOnSave (by default). Done to address occasional potential race condition between N++ and plugin message queue.
5- - Debug: fixed problem with re-evaluating watch values on dbg step advance.
6- - Fixed native CallTip background color disturbed by new N++ version 7.5.7
1+ 1.7.18.0
2+ https://github.com/oleg-shilo/cs-script.npp/releases/download/v1.7.18.0
3+ Release v1.7.18
4+ - Fixed problem with settings file truncating long values
5+ - Removed context menu from the 'References' node in the project tree.
6+ - Added aborting requested formatting operation if it is already in progress
7+ - Updated CS-Script engine (v3.28.8.0)
8+ - Implemented seamless debugging of all auto-classes. There is no longer need to open decorated auto-classes code during debugging.
9+ - added support for freestyle auto-classes:
10+
11+ //css_ac freestyle
12+ using System;
13+ using System.Diagnostics;
14+
15+ Console.WriteLine("Hello World!");
16+ Debug.WriteLine("Hello World!");
You can’t perform that action at this time.
0 commit comments