• Login
Community
  • Login

Notepad++ v8.5.3 Release Candidate

Scheduled Pinned Locked Moved Announcements
6 Posts 4 Posters 1.5k 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 May 10, 2023, 3:06 AM May 9, 2023, 10:12 AM

    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 )
    P 1 Reply Last reply May 9, 2023, 1:17 PM Reply Quote 6
    • P
      PeterJones @donho
      last edited by May 9, 2023, 1:17 PM

      @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.

      D 1 Reply Last reply May 9, 2023, 2:24 PM Reply Quote 5
      • D
        donho @PeterJones
        last edited by May 9, 2023, 2:24 PM

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

        1 Reply Last reply Reply Quote 4
        • R
          rddim
          last edited by May 11, 2023, 6:59 PM

          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
          R D 2 Replies Last reply May 11, 2023, 7:46 PM Reply Quote 3
          • R
            rdipardo @rddim
            last edited by rdipardo May 11, 2023, 7:48 PM May 11, 2023, 7:46 PM

            @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
            • D
              donho @rddim
              last edited by May 12, 2023, 2:18 AM

              @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
              • D donho unpinned this topic on May 15, 2023, 5:19 AM
              • P PeterJones locked this topic on Jun 29, 2024, 3:31 PM
              5 out of 6
              • First post
                5/6
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors