Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Notepad++ 7.7 Release Candidate

    Announcements
    7
    13
    2633
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • donho
      donho last edited by

      Please check the following link for testing Notepad++ 7.7 RC:
      https://notepad-plus-plus.org/repository/7.x/RC.20190512/

      Here’s v7.7 change log:

      1. Continue Microsoft binary code signing thanks to the offer from DigiCert (again).
      2. Upgrade Scintilla from v3.56 to v4.14.
      3. Fix cursor flickering problem after double clicking on URL.
      4. Language enhancement: Force Python files to use spaces instead of tabs.
      5. Add “Count in selection” option in Find dialog.
      6. Add Ctrl + R shortcut for “Reload from disk” command.
      7. Fix ‘’ display problem in CSS while using themes (Remove Batang font for CSS tags).
      8. Fix crash while right clicking on DocSwitcher’s column bar.

      If there’s no regression and critical bug found, it’ll be in the official release in about 4 days.

      Thank you & enjoy.

      andrecool-68 3 Replies Last reply Reply Quote 8
      • andrecool-68
        andrecool-68 @donho last edited by

        @donho Thanks for your work!

        1 Reply Last reply Reply Quote 0
        • andrecool-68
          andrecool-68 @donho last edited by

          @donho
          If it’s not hard for you … add these already verified fixes.
          https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5592
          https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5523
          https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5597/commits/3a2212383b8f5ab6b4c884cdebb1e909abf9c565

          1 Reply Last reply Reply Quote 0
          • andrecool-68
            andrecool-68 @donho last edited by

            @donho I apologize for perseverance)))

            1 Reply Last reply Reply Quote 0
            • Alan Kilborn
              Alan Kilborn last edited by

              @donho said:

              1. Language enhancement: Force Python files to use spaces instead of tabs.

              This one should really be “4. Python files default to using spaces instead of tabs (for new installations)”.

              1 Reply Last reply Reply Quote 2
              • Ekopalypse
                Ekopalypse last edited by

                @donho

                The pythonscript plugin test suite throws many errors in version 7.7.
                I’m currently not able to dig deeper as I do have a work training tomorrow and on Tuesday. I will be back on Wednesday. At first glance it looks like most of the callback tests fail and in addition, I got a strange system low memory error while running the tests.

                Note, the same tests passes, with the exception of the two known crashes, on version 7.6.6. I ran it multiple times.

                So, if no one else is jumping in or you are saying not npps business, I could try to find out, on Wednesday, what might have caused this, but I’m not sure if I can finish it within the announced 4 days.

                1 Reply Last reply Reply Quote 4
                • bahusoid
                  bahusoid last edited by

                  @Ekopalypse said:

                  The pythonscript plugin test suite throws many errors in version 7.7.

                  Most likely this issue due to Scintilla upgrade and some breaking changes in Scintilla API.

                  1 Reply Last reply Reply Quote 5
                  • SinghRajenM
                    SinghRajenM last edited by

                    @donho
                    It is worth to look into the issue https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5595 (this is caused by allowing undo after reload…) in v7.7.

                    donho 1 Reply Last reply Reply Quote 6
                    • donho
                      donho @SinghRajenM last edited by

                      @SinghRajenM
                      I didn’t see this issue, thank you for heads up.
                      It’s fixed in the master, and will be in the next version:
                      https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f07ae664b43d2f37e63ca49b254e7b3fa21d9498

                      1 Reply Last reply Reply Quote 4
                      • donho
                        donho last edited by

                        @Ekopalypse
                        I second what @bahusoid has said.
                        Unfortunately v7.7 will only go with the nppPluginList v.1.0.9 except if it’s the issue for the most of plugins.

                        Meta Chuh 1 Reply Last reply Reply Quote 2
                        • Meta Chuh
                          Meta Chuh @donho last edited by Meta Chuh

                          @donho

                          while you’re reviewing commits, prior to a 7.7 release, please look at these:

                          critical for default users:
                          if a manually installed plugin is removed with plugins admin, the whole plugins folder gets deleted.

                          possible fix:
                          pull request: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5593
                          author: @SinghRajenM

                          more info (issue tracker):
                          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5576


                          non critical but raising issues:
                          monitoring a file produces a reload dialog.

                          possible fix:
                          pull request: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5591
                          author: @SinghRajenM

                          more info (issue tracker):
                          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5586


                          one thing that might be critical for corporate users:
                          virustotal warning, again with a jiangmin false positive for nsis installers using SetCompressor /SOLID lzma.
                          (like npp.7.7.Installer.exe and npp.7.7.Installer.x64.exe)

                          verified fix:
                          use “SetCompressor /FINAL lzma” in nppSetup.nsi for the 7.7 release (instead of SetCompressor /SOLID lzma)

                          virustotal reports:

                          npp.7.7.Installer.exe: https://www.virustotal.com/#/file/f48d1e338cfd1a038ed0009c8c8dfe4e74522be14b2feb60dbabcb65cf6c20ad/detection

                          npp.7.7.Installer.x64.exe: https://www.virustotal.com/#/file/905eec65adf63c1a03e5968f4a7d6bbe5f97762fe953020627a36c7c51c78d1d/detection

                          1 Reply Last reply Reply Quote 1
                          • donho
                            donho last edited by

                            @Alan-Kilborn said:

                            1. Python files default to using spaces instead of tabs (for new installations)

                            Good point.

                            1 Reply Last reply Reply Quote 1
                            • donho
                              donho last edited by donho

                              @Meta-Chuh said:

                              critical for default users:
                              if a manually installed plugin is removed with plugins admin, the whole plugins folder gets deleted.

                              It’s a bug, but not a critical one. Since we upgrade Scintilla from a very old version to a new one, I prefer to have minimum modification to deal with potential regression.

                              one thing that might be critical for corporate users:
                              virustotal warning, again with a jiangmin false positive for nsis installers using SetCompressor /SOLID lzma.
                              (like npp.7.7.Installer.exe and npp.7.7.Installer.x64.exe)

                              I’ve answered you by email but it seems the gmail treat my email address as spam.
                              Here is my answer in the email:
                              It’s not us who should “work around” this issue. This work around could work once or several times, but one day when it doesn’t work anymore, we have to find another work around, and then over and over again…
                              The best way is make these so-called “antivirus” fix it. With the amount of Notepad++ user base, I don’t worry about it.

                              1 Reply Last reply Reply Quote 2
                              • First post
                                Last post
                              Copyright © 2014 NodeBB Forums | Contributors