Skip to content

Commit 24591a4

Browse files
committed
- Updated updater version to reflect Release v1.7.18
1 parent 31d5970 commit 24591a4

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

bin/latest_version.txt

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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!");

0 commit comments

Comments
 (0)