JSToolNpp 1.16 Released

What’s New in JSToolNpp 1.16:

  • Performance improvement.
  • Move download back to SourceForge.net.

Download links:
SourceForget.net Download
Google Code Download

Comments

《 “JSToolNpp 1.16 Released” 》 有 6 条评论

  1. rickdog 的头像
    rickdog

    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

    1. sunjw 的头像
      sunjw

      Thanks for reporting this.
      Fix it soon.

      1. ogaiow-mago@yahoo.it 的头像
        ogaiow-mago@yahoo.it

        could you keep (after JSFormat) > < etc..
        In some “JS cases” they replace > < .
        If, for example, JSFormat insert a space ( & gt; ) this is not correct.

        1. sunjw 的头像
          sunjw

          Would you please give me some example or code snippet for this problem?

  2. rafael 的头像
    rafael

    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.

    1. sunjw 的头像
      sunjw

      Seems OK in my test.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理