Community
    • Login

    Notepad++ v8.6.8 Release

    Scheduled Pinned Locked Moved Announcements
    35 Posts 17 Posters 10.3k 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.
    • xomxX
      xomx @Jumo Mumo
      last edited by

      @Jumo-Mumo
      Yep, it is a v8.6.8 regression caused by the Add new dpi support to Find in Files Progress window commit.

      donhoD 1 Reply Last reply Reply Quote 3
      • donhoD
        donho @xomx
        last edited by

        New feature or bug, it’s discuss-able.
        But I see your point.
        I’ll see what I can do about it.

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

          2d787251-315e-4f5a-bf35-88c1fc3228e8-image.png

                                                 vs
          

          e82e7e66-0d34-42e1-ae06-ef2f04397551-image.png

          Note that Hits is translatable so we have to reserve a max fix length.
          As well for the number (not translatable but its length could be variable so the same max fix length is reserved).

          Which version you prefer?

          Lycan ThropeL mkupperM FabioTuratiF donhoD 4 Replies Last reply Reply Quote 2
          • Lycan ThropeL
            Lycan Thrope @donho
            last edited by

            @donho ,
            The first one, with the count on the left, since that is what the prior version’s behavior was…I’d think it would be best to keep it consistent through versions if at all possible…but you are the architect, it’s your drawing/design. :-)

            1 Reply Last reply Reply Quote 2
            • mkupperM
              mkupper @donho
              last edited by

              @donho

              While I also prefer Hits ### to be the left of the [Cancel] button can you nudge or float the button to the right should a translation of Hits ### be too long?

              Do you support newlines in a translation? If so, don’t bother with nudging the button. Instead, it’s up to the translator to arrange the text so that it fits.

              1 Reply Last reply Reply Quote 1
              • FabioTuratiF
                FabioTurati @donho
                last edited by

                @donho
                Can you put it as is shown in @Jumo-Mumo 's screenshot, that is, above the progress bar, instead of below? This way the “Cancel” button doesn’t create problems if “Hits: #####” becomes too large. I think what Jumo wants is simply to have the number aligned to the left, and not to the right.

                1 Reply Last reply Reply Quote 2
                • xomxX
                  xomx @Jumo Mumo
                  last edited by

                  @Jumo-Mumo
                  Here is the fix to try:
                  npp-progress-fix.png

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

                    A 5 days’ poll is created here:
                    https://community.notepad-plus-plus.org/topic/25874/poll-find-in-files-hits-position

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

                      FYI, Auto-updater has been triggered for this release.

                      1 Reply Last reply Reply Quote 2
                      • DvorakStepanD
                        DvorakStepan
                        last edited by

                        The search window (CTRL+F) only remembers the position, but not the size.
                        In previous versions it remembered both.

                        donhoD 1 Reply Last reply Reply Quote 2
                        • donhoD
                          donho @DvorakStepan
                          last edited by

                          @DvorakStepan
                          An issue has been created here:
                          https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15294

                          It will be fixed in the next version.

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

                            There’s a crash report of v8.6.8 under Windows 7:
                            https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15313#issuecomment-2173538278

                            Could anyone here who has Windows 7 test this version, and let me know if the crash can reproduce?

                            Jumo MumoJ 1 Reply Last reply Reply Quote 0
                            • Jumo MumoJ
                              Jumo Mumo @donho
                              last edited by

                              @donho said in Notepad++ v8.6.8 Release:

                              There’s a crash report of v8.6.8 under Windows 7:

                              Could anyone here who has Windows 7 test this version, and let me know if the crash can reproduce?

                              I am using Notepad++ 8.6.8 on Windows 7 and no crashes yet.

                              1 Reply Last reply Reply Quote 1
                              • RAMA KRISHNAR
                                RAMA KRISHNA
                                last edited by RAMA KRISHNA

                                @donho ,
                                with 8.6.8 i am seeing , notepad++ not able to open the file from a linux mapped drive in windows but able to open linux folder mapped to windows.

                                drive mapping shortcut and folder mapping shortcut both point to same user folder.
                                in normal windows through browsing i am able to open both the shortcuts, if go to the file through folder mapping i am able to open the file in notepad++, if i go through drive mapping to the same file not able to open in notepad++.

                                OS version: windows 11

                                688aec5f-9f3c-4bf5-b36d-0d1f7add32b0-image.png

                                bdb938c2-919b-4188-baee-e069b3d61884-image.png

                                mkupperM 1 Reply Last reply Reply Quote 0
                                • mkupperM
                                  mkupper @RAMA KRISHNA
                                  last edited by

                                  @RAMA-KRISHNA - If you can open a file in Notepad++ using folder mapping then what gets put in the copy/paste buffer when you right click on the tab for the file and select Copy to Clipboard / Copy Full File Path?

                                  1 Reply Last reply Reply Quote 0
                                  • PeterJonesP
                                    PeterJones @donho
                                    last edited by

                                    @donho ,

                                    In this post, @Paolo-Santini pointed out another regression: v8.6.7 remembered the Find / Replace / Find-in-Files dialog size from one run to the next, whereas v8.6.8 does not.

                                    xomxX donhoD 2 Replies Last reply Reply Quote 0
                                    • xomxX
                                      xomx @PeterJones
                                      last edited by

                                      @PeterJones

                                      https://community.notepad-plus-plus.org/post/95456

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

                                        @Jumo-Mumo

                                        I am using Notepad++ 8.6.8 on Windows 7 and no crashes yet.

                                        Thank you for your confirmation!

                                        @PeterJones

                                        In this post, @Paolo-Santini pointed out another regression: v8.6.7 remembered the Find / Replace / Find-in-Files dialog size from one run to the next, whereas v8.6.8 does not.

                                        Yes, I was aware of this regression. It’s been fixed and will be in the next release.

                                        1 Reply Last reply Reply Quote 4
                                        • Darius GriciusD
                                          Darius Gricius
                                          last edited by

                                          Hello,
                                          I find an error with a new version:

                                          I save csv file in excel (ANSI encoding) and then open it in Notepad++ and Convert it to UTF-8.

                                          When I installed 8.6.8 after clicking “Convert to UTF-8” it would delete all the text from the file instead of converting it.

                                          I installed older version (8.6.7) and it works just as it used to.

                                          it would be great to correct the error.
                                          Thank you!

                                          xomxX 1 Reply Last reply Reply Quote 1
                                          • xomxX
                                            xomx @Darius Gricius
                                            last edited by

                                            @Darius-Gricius

                                            GitHub issue #15324.
                                            Fix is already in progress, it should be included in the upcoming next N++ version.

                                            1 Reply Last reply Reply Quote 3
                                            • donhoD donho unpinned this topic on
                                            • First post
                                              Last post
                                            The Community of users of the Notepad++ text editor.
                                            Powered by NodeBB | Contributors