Skip to content

Releases: oleg-shilo/cs-script.npp

Release v1.7.19

16 Sep 11:56
Compare
Choose a tag to compare

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

08 Sep 23:56
Compare
Choose a tag to compare
  • 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

19 Aug 12:16
Compare
Choose a tag to compare
  • 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.

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)