sieukrem / jn-npp-plugin

Plugin for Notepad++ allowing you to automate some tasks using JavaScript
https://github.com/sieukrem/jn-npp-plugin/wiki
110 stars 24 forks source link

uncnown exeption, view.lang > Editor.langs.length #109

Open trdm opened 3 years ago

trdm commented 3 years ago

Describe the bug A clear and concise description of what the bug is. name=TypeError message='undefined' - есть null или не является объектом number=-2146823281 description='undefined' - есть null или не является объектом Screenshot_1

Баг? Фича?

sieukrem commented 3 years ago

It is a bug. The array of languages is static. The list of supported languages gets longer from one version of Npp to another. So the current language can be out of range on newer Npp version.

We have to adapt the static list in jN to match with Npp's one.

I cannot promise to do it soon. It would be great if some one will prepare PR.