Community
    • Login

    Notepad++ v8.5.3 Release Candidate

    Scheduled Pinned Locked Moved Announcements
    6 Posts 4 Posters 2.3k Views 3 Watching
    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 Online
      donho
      last edited by donho

      http://download.notepad-plus-plus.org/repository/8.x/8.5.3.RC/

      1. Fix Explorer context menu “Edit with Notepad++” needs restarting os to appear issue under Win 8/10. (Fix #13)
      2. Fix Explorer context menu “Edit with Notepad++” not installed for multiple users issue. (Fix #13476)
      3. Fix Explorer context menu “Edit with Notepad++” double entries in some applications (Winzip). (Fix #13499)
      4. Make Explorer context menu “Edit with Notepad++” translatable. (Fix #17)
      5. Add the UTF8 character ability for Run & Macro menu. (Fix #12670, #13221, #13488)
      6. Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL. (Fix #8111)
      7. Fix Change history margin in black color issue. (Fix #12764, #13593)
      8. Improve “Remove consecutive duplicate lines” command performance. (Fix #5538, #12548)
      9. Project Workspace “Save a Copy As” confusion issue. (Fix #13135)
      10. Make “Remove consecutive duplicate lines” support more line break. (Fix #13474)
      11. Fix UDL deletion issue. (Fix #8101)
      12. Fix RTL not working on FindInFiles progress window. (Fix #13458)
      13. Fix search results output alignment for large file searches. (Fix #13481)
      14. Several GUI Enhancements. (Fix #13615, #13601, #12812, #13579, #13577, #13575, #13597, #13524, #13540, #13544, #13315)
      PeterJonesP 1 Reply Last reply Reply Quote 6
      • PeterJonesP Offline
        PeterJones @donho
        last edited by

        @donho ,

        If I go to that URL (http://download.notepad-plus-plus.org/repository/8.x/8.5.3.RC/), all the filenames are 8.5.2:

        9c70d571-aaaa-4649-b644-339e3435a243-image.png

        And if I run the portable I downloaded from that URL, it shows Debug Info:

        Notepad++ v8.5.2   (64-bit)
        Build time : May  9 2023 - 05:25:41
        Path : C:\usr\local\apps\npp\npp.8.5.3-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 : 22H2
        OS Build : 19045.2846
        Current ANSI codepage : 1252
        Plugins : 
            mimeTools (2.9)
            NppConverter (4.5)
            NppExport (0.4)
        

        However, when I run it, I correctly see the new v8.5.3-RC features, so I think it was just mis-labeled.

        donhoD 1 Reply Last reply Reply Quote 5
        • donhoD Online
          donho @PeterJones
          last edited by

          @PeterJones
          Thank you for your heads up.
          It’s fixed now.

          1 Reply Last reply Reply Quote 4
          • rddimR Offline
            rddim
            last edited by

            1. Thank you so much for 5. Add the UTF8 character ability for Run & Macro menu.

            2. 8.5.3 RC cut text in Run menu

            v8.5.2 correct
            npp852.png

            v8.5.3 incorrect
            npp853.png

            Content:

                <UserDefinedCommands>
                    <Command name="Отваряне на autoCompletion папката..." Ctrl="no" Alt="no" Shift="no" Key="0">&quot;Explorer&quot; &quot;$(NPP_DIRECTORY)\autoCompletion\&quot;</Command>
                    <Command name="Отваряне на папката със синтаксиси..." Ctrl="no" Alt="no" Shift="no" Key="0">&quot;Explorer&quot; &quot;$(NPP_DIRECTORY)\userDefineLangs\&quot;</Command>
                    <Command name="Отваряне на папката с резервни копия" Ctrl="no" Alt="no" Shift="no" Key="0">&quot;Explorer&quot; &quot;$(NPP_DIRECTORY)\backup\&quot;</Command>
                </UserDefinedCommands>
            

            It is interesting that the proper Отваряне на autoCompletion папката... and incorrect Отваряне на папката със синтаксиси... have same length of 37 chars.

            May be this issue is related to #13556

            1. Can you take a look at Add hide/show ability of Control Characters (C0 & C1) and Unicode EOL , please
            rdipardoR donhoD 2 Replies Last reply Reply Quote 3
            • rdipardoR Offline
              rdipardo @rddim
              last edited by rdipardo

              @rddim

              It is interesting that the proper Отваряне на autoCompletion папката... and incorrect Отваряне на папката със синтаксиси... have same length of 37 chars.

              The limit is 64 bytes; the first is 54 bytes long, the second is 67:

              > python3 -c "print(len(bytes('Отваряне на autoCompletion папката...', 'utf8')))"
              54
              
              > python3 -c "print(len(bytes('Отваряне на папката със синтаксиси...', 'utf8')))"
              67
              
              1 Reply Last reply Reply Quote 5
              • donhoD Online
                donho @rddim
                last edited by

                @rddim
                Could you check this PR please?
                https://github.com/notepad-plus-plus/notepad-plus-plus/pull/13645

                1 Reply Last reply Reply Quote 0
                • donhoD donho unpinned this topic on
                • PeterJonesP PeterJones locked this topic on

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors