Eugen Kremer
Eugen Kremer
@sterling can you check the linked PR if it solves this issue?
@pkarman I have updated listed below dependencies ``` "istanbul-lib-coverage": "3.2.0", "istanbul-lib-instrument": "5.1.0", "istanbul-lib-source-maps": "4.0.1", "istanbul-reports": "3.0.5", ```
Can you please provide a screenshot, so that I understand the problem!
How did you change the colors so that you have dark mode? Which operating system do you use?
I assume it is a compatibility issue related to Internet Explorer present on your PC, which is used for dialogs. I will take a look in it, but cannot promise...
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...
@Aphexus I can not follow the request! What I understand is, you want to execute code at the start of npp, to insert new additional menu items. This is the...
1. As I understand you want to localize the menu text. But I did not get the point how text_en which steps are necessary to make the localization. Maybe an...
Here is the [reference](https://github.com/sieukrem/jn-npp-plugin/blob/f28374e85d37c9b60fac35808e2b79f4daccba86/deploy/jN/includes/CSSLint.js#L78) how to jump to a location in file
The dockable window hosts an html document. The document object is accessible as in jN javascript environment as in the document's javascript environment. Use this fact to inject communication functions....