Releases: oleg-shilo/cs-script.npp
Releases · oleg-shilo/cs-script.npp
Release v1.7.26.0
v1.7.25-26
- Fixed problem (inflicted by Scintilla update) with suggestion list not being updated on character removing
- Added integration with .NET 5 edition of CS-Script.
The script engine needs to be enabled from the settings dialog (see "Enable .NET 5/Core integration") - The process's TLS protocol is set to v1.2 to address "Check for updates" failures
To install/update this paste https://github.com/oleg-shilo/cs-script.npp/releases/download/v1.7.26/CSScriptNpp.1.7.26.0.x64.zip
in the update source location field.
And then press "Update" button:
Release v1.7.25.1
v1.7.25
- Added integration with .NET 5 edition of CS-Script.
The script engine needs to be enabled from settings dialog (see "Enable .NET 5/Core integration")
v1.7.25.1
- The process's TLS protocol is set to v1.2 to address "Check for updates" failures
To install/update this paste https://github.com/oleg-shilo/cs-script.npp/releases/download/1.7.25.1/CSScriptNpp.1.7.25.1.x64.zip
in the update source location field.
And then press "Update" button:
Release v1.7.25.0
- Added integration with .NET 5 edition of CS-Script.
The script engine needs to be enabled from the settings dialog (see "Enable .NET 5/Core integration")
To install/update this paste https://github.com/oleg-shilo/cs-script.npp/releases/download/v1.7.25/CSScriptNpp.1.7.25.0.x64.zip
in the update source location field.
And then press "Update" button:
Release v1.7.24
- Updated deployment algorithm to handle another set of breaking changes in Notepad++ v7.6 hosting model (PluginAdmin compatible).
- Fixed script startup problem with '|' character in the
DefaultRefAssemblies
value.
Release v1.7.22
Release v1.7.21-22
- Updated deployment algorithm to handle breaking changes in Notepad++ v7.5.9 hosting model (PluginAdmin compatible).
- Updater.exe is extended to support deployment by double-clicking it from the uncompressed distro folder.
Release v1.7.21
- Updated deployment algorithm to handle breaking changes in Notepad++ v7.5.9 hosting model (PluginAdmin compatible).
Release v1.7.20.0
- Updated deployment algorithm to handle breaking changes in Notepad++ v7.5.9 hosting model.
Release v1.7.19
Release v1.7.19
- Added support for custom script (F5) launcher. The launcher path is to be set from the settings dialog.
Release v1.7.18
- Fixed problem with settings file truncating long values
- Removed context menu from the 'References' node in the project tree.
- Added aborting requested formatting operation if it is already in progress
- Updated CS-Script engine (v3.28.8.0)
- Implemented seamless debugging of all auto-classes. There is no longer need to open decorated auto-classes code during debugging.
- added support for freestyle auto-classes:
//css_ac freestyle using System; using System.Diagnostics; Console.WriteLine("Hello World!"); Debug.WriteLine("Hello World!");
Release v1.7.17.0
- Updated CS-Script engine (v3.28.6.0)
- added auto loading of the
app.config
if found - switch
-sconfig
can now be passed from the code with//css_args
. - parsing
//css_args
is updated to match OS process arguments handling.
- added auto loading of the