What’s New in JSToolNpp 1.16:
- Performance improvement.
- Move download back to SourceForge.net.
Download links:
SourceForget.net Download
Google Code Download
Sun Junwen 的博客
What’s New in JSToolNpp 1.16:
Download links:
SourceForget.net Download
Google Code Download
JSFormat mangles regular expression
What steps will reproduce the problem?
1. JSFormat the following:
var n = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//;
What is the expected output? What do you see instead?
expected:
var n = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//;
seen:
var n = /\/\*[^*]*\*+([^/ * ][^ * ] * \ * + ) * \ //;
What version of the product are you using? On what operating system?
1.16.0.0 unicode
Thanks for reporting this.
Fix it soon.
could you keep (after JSFormat) > < etc..
In some “JS cases” they replace > < .
If, for example, JSFormat insert a space ( & gt; ) this is not correct.
Would you please give me some example or code snippet for this problem?
Hi, I found a bug in JSformat. I have a loop:
do {
} while ()
When the “while ()” part is missing and I try to use JSFormat, whole notepad++ crashes.
Seems OK in my test.