• Login
Community
  • Login

Notepad++ v8.6.5 Release Candidate

Scheduled Pinned Locked Moved Announcements
10 Posts 7 Posters 3.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.
  • D
    donho
    last edited by donho Mar 24, 2024, 1:38 PM Mar 18, 2024, 12:28 AM

    Notepad++ v8.6.5 Release Candidate 2:
    http://download.notepad-plus-plus.org/repository/8.x/8.6.5.RC/
    http://download.notepad-plus-plus.org/repository/8.x/8.6.5.RC2/
    http://download.notepad-plus-plus.org/repository/8.x/8.6.5.RC3/

    The difference between v8.6.5 RC2 & RC3 is in red.

    Notepad++ v8.6.5 Change log:

    1. Fix “Replace All” action not notifying plugins of modification regression by adding NPPN_GLOBALMODIFIED. (Fix #14767 , see NPPN_GLOBALMODIFIED how to)
    2. Fix plugins not receiving some Scintilla notification types regression. (Fix issue)
    3. Fix Shortcut Mapper crash problem. (Implement #14880 )
    4. Fix NUL characters file corruption after power outrages. (Fix #6133 , implement #14860 )
    5. Remedy losing session problem after the power outrages. (Fix #14781 , implement #14858 )
    6. Fix URLs are not detected after a “Replace All” regression. (Fix #14864 )
    7. Notify user while saving failure due to hardware problem. (Implement #14842 )
    8. Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1. (Implement #14834 )
    9. Support template literal (template strings) in JavaScript & make `back-quoted strings` more readable. (Fix #3822 )
    10. Add support for Change History in the text, besides in the margin. Also, make Change History color configurable. (Fix #12321 , #13915 , Implement #14838 )
    11. Fix NPPM_RELOADFILE API return wrong result issue. (Fix issue)
    12. Enhance Shortcut Mapper filter to find the command items more easily. (Fix #14743 )
    13. Prevent typing control characters into document & make it optional. (Fix #13279 )
    14. Fix possible no-GUI state when using systray. (Fix #14777 )
    15. Make context menu popup location at current text position when invoked via keyboard. (Fix #14727 )
    16. Fix Notepad++ blocked when closed minimized or from systray. (Fix #14718 )
    17. Fix Python wrong decorator attribute colors & add “ATTRIBUTE” color in styles.xml.model. (Fix #5894 )
    18. Fix Mouse Wheel Scrolling in Shortcut Mapper & reduce also the memory use. (Fix #14895 )

    RC3 fix also a small regression due to the additional “Edit 2” section in Preferences dialog in this release:

    • Fix some "Go to settings" in Style Configurator go to wrong section. (Fix #14882 )

    If no critical issue found, the release will be available in about 10 days.

    M D 3 Replies Last reply Mar 18, 2024, 3:36 AM Reply Quote 5
    • M
      mkupper @donho
      last edited by Mar 18, 2024, 3:36 AM

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

      Prevent typing control characters into document & make it optional.

      I looked in Preferences and did not see where this would be controlled. I tried Ctrl+Pause/Break and and an ETX was added to my document. That’s what prompted me to try to find the setting.

      C 1 Reply Last reply Mar 18, 2024, 4:05 AM Reply Quote 0
      • C
        Coises @mkupper
        last edited by Mar 18, 2024, 4:05 AM

        @mkupper said in Notepad++ v8.6.5 Release Candidate:

        Prevent typing control characters into document & make it optional.

        I looked in Preferences and did not see where this would be controlled. I tried Ctrl+Pause/Break and and an ETX was added to my document. That’s what prompted me to try to find the setting.

        Preferences… | Editing 2 | Non-Printing Characters: Prevent control character (C0 code) typing into document

        M 1 Reply Last reply Mar 18, 2024, 4:43 AM Reply Quote 4
        • M
          mkupper @Coises
          last edited by Mar 18, 2024, 4:43 AM

          @Coises said in Notepad++ v8.6.5 Release Candidate:

          Preferences… | Editing 2 | Non-Printing Characters: Prevent control character (C0 code) typing into document

          Thank you. I had looked at the Editing 2 and am now puzzled I did not see the option that is indeed there. It works for Ctrl+Pause/Break.

          1 Reply Last reply Reply Quote 1
          • A
            Alan Kilborn
            last edited by Alan Kilborn Mar 19, 2024, 12:13 PM Mar 19, 2024, 12:04 PM

            For

            1. Add support for Change History in the text, besides in the margin

            See:

            9b2f20d5-7416-4ffb-a848-e08a8a178ba6-image.png

            Setting Show in the text allows you to see more exactly what has changed (rather than Show in the margin which only indicates something on the line has changed), example where def is an unsaved edit:

            7cb9aab7-dc68-4156-9f40-ddc95e52e9ea-image.png


            For

            1. … make Change History color configurable.

            See:

            3064d3c9-d877-4340-994d-34123fd981b2-image.png

            1 Reply Last reply Reply Quote 3
            • P PeterJones referenced this topic on Mar 19, 2024, 3:37 PM
            • D
              donho @donho
              last edited by Mar 22, 2024, 12:03 AM

              FYI, the v8.6.5 RC has been updated to RC2.
              The difference between v8.6.5 RC & RC2 is in red.

              A 1 Reply Last reply Mar 22, 2024, 5:35 PM Reply Quote 4
              • A
                Artur Harison @donho
                last edited by Mar 22, 2024, 5:35 PM

                @donho
                Filter of commands is case sensitive in other languages.

                M 1 Reply Last reply Mar 22, 2024, 8:50 PM Reply Quote 0
                • M
                  Mark Olson @Artur Harison
                  last edited by Mar 22, 2024, 8:50 PM

                  @Artur-Harison

                  Filter of commands is case sensitive in other languages.

                  This issue is not new to 8.6.5. I have tested it with a macro named αβ and searching for Α (uppercase α) in the shortcut mapper, and it is case-sensitive in 8.5.8 and 8.6.4 as well as 8.6.5.

                  While this is a valid complaint that ought to be fixed, it doesn’t really belong in this specific thread, which is supposed to be about issues with the new release.
                  If you want this issue to get resolved, I recommend that you open an issue in the GitHub repo .

                  1 Reply Last reply Reply Quote 3
                  • X
                    xomx
                    last edited by Mar 23, 2024, 6:44 PM

                    @donho
                    Regression due to splitting the Editing in Preferences: #14882

                    1 Reply Last reply Reply Quote 1
                    • A Alan Kilborn referenced this topic on Mar 24, 2024, 10:50 AM
                    • D
                      donho @donho
                      last edited by Mar 24, 2024, 1:57 PM

                      Notepad++ v8.6.5 Release Candidate has just been updated from RC2 to RC3.

                      I apologize for repeatedly introducing fixes that may appear non-critical.
                      However, I’d like to draw your attention to a recent crash-fix related to the Shortcut Mapper:
                      A portion of the code within the Shortcut Mapper required modernization. This step is essential to prevent potential issues in the future. As part of this modernization process, a significant number of modifications were made during the RC2 phase. Given the importance of maintaining a stable application, I am prioritizing the completion of this task in the current release.

                      Sorry for any caused inconvenience and thank you for your understanding.

                      1 Reply Last reply Reply Quote 8
                      • D donho unpinned this topic on Mar 29, 2024, 11:37 PM
                      • P PeterJones locked this topic on Jun 29, 2024, 3:31 PM
                      2 out of 10
                      • First post
                        2/10
                        Last post
                      The Community of users of the Notepad++ text editor.
                      Powered by NodeBB | Contributors