• Login
Community
  • Login

Notepad++ v8.4.2 Release Candidate 2

Scheduled Pinned Locked Moved Announcements
11 Posts 6 Posters 1.8k 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 May 29, 2022, 3:56 PM

    Notepad++ v8.4.2 Release Candidate 2:
    http://download.notepad-plus-plus.org/repository/8.x/8.4.2.RC2/

    v8.4.3 RC2 fixes a regression of v8.4.2 RC that Plugin Admin isn’t displayed on menu:
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11742

    Notepad++ v8.4.2 crash-fixes, bug-fixes & new enhancement:

    1. Fix crash on “Copy Binary Content” command without selection on edit zone. (Fix #11639 , #11671 )
    2. Fix crashes by re-invoking with command line argument “-udl”. (Fix #11633 )
    3. Make toolbar icons customizable. (Fix #9913 )
    4. Make fold/unfold current level commands toggleable. (Fix #11529 , #9196 )
    5. Add command line argument for plugin, a related notification and an API. (Fix #11576 )
    6. Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix #10490 )
    7. Enhance dark mode. (Fix #11642 , #11693 , #11683 , #11530 , #10159 )
    8. Add encoding context menu via right/double click on status bar. (Fix #9998 , #400 , #756 )
    9. Add gui4cli keywords and fix its style IDs in stylers.model.xml.
    10. Display installed plugin versions in Debug Info dialog. (Fix #11284 )

    The release will be available in 5-7 days if no critical issue found.
    Thank you in advance for your testing and your reporting!

    A H 2 Replies Last reply May 29, 2022, 6:33 PM Reply Quote 3
    • A
      Alan Kilborn @donho
      last edited by May 29, 2022, 6:33 PM

      @donho

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

      Please create an issue on GitHub.

      DONE .

      1 Reply Last reply Reply Quote 1
      • H
        hueldoeu @donho
        last edited by May 30, 2022, 2:05 PM

        @donho please put notepad++ in ms store. i helped me so much in office. thank you very much!

        1 Reply Last reply Reply Quote 0
        • A
          Artur Harison
          last edited by Artur Harison May 31, 2022, 7:35 AM May 31, 2022, 7:33 AM

          I can’t update or install any plugins, through the plugin manager.
          Downloading and unpacking without problems, but installation does not occur.
          Even after turning off the antivirus. (((

          E 1 Reply Last reply May 31, 2022, 8:34 AM Reply Quote 0
          • E
            Ekopalypse @Artur Harison
            last edited by May 31, 2022, 8:34 AM

            @artur-harison

            I had the issue with RC1, but with RC2 it works for me.

            f7d51f30-0515-4a45-b9e8-8e926f7fbff0-image.png

            1 Reply Last reply Reply Quote 1
            • A
              Artur Harison
              last edited by May 31, 2022, 11:15 AM

              Now I also found out that he does not remove the installed plugins.
              But before that everything worked (old version).

              Notepad++ v8.4.2   (64-bit)
              Build time : May 29 2022 - 16:47:30
              Path : C:\Program Files\Notepad++\notepad++.exe
              Command Line : $COMMAND_LINE_PLACEHOLDER$
              Admin mode : ON
              Local Conf mode : OFF
              Cloud Config : OFF
              OS Name : Windows 10 Pro (64-bit) 
              OS Version : 21H1
              OS Build : 19043.1645
              Current ANSI codepage : 1251
              Plugins : 
                  ComparePlugin (2.0.2)
                  DSpellCheck (1.4.24)
                  NavigateTo (1.12.4.1)
                  NppDocShare (0.1)
                  NppQrCode64 (0.0.0.1)
                  PlanetCNCNpp64 (3001.21.1123.1)
                  SelectToClipboard (1.0.2)
                  zoomdisabler_x64 (1.2)
                  _CustomizeToolbar (5.3)
              
              D 1 Reply Last reply May 31, 2022, 1:56 PM Reply Quote 0
              • D
                donho @Artur Harison
                last edited by donho May 31, 2022, 5:06 PM May 31, 2022, 1:56 PM

                @artur-harison

                I can remove/install the plugins without any problem.

                Notepad++ v8.4.2   (64-bit)
                Build time : May 29 2022 - 16:47:30
                Path : C:\Program Files\Notepad++\notepad++.exe
                Command Line : $COMMAND_LINE_PLACEHOLDER$
                Admin mode : OFF
                Local Conf mode : OFF
                Cloud Config : OFF
                OS Name : Windows 11 (64-bit) 
                OS Version : 21H2
                OS Build : 22000.675
                Current ANSI codepage : 1252
                Plugins : 
                    DSpellCheck (1.4.24)
                    mimeTools (2.8)
                    NppConverter (4.4)
                

                Can anyone-else reproduce this issue?

                E 1 Reply Last reply Jun 1, 2022, 8:52 AM Reply Quote 1
                • S
                  Shridhar Kumar
                  last edited by May 31, 2022, 8:11 PM

                  It’s strange to see:

                  Command Line : $COMMAND_LINE_PLACEHOLDER$
                  

                  in the DebugInfo strings in two posts. One is on Windows 10. The 2nd one is on Windows 11. This is a bug and it should not be happening.

                  But I am unable to replicate this in a full install (64-bit) as well as portable installs for both 32-bit & 64-bit. Anyone else?

                  1 Reply Last reply Reply Quote 1
                  • S
                    Shridhar Kumar
                    last edited by May 31, 2022, 8:20 PM

                    OK. I 've found the path.

                    1. That placeholder string is not visible in the DebugInfo dialog.
                    2. It is also not in the copied text when you press CTRL+C to copy the string.

                    But it is there in the copied text only when you click the Copy debug info into clipboard hyperlink in the dialog. That needs to be fixed.

                    S 1 Reply Last reply May 31, 2022, 9:04 PM Reply Quote 5
                    • S
                      Shridhar Kumar @Shridhar Kumar
                      last edited by May 31, 2022, 9:04 PM

                      Created an issue: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11752

                      Fixed in PR: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/11753

                      1 Reply Last reply Reply Quote 3
                      • E
                        Ekopalypse @donho
                        last edited by Jun 1, 2022, 8:52 AM

                        @donho

                        Just to clarify, since I didn’t say it before, for me, on Windows 7 x64 with the portable version, PluginsAdmin works as expected.

                        1 Reply Last reply Reply Quote 1
                        • D donho unpinned this topic on Jun 3, 2022, 4:44 PM
                        • D donho locked this topic on Jun 3, 2022, 4:44 PM
                        5 out of 11
                        • First post
                          5/11
                          Last post
                        The Community of users of the Notepad++ text editor.
                        Powered by NodeBB | Contributors