Releases: oleg-shilo/cs-script.npp
Releases · oleg-shilo/cs-script.npp
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
Release v1.7.16.0
- Implemented V-centring caret at CodeMap navigation
- Forced showing the whole suggestion list at startup of explicitly triggered auto-completion.
- Added aborting requested formatting operation if it is already in progress
Release v1.7.15.1
v1.7.15.1
- Changed updater.exe to restore plugin directory on update failure
v1.7.15.0 - Disabled FormatOnSave (by default)
- Debugger: fixed problem with re-evaluating watch values on dbg step advance
- Fixed native
CallTip
background color being disrupted by new N++ version 7.5.7
Release v1.7.15.0
- Disabled FormatOnSave (by default). Done to address occasional potential race condition between N++ and plugin message queue.
- Debug: fixed problem with re-evaluating watch values on dbg step advance
- Fixed native CallTip background color disturbed by new N++ version 7.5.7
Release v1.7.14.0
- Added script auto-loading on Run.
Added optionReloadActiveScriptOnRun = true
. This realigns loading strategy among all CS-Script plugins:- Notepad++
- Sublime Text 3
- Visual Studio Code
- Issue #23: Automatically select "First" occurrence of suggestion(s)
Added optionAutoSelectFirstSuggestion = false
- Issue #22: Please add support for class Auto-completion
Added optionAutoSuggestOnOpenEndLine = false
Release v1.7.13.0
This release is just repackaged v1.7.12.0. repackaging was required due to the Notepad++ v7.5.7 suddenly changing the hosting model, which is no longer allowing plugin entry dll to have the name that is even slightly different to the plugin name.
- Issue #18: corrupted the code while saving
- Resurrected option to update via msi. Triggered by NPP decision to remove plugin manager.
- Syntaxer: optimized XML documentation generation on auto-completion request
Release v1.7.12.0
- Issue #18: corrupted the code while saving
- Resurrected option to update via msi. Triggered by NPP decision to remove plugin manager.
- Syntaxer: optimized XML documentation generation on auto-completion request
Release v1.7.11.0
- Added handling/processing unsaved changes in the source files without creating a
<file>.$temp$.cs
file in the script directory. - Added option to prepare script for deployment as dll (project panel toolbar)