From 4d4354a3d99c0d7dc1411a5ee9ccf91629eccc72 Mon Sep 17 00:00:00 2001 From: Oleg Shilo Date: Fri, 2 Jan 2026 06:31:20 +1100 Subject: [PATCH 1/2] CS-Script.Npp v2.0.12.0 (#1019) --- src/pl.x64.json | 6 +++--- src/pl.x86.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 18c2e3f2c..f9a084650 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -276,11 +276,11 @@ { "folder-name": "CSScriptNpp", "display-name": "CS-Script - C# Intellisense", - "version": "2.0.11.0", + "version": "2.0.12.0", "npp-compatible-versions": "[8.3,]", "old-versions-compatibility": "[,1.7.26][,8.2.1]", - "id": "0b4894d5d0e3228388874ba32bef3ff6850acff15648c2883f899d320c11f377", - "repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.11.0/CSScriptNpp.2.0.11.0.x64.zip", + "id": "f6d415955da5a1578f515505074831a0d3befbb4ead685ed238c205921004eaa", + "repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.12.0/CSScriptNpp.2.0.12.0.x64.zip", "description": "CS-Script integration. Implements a real C# Intellisense solution based on CS-Script and Roslyn. Allows loading, executing modifying and debugging C# scripts in a way very similar to the Visual Studio C# projects support. This includes referencing assemblies and other scripts, code formatting, adding missing namespaces and intercepting Debug and Console output.", "author": "Oleg Shilo", "homepage": "https://github.com/oleg-shilo/cs-script.npp" diff --git a/src/pl.x86.json b/src/pl.x86.json index 96d2684a6..b3f4929d2 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -235,9 +235,9 @@ { "folder-name": "CSScriptNpp", "display-name": "CS-Script - C# Intellisense", - "version": "2.0.11.0", - "id": "5f2ad7e665d4aec9817c0666dd60f174e0ef9a587a67a91f5c9b8399a871d171", - "repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.11.0/CSScriptNpp.2.0.11.0.x86.zip", + "version": "2.0.12.0", + "id": "b016c98312d54d7383477ca1948162aca8d2036ea25ff7efba39ce9fbef28177", + "repository": "https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.12.0/CSScriptNpp.2.0.12.0.x86.zip", "description": "CS-Script integration. Implements a real C# Intellisense solution based on CS-Script and Roslyn. Allows loading, executing modifying and debugging C# scripts in a way very similar to the Visual Studio C# projects support. This includes referencing assemblies and other scripts, code formatting, adding missing namespaces and intercepting Debug and Console output.", "author": "Oleg Shilo", "homepage": "https://github.com/oleg-shilo/cs-script.npp" From bc8322f693218cbab89a60a1ec2b88a0b31d3565 Mon Sep 17 00:00:00 2001 From: hassaine-abdellah Date: Thu, 1 Jan 2026 20:41:13 +0100 Subject: [PATCH 2/2] Added 'Language Selector' plugin (#1016) * Added 'Language Selector' plugin --- src/pl.arm64.json | 10 ++++++++++ src/pl.x64.json | 10 ++++++++++ src/pl.x86.json | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index f312558a8..99e4d5e5b 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -107,6 +107,16 @@ "description": "Javascript plugin.\r\n * Douglas Crockford's JSMin algorithm to minimize javascript code.\r\n * My own algorithm to format javascript code.\r\n * A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.\r\n * Support 64bit Notepad++ (from version 1.20.0).\r\nReally helpful to javascript coder on Notepad++ and really easy to use it.\r\nMade in China.", "author": "Sun Junwen", "homepage": "https://github.com/sunjw/jstoolnpp" + }, + { + "folder-name": "Language_Selector", + "display-name": "Language Selector", + "version": "1.0.0.0", + "id": "2f6e939658a18e6bb4925ea2d70c1eccadcd8ff6661b5917121f61f753ebf6b3", + "repository": "https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.0/Language_Selector_v1.0_ARM64.zip", + "description": "Set the programming language and see the syntax highlighting on new files without the need to save them, or to go each time to the menu to choose the language.\r\nYou can also pin your favorite languages on top of the list so you can easily access them.", + "author": "Abdellah Hassaine", + "homepage": "https://github.com/hassaine-abdellah" }, { "folder-name": "LanguageHelp", diff --git a/src/pl.x64.json b/src/pl.x64.json index f9a084650..346b644d3 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -655,6 +655,16 @@ "description": "Javascript plugin.\r\n * Douglas Crockford's JSMin algorithm to minimize javascript code.\r\n * My own algorithm to format javascript code.\r\n * A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.\r\n * Support 64bit Notepad++ (from version 1.20.0).\r\nReally helpful to javascript coder on Notepad++ and really easy to use it.\r\nMade in China.", "author": "Sun Junwen", "homepage": "https://github.com/sunjw/jstoolnpp" + }, + { + "folder-name": "Language_Selector", + "display-name": "Language Selector", + "version": "1.0.0.0", + "id": "74176b4772df00b6cd11cf98e5b641a8ca621bccb62ab5fa4a80281b36998167", + "repository": "https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.0/Language_Selector_v1.0_x64.zip", + "description": "Set the programming language and see the syntax highlighting on new files without the need to save them, or to go each time to the menu to choose the language.\r\nYou can also pin your favorite languages on top of the list so you can easily access them.", + "author": "Abdellah Hassaine", + "homepage": "https://github.com/hassaine-abdellah" }, { "folder-name": "LanguageHelp", diff --git a/src/pl.x86.json b/src/pl.x86.json index b3f4929d2..3a4b6b9cd 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -683,6 +683,16 @@ "author": "Sun Junwen", "homepage": "https://github.com/sunjw/jstoolnpp" }, + { + "folder-name": "Language_Selector", + "display-name": "Language Selector", + "version": "1.0.0.0", + "id": "cdb445b2f3de150d17ff7219a7dfd6b1d5eb53e8c2baf14d026548e2e9cf1fdf", + "repository": "https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.0/Language_Selector_v1.0_x86.zip", + "description": "Set the programming language and see the syntax highlighting on new files without the need to save them, or to go each time to the menu to choose the language.\r\nYou can also pin your favorite languages on top of the list so you can easily access them.", + "author": "Abdellah Hassaine", + "homepage": "https://github.com/hassaine-abdellah" + }, { "folder-name": "LanguageHelp", "display-name": "LanguageHelp",