Community
    • Login

    Notepad++ v8.4 Release Candidate

    Scheduled Pinned Locked Moved Announcements
    10 Posts 5 Posters 1.6k 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++ v8.4 Release Candidate:
      http://download.notepad-plus-plus.org/repository/8.x/8.4.RC/

      It’s rather a major update since Scintilla is upgrade from v4.x to v5.x and Lexilla module has been added in the project.
      Some bugs/regressions have been discovered and fixed. There might still be a few hidden issues in the RC.
      The current external lexer plugins need a little bit more coding effort to work with Notepad++ v8.4 (due to new architecture of Scintilla 5), I will publish a notice on Plugin Development ASAP Here’s some information which may help:
      https://community.notepad-plus-plus.org/topic/22866/make-external-lexer-plugin-work-with-v8-4

      Thank @chcg for his Scintilla 5 update PR and thank everyone of community for testing, reporting and fixing issues. Notepad++ v8.4 won’t be here without you.

      Notepad++ v8.4 new feature and bug-fixes:

      1. Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5. (Fix #10504)
      2. Enhance dark mode support (Shortcut Mapper, autocompletion, calltip, Column Editor and Style configurator, Preferences dialog, etc…) (Fix #11530, #11522, #11407, #11514, #11506, #11497)
      3. Fix lossing characters issue after case-conversion (UPPER/lower). (Fix #11463)
      4. Fix “Sort Lines as Integer” not considering negative number issue. (Fix #11023, #2025)
      5. Sort languages alphabetically automatically in Style Configurator. (Fix #11337)
      6. Fix flashing box (autocompletion empty list) appears while typing issue. (Fix #9433)
      7. Scrolling Document List automatically to make the selected tab item visible. (Fix #11204)
      8. Make Find in Files search result line number aligned. (Fix #11119)
      9. Add default A-Z sorting ability in Function list. (Fix #11446)
      10. Add virtual space ability. (Fix #11443, #11444)
      11. Fix document being wronly marked as saved bug after converting its encoding. (Fix #11436)
      12. Fix Document list not sync with tab order after sorting. (Fix #11272)
      13. Fix file saving critical bug under Symantec encryption desktop. (Fix #11339)
      14. Improve Find/Replace Dialog layout. (Fix #11318)
      15. Update NSIS & Inno Setup keyword lists.

      As usual, please report any critical bug/regression here you encounter. The official release will be available in about 10-14 days if no critical issue found.

      Lycan ThropeL 1 Reply Last reply Reply Quote 5
      • donhoD donho pinned this topic on
      • Stan Mitchell130S
        Stan Mitchell130
        last edited by

        My plugin fails to load with 8.4.
        It is an external lexer, GedcomLexer (see https://sourceforge.net/projects/gedcomlexer/).
        I know I need to build with Lexilla and make the necessary changes for ILexer5. I can’t predict, right now, when I will make the changes.

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

          @donho ,
          Thanks for the CallTip coloring implementation, it works with my UDL and the Dark Mode is a bit easier to work with now, and still use the Autocomplete without guessing what we were highlighting. :) Screenies. Of course, the UDL has to change it’s default styler colors to be able to see what we’re typing when changning to Dark Mode, but that would be needed to be done anyway since it’s a custom thing, but at least the Calltip default behavior didn’t choke and put black text on a black background. :) over a highlight bar of black covering the typed text that was black until I changed the UDL’s default styler settings.

          dBASEDarkModewDefaultStylerChange.PNG DarkMode8_4TestColoring.PNG

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

            @stan-mitchell130 said in Notepad++ v8.4 Release Candidate:

            My plugin fails to load with 8.4.
            It is an external lexer, GedcomLexer (see https://sourceforge.net/projects/gedcomlexer/).
            I know I need to build with Lexilla and make the necessary changes for ILexer5. I can’t predict, right now, when I will make the changes.

            Hope this announce helps:
            https://community.notepad-plus-plus.org/topic/22866/make-external-lexer-plugin-work-with-v8-4

            Good luck!

            1 Reply Last reply Reply Quote 4
            • Andi KiisselA
              Andi Kiissel
              last edited by

              Syntax highlighting is not working in HTML files.

              Notepad++ v8.4 (32-bit)
              Build time : Apr 15 2022 - 14:33:35
              Path : C:\Users\andi\Npp\notepad++.exe
              Command Line :
              Admin mode : OFF
              Local Conf mode : ON
              Cloud Config : OFF
              OS Name : Windows 10 Enterprise (64-bit)
              OS Version : 2009
              OS Build : 19044.1645
              Current ANSI codepage : 1257
              Plugins : none

              v8.3.3 with same config works.

              Michael VincentM donhoD 2 Replies Last reply Reply Quote 5
              • Michael VincentM
                Michael Vincent @Andi Kiissel
                last edited by Michael Vincent

                @andi-kiissel said in Notepad++ v8.4 Release Candidate:

                Syntax highlighting is not working in HTML files.

                Can confirm.

                9a2c747a-ec3d-43ca-9b4f-c1313c36c79c-image.png

                1 Reply Last reply Reply Quote 5
                • donhoD
                  donho @Andi Kiissel
                  last edited by

                  @andi-kiissel said in Notepad++ v8.4 Release Candidate:

                  Syntax highlighting is not working in HTML files.

                  Fixed in:
                  https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5d5d2025af1caf359aec9905e72e6bbe38ba33af

                  Michael VincentM 2 Replies Last reply Reply Quote 4
                  • Michael VincentM
                    Michael Vincent @donho
                    last edited by

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

                    Fixed in:

                    I see the AppVeyor build pending - and will test as soon as the 64-bit release version completes.

                    1 Reply Last reply Reply Quote 2
                    • Michael VincentM
                      Michael Vincent @donho
                      last edited by

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

                      Fixed in:
                      https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5d5d2025af1caf359aec9905e72e6bbe38ba33af

                      INDEED!

                      Thank you for quick turnaround!

                      Cheers.

                      1 Reply Last reply Reply Quote 4
                      • donhoD donho referenced this topic on
                      • donhoD
                        donho
                        last edited by

                        Notepad++ v8.4 Release Candidate 2 is available here:
                        https://community.notepad-plus-plus.org/topic/22876/notepad-v8-4-release-candidate-2

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