Skip to content

Releases: oleg-shilo/cs-script.npp

Release v1.7.16.0

09 Aug 12:03
Compare
Choose a tag to compare
  • 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

25 Jul 12:41
Compare
Choose a tag to compare

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

23 Jul 11:18
Compare
Choose a tag to compare
  • 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

15 Jul 13:08
Compare
Choose a tag to compare
  • Added script auto-loading on Run.
    Added option ReloadActiveScriptOnRun = 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 option AutoSelectFirstSuggestion = false
  • Issue #22: Please add support for class Auto-completion
    Added option AutoSuggestOnOpenEndLine = false

Release v1.7.13.0

05 Jul 12:20
Compare
Choose a tag to compare

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

03 Jul 11:23
Compare
Choose a tag to compare
  • 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

11 Jun 11:03
Compare
Choose a tag to compare
  • 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

10 May 09:17
Compare
Choose a tag to compare
  • Target runtime is updated to .NET v4.6.1
  • Issue #18: corrupted the code while saving

Release v1.7.9.0

19 Mar 01:34
Compare
Choose a tag to compare

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

13 Mar 12:45
Compare
Choose a tag to compare
Pre-release

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.