• Login
Community
  • Login

Notepad++ v8.3.2 Release Candidate

Scheduled Pinned Locked Moved Announcements
8 Posts 3 Posters 1.1k 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.
  • D
    donho
    last edited by donho Feb 24, 2022, 3:40 PM Feb 24, 2022, 3:38 PM

    Notepad++ v8.3.2 Release Candidate:
    http://download.notepad-plus-plus.org/repository/8.x/8.3.2.RC/

    Notepad++ v8.3.2 regression-fixes, bug-fixes and enhancement:
    (The critical bug-fixes are in highlight)

    1. Fix incorrect message while double clicking on search result regression. (Fix #11215 , #11106 )
    2. Fix regression: file can't be saved if it's set to other charset before. (Fix #11238 )
    3. Fix UDL dialog crash issue on over 30 created UDL. (Fix #11257 )
    4. Add sorting document tab order commands by name, path, type and size under “Window” Menu. (Fix #10393 )
    5. Add API NPPM_GETCURRENTLINESTR and variable $(CURRENT_LINESTR) for RunDlg. (Fix #11216 )
    6. Support better 2GB+ file (cmdline & session file adaptation). (Fix #11213 )
    7. Fix auto-completion sort order problem due to fx icon. (Fix #11233 )
    8. Refine auto-saving session on exit behaviour. (Fix #11249 )
    9. Enhance performance on exit with certain settings. (Fix #11219 )
    10. Fix auto-complete case insensitive not working issue. (Fix #11187 )
    11. Fix saving problem (regression) with “Sysnative” alias in x86 binary. (Fix #11196 )

    Thank you in advance for checking this RC!

    P 2 Replies Last reply Feb 24, 2022, 7:52 PM Reply Quote 7
    • D donho pinned this topic on Feb 24, 2022, 3:40 PM
    • P
      PeterJones @donho
      last edited by Feb 24, 2022, 7:52 PM

      @donho ,

      FYI: the v8.3.1 regression mentioned in MaDill’s issue #11239 and @who-what’s report in the v8.3.1 announcement thread (which I confirmed) seems to have been half-fixed (or at least behaves differently at first), but it’s still not working like it did in v8.3 and earlier.

      In v8.3.2 RC, I get the right comment highlighting, which is an improvement over v8.3.1 where it didn’t correctly highlight: b5dea8c2-d43a-42cc-bbcb-71f18ddafd23-image.png

      However, if I look at Comment Line Style, which was defined in the original UDL XML file as <Keywords name="Comments">00# 01 02((EOL)) 03 04</Keywords> (see my post in the v8.3.1 thread for the full UDL file), the entry field is blank, even though the XML still is defined correctly:
      8f2e2061-20c3-4091-8146-1484b9ab7c19-image.png

      Now I make a simple change: I add PRE1 to PREFIX 1 and PRE2 to PREFIX 2 in the Number Style section.
      29dd3df4-6182-4b76-9c3e-ddd355536b0b-image.png

      Then I exit out of Notepad++ and reload. The Comment & Number page looks the same as it did before I exited. And the UDL’s renpy.xml properly updated Numbers, prefix1 and Numbers, prefix2 settings. But it’s cleared out the Comments values.
      80b3ab88-6734-4567-8cf9-d224287983f1-image.png

      And now, if I go back to my example tab with the renpy language active, the highlighting is incorrect – it has lost the comment-line-style highlighting, as the XML change implies.

      98765b67-71fb-4d4d-924a-c42fbb8bbed4-image.png

      The UDL Comment regression still exists in v8.3.2, just like it did in v8.3.1.

      Notepad++ v8.3.2   (64-bit)
      Build time : Feb 24 2022 - 16:15:43
      Path : C:\usr\local\apps\npp\npp.8.3.2-RC1.portable.x64\notepad++.exe
      Command Line : 
      Admin mode : OFF
      Local Conf mode : ON
      Cloud Config : OFF
      OS Name : Windows 10 Enterprise (64-bit) 
      OS Version : 2009
      OS Build : 19042.1526
      Current ANSI codepage : 1252
      Plugins : mimeTools.dll NppConverter.dll NppExport.dll 
      
      X 1 Reply Last reply Feb 25, 2022, 2:56 PM Reply Quote 5
      • P
        PeterJones @donho
        last edited by Feb 24, 2022, 7:53 PM

        @donho ,

        On (5) I have confirmed $(CURRENT_LINESTR) works. And all the people who have been asking for tab sorting should love (4), which I also confirmed meets my expectations.

        So far, other than what I just mentioned, v8.3.2 RC is looking good to me, and it seems to do what the update-list implies.

        Thanks for all your effort.

        1 Reply Last reply Reply Quote 5
        • D
          donho
          last edited by donho Feb 25, 2022, 8:16 AM Feb 25, 2022, 12:41 AM

          @peterjones said in Notepad++ v8.3.2 Release Candidate:

          FYI: the v8.3.1 regression mentioned in MaDill’s issue #11239 and @who-what’s report in the v8.3.1 announcement thread (which I confirmed) seems to have been half-fixed (or at least behaves differently at first), but it’s still not working like it did in v8.3 and earlier.

          Well I have checked this issue but cannot identify the source of problem.
          @xomx Maybe you have any idea about the source of bug?

          X 1 Reply Last reply Feb 25, 2022, 12:04 PM Reply Quote 4
          • X
            xomx @donho
            last edited by Feb 25, 2022, 12:04 PM

            @donho said in Notepad++ v8.3.2 Release Candidate:

            Maybe you have any idea about the source of bug?

            Yes, I think I have found the culprit.

            Doing some more testing just now. If ok, I will proceed to PR.
            The fix should also solve the #11239 .

            1 Reply Last reply Reply Quote 6
            • X
              xomx @PeterJones
              last edited by Feb 25, 2022, 2:56 PM

              @peterjones

              Your pics (especially the ones with the “<Keywords name=“Comments”>…” lines visible) helped me to understand & find that bug, thanks.

              Could you please test the same with the patched N++:
              https://ci.appveyor.com/project/donho/notepad-plus-plus/builds/42708412

              P 1 Reply Last reply Feb 25, 2022, 3:05 PM Reply Quote 6
              • P
                PeterJones @xomx
                last edited by Feb 25, 2022, 3:05 PM

                @xomx said in Notepad++ v8.3.2 Release Candidate:

                Could you please test the same with the patched N++:

                I’m willing, but it will have to be after work (it’s still early in my workday), as I.T. blocks me from downloading appveyor artifacts.

                1 Reply Last reply Reply Quote 5
                • P
                  PeterJones
                  last edited by Feb 25, 2022, 10:55 PM

                  @xomx ,

                  I tried it once I got home: yes, it’s working correctly now: the Comment definition correctly displays, and if I make a change in one of the other boxes and exit, they all get saved, and the Comment definition stays intact.

                  Thanks for the fix!

                  1 Reply Last reply Reply Quote 8
                  • D donho unpinned this topic on Feb 27, 2022, 3:57 PM
                  • T Terry R referenced this topic on Mar 4, 2022, 1:44 AM
                  • P PeterJones locked this topic on Jun 29, 2024, 3:31 PM
                  5 out of 8
                  • First post
                    5/8
                    Last post
                  The Community of users of the Notepad++ text editor.
                  Powered by NodeBB | Contributors