• Login
Community
  • Login

Notepad++ v8.5.3 Release

Scheduled Pinned Locked Moved Announcements
48 Posts 22 Posters 15.7k 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.
  • P
    PeterJones @donho
    last edited by PeterJones May 22, 2023, 2:41 PM May 22, 2023, 2:39 PM

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

    @PeterJones said in Notepad++ v8.5.3 Release:

    It appears that your webhost is now demanding a captcha that gup.exe is not recognizing, since it’s not a human.

    I’ve never applied captcha into notepad-plus-plus.org .
    Is it possible that it’s applied by the host of Notepad++ website?

    That is possible, yes.

    You said “community.notepad-plus-plus.org have apparently added captcha”

    Sorry, I misread @timendum’s post here – it wasn’t the forum RSS… it was the RSS feed for notepad-plus-plus.org itself (https://notepad-plus-plus.org/index.xml ). Once I have filled out the captcha on a specific computer, I cannot get it to show the problem again, so I cannot reproduce for the RSS feed… but if you haven’t done the captcha yet on a given computer, then going to either of these pages should ask for the captcha: https://notepad-plus-plus.org/index.xml or https://notepad-plus-plus.org/update/getDownloadUrl.php

    So it looks like your host may have applied a captcha to any of the pages that were being automatically downloaded frequently in the main notepad-plus-plus.org site (but not the community forum site)

    S 1 Reply Last reply May 22, 2023, 2:43 PM Reply Quote 1
    • S
      Snabel42 @PeterJones
      last edited by May 22, 2023, 2:43 PM

      @PeterJones I haven’t done the captcha, and those two URLs currently look like this on my machine:

      2023-05-22_10-42-15.png 2023-05-22_10-42-06.png

      1 Reply Last reply Reply Quote 4
      • D
        donho @PeterJones
        last edited by May 22, 2023, 3:29 PM

        @PeterJones

        CAPTCHA issue has been solved now:
        https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13685#issuecomment-1557426831

        Thank you for your heads up!

        1 Reply Last reply Reply Quote 5
        • A Alan Kilborn referenced this topic on May 25, 2023, 11:50 AM
        • G
          guy038
          last edited by guy038 May 25, 2023, 1:10 PM May 25, 2023, 1:05 PM

          Hello, @don-ho and All,

          @don-ho, I noticed some weird results about the recording of the line-breaks during a macro recording process, with N++ v8.5.3

          Refer to the link, below, to get a general idea of the problem :

          https://community.notepad-plus-plus.org/topic/24477/help-having-trouble-with-macros-in-v8-5-3-or-later/18

          Of course, if you think that it’s a real issue, I will report on GitHub !

          Best Regards,

          guy038

          A D 2 Replies Last reply May 25, 2023, 1:48 PM Reply Quote 1
          • A
            Alan Kilborn @guy038
            last edited by May 25, 2023, 1:48 PM

            @guy038 said in Notepad++ v8.5.3 Release:

            I noticed some weird results about the recording of the line-breaks during a macro recording process, with N++ v8.5.3

            And, @donho, would it be terribly difficult to allow real CR and LF characters to be put into the xml as 
 and 
 again?

            Because I’ve been a consistent proponent (on this forum) against “line-ending corruption” in any text files, it goes against my grain to now see this type of “corruption” possible in one of the core N++ configuration files. :-(

            1 Reply Last reply Reply Quote 3
            • J
              Jerald Belleza
              last edited by May 25, 2023, 8:18 PM

              Hello @donho seems to be a bug with Multi-instance. Prior to 8.5.3 whenever I select multiple files (by highlighting) and right click Edit with Notepad++, all of the files are opened on a single instance. Now with 8.5.3, all files are opened separately (new instance).

              Thanks!

              J C 2 Replies Last reply May 26, 2023, 12:56 PM Reply Quote 0
              • J
                Jerald Belleza @Jerald Belleza
                last edited by Jerald Belleza May 26, 2023, 12:56 PM May 26, 2023, 12:56 PM

                @donho Tried to install lower version and issue persist. Looks like the problem could be from OS version. I am using Windows 11 Version 22H2 OS Build 22621.1702

                D 1 Reply Last reply May 26, 2023, 2:50 PM Reply Quote 0
                • D
                  donho @Jerald Belleza
                  last edited by May 26, 2023, 2:50 PM

                  @Jerald-Belleza
                  May I know from which version you have updated to v8.5.3?

                  J 1 Reply Last reply Jun 12, 2023, 7:20 PM Reply Quote 0
                  • D
                    donho @guy038
                    last edited by May 26, 2023, 2:56 PM

                    @guy038 @Alan-Kilborn

                    I can see the “inconsistency” of carriage return in saved shortcuts.xml.
                    However, after replaying the recorded macro, I see no unexpected behaviour. So it’s not a bug to me, or am I missing somethings?

                    If I am, please provide me here a small (as small as possible) scenario to reproduce the bug. Thank you in advance.

                    P 1 Reply Last reply May 27, 2023, 4:00 PM Reply Quote 0
                    • G
                      guy038
                      last edited by guy038 May 26, 2023, 4:51 PM May 26, 2023, 4:27 PM

                      Hello, @don-ho,

                      I agree with you, that whatever the EOL of the current file, the macro is always fully functional !

                      It’s the case when :

                      • You use my Test_CRLF macro with a Windows (CRLF) EOL file

                      • You use my Test_LF macro with a Unix (LF) EOL file

                      • You use my Test_CR macro with a Mac (CR) EOL file


                      However, I would have expected :

                      • For a current Windows (CRLF) file, the following recording of the line-breaks, in the shortcuts.xml file, with a CR and LF lines ( instead of CR then CRLF ) :
                                  <Action type="1" message="2170" wParam="0" lParam="0" sParam="
                      " />
                                  <Action type="1" message="2170" wParam="0" lParam="0" sParam="
                      " />
                      
                      • And for a current Unix (LF) file, the following recording of the line-breaks, in the shortcuts.xml file, with two consecutive LF lines ( instead of two CRLF lines ) :
                                  <Action type="1" message="2170" wParam="0" lParam="0" sParam="
                      " />
                                  <Action type="1" message="2170" wParam="0" lParam="0" sParam="
                      " />
                      

                      BR

                      guy038

                      P.S. :

                      • For a Mac (CR) file, it’ seems OK, as we do have two consecutive CR lines, if current line-endiing is Mac (CR) !

                      P.P.S. :

                      • This means that it would be necessary to take in account the current line-ending of the current file, while recording these line-breaks / a macro !
                      D 1 Reply Last reply May 30, 2023, 2:33 PM Reply Quote 1
                      • P
                        PeterJones @donho
                        last edited by PeterJones May 27, 2023, 4:04 PM May 27, 2023, 4:00 PM

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

                        So it’s not a bug to me

                        Is the exact situation they showed technically a bug? No, because “it works”: it plays back what was recorded.

                        But since we’re requiring users to hand-edit their macros to get rid of entities, it should at least be done in a readable way, and a way that the user can easily understand. And it doesn’t meant that it isn’t pointing to a bug in the implementation.

                        For example, a user is hand editing their macro, and they know from Scintilla.iface that 2170 is “ReplaceSel” which maps to SCI_REPLACESEL , and they know from the Scintilla documentation that SCI_REPLACESEL allows any string, not just a string containing a single character. So then while hand-editing, they put in “A new line.[CR][LF]A second line.[CR][LF]” and save their macro file, and restart.
                        0c154987-7995-4f6b-ad10-b8b0641c6364-image.png
                        They now run this macro, and the macro inserts a single [LF], not the [CR][LF] that they intended.

                        d913c5bd-c70f-4414-a1e5-f148d07b52cd-image.png

                        If there’s a [CR][LF] in the string that the macro is supposed to insert in the source for the macro, it needs to be inserted into the document as a [CR][LF]. This is a bug, IMO, because the user hand-edited a macro to put in [CR][LF], and the string that they inserted in that command is not the string that gets inserted into their document.

                        A T 2 Replies Last reply May 27, 2023, 5:51 PM Reply Quote 3
                        • A
                          alexolog @PeterJones
                          last edited by May 27, 2023, 5:51 PM

                          @PeterJones said in Notepad++ v8.5.3 Release:

                          For example, a user is hand editing their macro, and they know from Scintilla.iface that 2170 is “ReplaceSel” which maps to SCI_REPLACESEL , and they know from the Scintilla documentation that SCI_REPLACESEL allows any string, not just a string containing a single character.

                          I would expect NP++ to include the relevant documentation instead of expecting the (possibly novice) user to start hunting for it. Especially given that the user’s version NP++ may be older than the documentation available online.

                          Including a snapshot of the relevant documentation with the distribution should be doable.

                          A 1 Reply Last reply May 27, 2023, 6:21 PM Reply Quote 0
                          • A
                            Alan Kilborn @alexolog
                            last edited by May 27, 2023, 6:21 PM

                            @alexolog

                            Everything you said has ABSOLUTELY NOTHING to do with the relevant points being made in this thread, and probably just obfuscates the main thrust of those points. :-(

                            1 Reply Last reply Reply Quote 1
                            • D
                              donho @guy038
                              last edited by donho May 30, 2023, 9:18 PM May 30, 2023, 2:33 PM

                              @guy038 @PeterJones

                              I see your point.
                              There’ll be no harm to create a bug for this issue.
                              I have just no idea how to fix it (for not having the regression).

                              1 Reply Last reply Reply Quote 1
                              • U
                                usmcguy @donho
                                last edited by May 30, 2023, 4:23 PM

                                @donho

                                “SYSPRP Package NotepadPlusPlus_1.0.0.0_neutral__7njy0v32s6xk6 was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.”

                                Getting this error when trying to SysPrep on Windows 11. Noticed someone posted in the 8.5.2 Release had the same problem.

                                P P 2 Replies Last reply May 30, 2023, 4:29 PM Reply Quote 0
                                • P
                                  PeterJones @usmcguy
                                  last edited by May 30, 2023, 4:29 PM

                                  @usmcguy said in Notepad++ v8.5.3 Release:

                                  Getting this error when trying to SysPrep on Windows 11. Noticed someone posted in the 8.5.2 Release had the same problem.

                                  Did you follow the link in that discussion to the nppShell issue#29 ? From looking at the beginning and end of that issue, it looks like the fix for that problem is still “in progress”. It might be beneficial for you to study that discussion, looking for insights that the contributors have that might help you in the short term, or at least give you more clarity as to what’s going on, and looking for things that haven’t been said yet that you could add that might help a fix be implemented.

                                  U 1 Reply Last reply May 30, 2023, 4:34 PM Reply Quote 0
                                  • U
                                    usmcguy @PeterJones
                                    last edited by May 30, 2023, 4:34 PM

                                    @PeterJones The Link I see (http://download.notepad-plus-plus.org/repository/MISC/nppShell.TEST20/ ) doesn’t load. Is this the link you were referring to?

                                    P 1 Reply Last reply May 30, 2023, 7:04 PM Reply Quote 0
                                    • P
                                      PeterJones @usmcguy
                                      last edited by May 30, 2023, 7:04 PM

                                      @usmcguy said in Notepad++ v8.5.3 Release:

                                      @PeterJones The Link I see (http://download.notepad-plus-plus.org/repository/MISC/nppShell.TEST20/ ) doesn’t load. Is this the link you were referring to?

                                      No. I was referring to the link https://github.com/notepad-plus-plus/nppShell/issues/29 , which was the link I embedded in my most recent post.

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        Pete Gomersall @usmcguy
                                        last edited by May 30, 2023, 9:17 PM

                                        @usmcguy
                                        Just checking if you are running get-appxpackage | remove-appxpackage before running sysprep? I build monthly updates of Windows 10 and 11 and run above command before I run sysprep to create them; did not have an issue with last month’s build that had 8.5.2.

                                        U 1 Reply Last reply May 31, 2023, 2:03 PM Reply Quote 0
                                        • U
                                          usmcguy @Pete Gomersall
                                          last edited by May 31, 2023, 2:03 PM

                                          @Pete-Gomersall I did end up using the cmdlet to remove the AppX package before Sysprep.

                                          1 Reply Last reply Reply Quote 0
                                          17 out of 48
                                          • First post
                                            17/48
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors