Skip to content

Releases: oleg-shilo/cs-script.npp

Release v2.0.13.0

22 Apr 07:44

Choose a tag to compare

  • #83: added version-specific check if cs-script.integration-info.md was already shown to the user.

Release v2.0.12.0

01 Jan 01:20

Choose a tag to compare

  • #83: cs-script.integration-info.md pops up every reboot

Rease v2.0.11.0

16 Nov 02:00

Choose a tag to compare

  • Added killing stopping dependency processes when updating/installing dependencies.
  • Added disabling CSS integration check at startup via Config.Instance.CheckUpdatesOnStartup setting. (triggered by #83)

Release v2.0.10.0

28 Oct 02:12

Choose a tag to compare

  • #83: cs-script.integration-info.md pops up every reboot
    Checking of the CSS integration at startup is now a condition of if Config.Instance.CheckUpdatesOnStartup

Release v2.0.9.0

22 Feb 11:19

Choose a tag to compare

  • #81: Characters are not displaying correctly

Release v2.0.8.0

06 Feb 11:55

Choose a tag to compare

  • Added auto-repair of broken CS-Script integration on startup

Release v2.0.7.0

17 Jan 10:34

Choose a tag to compare

  • Fixed problem with AboutBox popup error when the configured external CS-Script deployment is not found

Release v2.0.6.0

29 Dec 11:03

Choose a tag to compare

  • Integration with the external .NET Tools CS-Script and Syntaxer is now the only integration option.
    This change is to ensure the plugin is always integrated with the latest internally compatible CS-Script tools.
  • You can always integrate the plugin with the latest CS-Script tools by running the Detect and Integrate command from plugin's Config Dialog.
  • If you do not have CS-Script tools installed you can single-click deploy them form the 'Update' tab of the Confog dialog.
  • The .NET Tools manager is made the default deployment option for CS-Script and Syntaxer
  • Embedded CS-Script engine is no longer distributed with the plugin.

Release v2.0.5.0

26 May 00:38

Choose a tag to compare

  • Embedded CS-Script engine is updated to v4.8.16.0
  • Configuration Dialog: Added support for installing external CS-Script engine from WinGet and NuGet.
  • Updated plugin hosting solution to address the Scintilla .NET Interface issue (#74).

Release v2.0.4.0

10 Feb 04:12

Choose a tag to compare

  • Fixed #74: Intellisense not working as expected.
    Added workaround for the ricent Scintilla changes around SciMsg.SCN_CHARADDED notifications.
  • The default of AutoSelectFirstSuggestion is changed to true. To make it consistent with VS. It can always be changed in the config file.