Community
    • Login

    Notepad++ v8.8.5 Release

    Scheduled Pinned Locked Moved Announcements
    8 Posts 4 Posters 8.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.
    • donhoD
      donho
      last edited by donho

      Notepad++ release 8.8.5 is available:
      https://notepad-plus-plus.org/news/v885-released/

      Notepad++ release 8.8.5 virus scanner issue? Please check the following link:
      https://notepad-plus-plus.org/news/v883-self-signed-certificate/

      Notepad++ v8.8.5 regression-fix:

      1. Fix “Edit with Notepad++” context menu not being installed correctly regression. (Fix #16913)

      Notepad++ v8.8.4 regression-fixes, bug-fixes & new features:

      1. Fix -notabbar & asNotepad.xml stop hiding tabbar regression (from v8.7.9). (Fix #16794)
      2. Fix “Edit with Notepad++” not removed by uninstaller regression (from v8.8.3). (Fix #16896)
      3. Fix possible heap memory leak. (implement #16883)
      4. Increase search input length from 2046 to 16383. (Fix #1088, #16749)
      5. Add warning tip for the max length on search input (Find/Replace). (Fix #16749)
      6. Fix JavaScript listed twice in Language & Indent settings of Preferences issue. (Fix #4521, #16861, #16884)
      7. Fix external lexers showing several time in Indent settings issue. (Fix #16462)
      8. Add button to insert variables in the run dialog. (implement #16820)
      9. Enhance “Go to settings”: guide users to the related setting explicitly. (Fix #16846)
      10. Add a clear button for filter field in Shortcut Mapper. (Fix #15742)
      11. Make NFO font overridable by adding font name in Lexer “nfo” of stylers.xml. (Fix #16839)

      As usual, auto-updater will be triggered in one week, if no critical issue found.

      Vitalii DovganV Lycan ThropeL 2 Replies Last reply Reply Quote 2
      • Vitalii DovganV
        Vitalii Dovgan @donho
        last edited by

        @donho
        Looks like the behavior of NPPM_RELOADFILE has been changed in either 8.8.5 or 8.8.4.
        Previously, NPPM_RELOADFILE activated the file being reloaded. In 8.8.5, the file is not activated.
        Is it intended?

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

          @Vitalii-Dovgan

          Looks like the behavior of NPPM_RELOADFILE has been changed in either 8.8.5 or 8.8.4.

          I don’t think so.
          Here is git blame for the API you’re talking about:

          b4e235d8-85a0-437f-aa44-3ce0c976e18c-image.png

          Obviously, the latest changing is the last year. So it was not changed in v8.8.4.
          BTW, you’re the only one (AFAICT) who complains this problem.
          If you find any issue, you’re welcome to create an issue on GitHub, and ping me - I’ll check it.

          Vitalii DovganV 1 Reply Last reply Reply Quote 0
          • Vitalii DovganV
            Vitalii Dovgan @donho
            last edited by

            @donho
            Oh my God, you are right!
            Looks like NPPM_RELOADFILE has actually never activated the file being reloaded.
            The only change introduced in NPPM_RELOADFILE was between 8.6.4 and 8.6.5 where NPPM_RELOADFILE started to return TRUE on success. Previously it was always returning FALSE. And it was NppExec that activated the file when NPPM_RELOADFILE had returned FALSE.
            And all this time I’ve been mistakenly thinking that NPPM_RELOADFILE activates the file being reloaded.
            Actually, the following code in Notepad_plus::doReload seems to be related to activating the buffer, so I’m not sure what actually happens:

            if ( ((currentView() == MAIN_VIEW) && mainVisible) || ((currentView() == SUB_VIEW) && subVisible))
            {
            	activateBuffer(id, currentView(), true);
            }
            
            donhoD 1 Reply Last reply Reply Quote 1
            • Lycan ThropeL
              Lycan Thrope @donho
              last edited by

              @donho ,
              Quick question. Did 8.8.5 update get triggered? I’ve been checking to see if my Standard install can be updated and it keeps saying there is no update, so did it get delayed, or am I missing something?

              donhoD Anurag VasteA 2 Replies Last reply Reply Quote 1
              • Anurag VasteA
                Anurag Vaste @Lycan Thrope
                last edited by

                @Lycan-Thrope , No it wont be auto triggered, yet.

                If there is a new version available, it may not have been triggered for auto-update yet. In order to avoid to spreading a new version which contains regressions or critical bugs, we wait for users’ feedback before triggering the auto-update, often one to two weeks. If a critical bug or regression is found, the auto-update will not be triggered for that release. On the other hand, after a reasonable delay, if we are confident there are no critical issues, the auto-update will be triggered. This safety delay prevents bad bugs or regressions from being widely spread throughout the Notepad++ user-base, limiting the exposure to those users who are watching for release announcements and are willing to manually upgrade Notepad++.

                This is mentioned here: https://npp-user-manual.org/docs/upgrading/#new-version-available-but-auto-updater-find-nothing

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

                  @Vitalii-Dovgan said in Notepad++ v8.8.5 Release:

                  Actually, the following code in Notepad_plus::doReload seems to be related to activating the buffer, so I’m not sure what actually happens:

                  if ( ((currentView() == MAIN_VIEW) && mainVisible) || ((currentView() == SUB_VIEW) && subVisible))
                  {
                  activateBuffer(id, currentView(), true);
                  }

                  What happen is exactly as its comment:

                  	// Once reload is complete, activate buffer which will take care of
                  	// many settings such as update status bar, clickable link etc.
                  

                  :)

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

                    @Lycan-Thrope said in Notepad++ v8.8.5 Release:

                    Quick question. Did 8.8.5 update get triggered? I’ve been checking to see if my Standard install can be updated and it keeps saying there is no update, so did it get delayed, or am I missing something?

                    Oups! I forgot it!
                    Thank you for your heads up. It’s triggered now.

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