Releases: oleg-shilo/cs-script.npp
Releases · oleg-shilo/cs-script.npp
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)
Release v1.7.10.0
- Target runtime is updated to .NET v4.6.1
- Issue #18: corrupted the code while saving
Release v1.7.9.0
If you want to install the plugin manually you must read Manual Installation instructions.
- Updated CS-Script engine to v3.28.2
- Issue #16: Impossible to hide CS-Script's main panel
- Added option to (config value
UseTogglingPanelVisibility
) to allow toggling mode for
"Show Project Panel" button. Toggling is the default mode. - Added killing Npp specific instances of VBCSCompiler.exe on editor shutdown.
- Fixed problem with breakpoints correct location being lost upon document formatting.
- Fixed packaging problem with css_dbg.pdb not being included in the distro.
Release v1.7.8.4 - beta
Release v1.7.8.4 - beta
- Fixed problem with breakpoints correct location being lost upon document formatting.
- Fixed packaging problem with css_dbg.pdb not being included in the distro.
- Fixed packaging problem with css_dbg.exe wrong build being included in the v1.7.8.0 distro.