Skip to content

Commit bc8322f

Browse files
Added 'Language Selector' plugin (notepad-plus-plus#1016)
* Added 'Language Selector' plugin
1 parent 4d4354a commit bc8322f

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/pl.arm64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@
107107
"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.",
108108
"author": "Sun Junwen",
109109
"homepage": "https://github.com/sunjw/jstoolnpp"
110+
},
111+
{
112+
"folder-name": "Language_Selector",
113+
"display-name": "Language Selector",
114+
"version": "1.0.0.0",
115+
"id": "2f6e939658a18e6bb4925ea2d70c1eccadcd8ff6661b5917121f61f753ebf6b3",
116+
"repository": "https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.0/Language_Selector_v1.0_ARM64.zip",
117+
"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.",
118+
"author": "Abdellah Hassaine",
119+
"homepage": "https://github.com/hassaine-abdellah"
110120
},
111121
{
112122
"folder-name": "LanguageHelp",

src/pl.x64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,16 @@
655655
"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.",
656656
"author": "Sun Junwen",
657657
"homepage": "https://github.com/sunjw/jstoolnpp"
658+
},
659+
{
660+
"folder-name": "Language_Selector",
661+
"display-name": "Language Selector",
662+
"version": "1.0.0.0",
663+
"id": "74176b4772df00b6cd11cf98e5b641a8ca621bccb62ab5fa4a80281b36998167",
664+
"repository": "https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.0/Language_Selector_v1.0_x64.zip",
665+
"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.",
666+
"author": "Abdellah Hassaine",
667+
"homepage": "https://github.com/hassaine-abdellah"
658668
},
659669
{
660670
"folder-name": "LanguageHelp",

src/pl.x86.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,16 @@
683683
"author": "Sun Junwen",
684684
"homepage": "https://github.com/sunjw/jstoolnpp"
685685
},
686+
{
687+
"folder-name": "Language_Selector",
688+
"display-name": "Language Selector",
689+
"version": "1.0.0.0",
690+
"id": "cdb445b2f3de150d17ff7219a7dfd6b1d5eb53e8c2baf14d026548e2e9cf1fdf",
691+
"repository": "https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.0/Language_Selector_v1.0_x86.zip",
692+
"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.",
693+
"author": "Abdellah Hassaine",
694+
"homepage": "https://github.com/hassaine-abdellah"
695+
},
686696
{
687697
"folder-name": "LanguageHelp",
688698
"display-name": "LanguageHelp",

0 commit comments

Comments
 (0)