Community
    • Login

    Notepad++ 8.8.9 release candidate

    Scheduled Pinned Locked Moved Announcements
    9 Posts 4 Posters 213 Views
    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.
    • donhoD
      donho
      last edited by

      Notepad++ 8.8.9 RC is available here:
      https://download.notepad-plus-plus.org/repository/8.x/8.8.9.RC/

      Notepad++ v8.8.9 new security enhancement, new features, regression fixes & bug-fixes:

      1. Security Enhancement: verify certificate & signature on update installer. (Implement Notepad++ commit, WinGUp commit)
      2. Fix corrupted file loading on Windows system using the full UTF-8 code page. (Fix #17234)
      3. Fix crashing when hashing SHA-256 for large files. (Fix #17243)
      4. Fix “Select & Find Next” command not working regression. (Fix #17200)
      5. MSI improvement: Suppress REBOOT & add NOUPDATER option. (Fix #ref1, #ref2)
      6. Fix Perl Function List causes Notepad++ to freeze on tab switch regression. (Fix #17152)
      7. Fix context menu truncated regression on localization change. (Fix #17249)
      8. Add ability to update users’ langs.xml & stylers.xml from model XML files. (Fix #17128)
      9. Update to Scintilla 5.5.8 & Lexilla 5.4.6. (Update #17191)
      10. Add feature to sort lines in a document by length. (Fix #15615, #17186)
      11. Undo & redo enhancement: restore vertical scroll position after undo & redo. (Fix #17194)
      12. Fix mouse wheel horizontal scrolling amount not respecting Windows setting. (Fix #9480)
      13. Fix document map regression with keyboard input. (Fix #17224)
      14. Fix wrong system font scaling on Windows 7. (Fix #17066)
      15. Update to nlohman json 3.11.3. (Update #15041)

      Thank you in advance for your test. The official v8.8.9 release will be available on 9th Dec. (Paris time) if no regressions are found.

      Snabel42S 1 Reply Last reply Reply Quote 1
      • Murray Sobol 1M
        Murray Sobol 1
        last edited by

        I just installed Notepad++ 8.8.9 RC (Windows 11 Professional 64-bit) 25H2 )OS Build 26200.7309)
        The program appears to have installed correctly, at this location: C:\Program Files\Notepad++
        When I try to launch it it does not open.
        I opened Task Manager, found the Notepad++ process, when I try to check for details it just closed.
        If you need any further details let me know.

        Murray

        rddimR donhoD 2 Replies Last reply Reply Quote 1
        • PeterJonesP PeterJones forked this topic
        • rddimR
          rddim @Murray Sobol 1
          last edited by

          @Murray-Sobol-1

          I have the same problem, but with the portable version. In my case, I use the cloud option for local storage of shortcuts.xml. The problem for me is that langs.xml is not automatically updated from langs.model.xml, unlike stylers.xml, which is updated from stylers.model.xml. In the new versions of both files, the second line is now <NotepadPlus modelDate="20251203"> instead of <NotepadPlus>. I updated langs.xml with the new langs.model.xml and Notepad++ started successfully. I also tried adding only the new line to the old langs.xml and Notepad++ started again.

          PeterJonesP donhoD 2 Replies Last reply Reply Quote 0
          • PeterJonesP
            PeterJones @rddim
            last edited by PeterJones

            @rddim said in Notepad++ 8.8.9 release candidate:

            @Murray-Sobol-1

            I have the same problem, but with the portable version. In my case, I use the cloud option for local storage of shortcuts.xml. The problem for me is that langs.xml is not automatically updated from langs.model.xml, unlike stylers.xml, which is updated from stylers.model.xml.

            I cannot reproduce.

            I started with fresh unzips of portable 8.8.8 and 8.8.9. I copied the stylers.xml and langs.xml from 8.8.8 into the 8.8.9 directory (to guarantee they don’t have the modelDate attribute yet – I confirmed that the ones in the 8.8.8 directory did not). I ran the Notepad++ from the 8.8.9 directory, and when it loaded, it updated by stylers.xml and langs.xml – I saw the timestamp change. Then I exited, and repeated that process a few times, and it was 100% reliable.

            I then created a directory to store my cloud889 settings, and used the 8.8.9 preferences dialog to set the Cloud directory. When I exited, it had created the stylers.xml and langs.xml with the modelDate attribute. While 8.8.9 was still closed, I copied the 8.8.8 stylers.xml and langs.xml (without the attributes) into the cloud889 directory, and re-ran 8.8.9. It immediately changed the timestamp on the two files in the cloud889 directory, and when I look at them, they have the attributes now.

            In the new versions of both files, the second line is now <NotepadPlus modelDate="20251203"> instead of <NotepadPlus>. I updated langs.xml with the new langs.model.xml and Notepad++ started successfully. I also tried adding only the new line to the old langs.xml and Notepad++ started again.

            For me, I cannot make Notepad++ not start successfully, whether the active settings directory (whether it’s portable or cloud directory or AppData) has an 8.8.8-style file, whether it has no file, or whether it’s got one that’s already been updated.


            update: after posting this, I also tried the same experiment with the %AppData% versions of langs.xml and stylers.xml: if I deleted those AppData files, then when I launch, installed Notepad++ 8.8.9-RC runs just fine, and when I exit, there are up-to-date versions of the two files in AppData. If I delete those, and copy the two files from portable 8.8.8 (so they don’t have the attributes), when I run the installed Notepad++ v8.8.9-RC, it immediately updates those two files so that they do have the attributes. And if I exit and run again, Notepad++ runs just fine (and doesn’t update the files a second time – the file timestamps don’t change).

            1 Reply Last reply Reply Quote 0
            • donhoD
              donho @Murray Sobol 1
              last edited by donho

              @Murray-Sobol-1

              When I try to launch it it does not open.

              I cannot reproduce the issue you have by using
              https://download.notepad-plus-plus.org/repository/8.x/8.8.9.RC/npp.8.8.9.Installer.x64.exe

              I opened Task Manager, found the Notepad++ process, when I try to check for details it just closed.

              After “killing” the process, can you relaunch Notepad++ now?

              1 Reply Last reply Reply Quote 0
              • donhoD
                donho @rddim
                last edited by

                @rddim said in Notepad++ 8.8.9 release candidate:

                I have the same problem, but with the portable version. In my case, I use the cloud option for local storage of shortcuts.xml. The problem for me is that langs.xml is not automatically updated from langs.model.xml, unlike stylers.xml, which is updated from stylers.model.xml. In the new versions of both files, the second line is now <NotepadPlus modelDate=“20251203”> instead of <NotepadPlus>. I updated langs.xml with the new langs.model.xml and Notepad++ started successfully. I also tried adding only the new line to the old langs.xml and Notepad++ started again.

                I cannot reproduce the issue even made the cloud settings on a USB key and install with or without USB key - in both case Notepad++ is launched and both styles.xml & langs.xml are modified by adding modelDate.

                Could you reproduce it and provide us the step-by-step instructions please?

                Murray Sobol 1M 1 Reply Last reply Reply Quote 0
                • Murray Sobol 1M
                  Murray Sobol 1 @donho
                  last edited by

                  @donho
                  First, I re-installed 8.8.8 , here is a screenshot of the installed files:
                  4218f0d1-4f94-4e54-a4c0-5bc7a65cd945-image.png
                  Notepad+++V8.8.8 runs correctly.
                  Then I installed 8.8.9, FYI both installs were run as administrator, which my account has.
                  Here is a screenshot of the installed files:
                  c0060ac8-740a-4a7b-86cf-282495063c16-image.png

                  At this point I cannot launch Notepad++ nor can I find it in Task Manager.
                  Is there an installation log file showing the files changed or new??

                  Murray

                  Murray Sobol 1M 1 Reply Last reply Reply Quote 0
                  • Murray Sobol 1M
                    Murray Sobol 1 @Murray Sobol 1
                    last edited by

                    @Murray-Sobol-1
                    I produced a video showing the actions of Notepad++ starting and the disappearing in Task Manager.

                    When I try to upload the video, I get this message:
                    You do not have enough privileges for this action.

                    WTF???
                    How can I show you the results I am getting if I can not upload a video showing them??

                    donhoD 1 Reply Last reply Reply Quote 0
                    • donhoD
                      donho @Murray Sobol 1
                      last edited by

                      @Murray-Sobol-1
                      Sorry for the inconvenience.
                      Could you show me the content of folder plugins?
                      Also, could you provide the config.xml, stylers.xml & langs.xml in %APPDATA%\Notepad++\ ?

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      The Community of users of the Notepad++ text editor.
                      Powered by NodeBB | Contributors