Community
    • Login

    Notepad++ v8.7.9 Release Candidate

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

      Notepad++ release candidate 8.7.9 is available here:
      http://download.notepad-plus-plus.org/repository/8.x/8.7.9.RC/
      http://download.notepad-plus-plus.org/repository/8.x/8.7.9.RC2/

      Notepad++ release 8.7.9 change log:

      1. Fix incorrect syntax highlighting regressions. (Fix #16271, #16309 - Revert 4 of v8.7.8)
      2. Update to Scintilla 5.5.5 & Lexilla 5.4.3. (Implement #16235)
      3. Fix bug where plugin button hiding settings in toolbarButtonsConf.xml are ignored. (Fix #16280)
      4. Fix SQL Backslash Escape preference not taking effect immediately. (Fix #16244)
      5. Add new low-level DirectX11 DirectWrite 1.1 Scintilla rendering mode. (Implement #16284)
      6. Add versions of external libraries (Scintilla/Lexilla/Boost) to Debug Info. (Fix #11466)

      Notepad++ release 8.7.8 change log:

      1. Fix regression (v8.7.1 - v8.7.7) of saving backup file without modifications. (Fix #16186)
      2. Fix syntax highlighting regression while switching among UDL files. (Fix #16154)
      3. Add ability to hide selected toolbar buttons via a XML configuration.(Fix #15106, #15440, #16000)
      4. Optimize switching programming language performance for large files. (Fix #16106)
      5. Improve folding/unfolding performance for large files. (Fix #16064)
      6. Fix count operation on regex causing Notepad++ to hang. (Fix #16207)
      7. Improve Style Configurator GUI organization. (Fix #15939)
      8. Adds SAS programming language support. (Fix #16148)
      9. Make existing DirectWrite rendering modes accessible. (Fix #16126)
      10. Allow DirectWrite use on non-Core Windows Server. (Fix #15916)
      11. Use VTS instead of LTS for specific control code abbreviation. (Fix #16107)
      12. Fix installer silent mode doLocalConf.xml setting handling issue. (Fix #16233)

      Notepad++ v8.7.9 official release will be available in 1 week, if no critical issue found.

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

        @donho ,
        Not sure this is earth stopping, but just by chance, I noticed that upon opening this version, my active tab color is orange. It’s supposed to be cyan or similar. When clicking into the Settings->Style Configurator… and opening the dialog, and then changing something in the Global Styles, changes to my desired color, cyan.

        I’m not sure if copying my “MyDarkModeDefault” theme into the theme directory and selecting it as my theme in the Configurator has anything to do with it. Perhaps you have new settings in there that my copied file doesn’t have to hold colors as they are or what, but felt if I did it, someone else will and this may be an issue if the form of the original DarkModeDefault theme, was changed, that my version was copied from, and the new/fixed DarkModeDefault has new settings in it is different and causing this by copying an old file pattern into use. Screenshots below:

        v8_7_9_activeTabWrongColor_orange.PNG

        v8_7_9_activeTabChangesAfterConfigDialogUse_cyan.PNG

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

          @Lycan-Thrope

          Is it a regression of v8.7.9 or you can reproduce it in also v8.7.8?
          In both case, I invite you to create an issue with detail in GitHub - I’ll check it for sure.

          Lycan ThropeL 2 Replies Last reply Reply Quote 0
          • Lycan ThropeL
            Lycan Thrope @donho
            last edited by Lycan Thrope

            @donho ,
            Sorry to take so long. Had a very busy IRL day and wasn’t able to get back online.
            No, it’s isn’t a regression from 8.7.8. It’s only in 8.7.9, as I just copy my “MyDefaultDarkMode.xml” file into the portable Themes directory. I noticed it, because the default “new 1” document on firing up, had it that way, so I went to the Style Configurator to see if there was a change in defaults and changing any one of the settings, even unrelated to the Active Tab Focused Indicator color, would change it to the right color. The screen shot below, shows where I found the proper setting in the New Style Configurator… dialog, what the setting was at currently, and what it was showing, above. Even after I changed the color back to cyan, closed and reopened it, it was again, orange.

            I’ll put the report in Github shortly.

            v8_7_9_activeTabWrongEvenAfterResettingIt.PNG

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

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

              I invite you to create an issue with detail in GitHub - I’ll check it for sure.

              Github issue created - link:
              https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16327

              I did take the opportunity to check the DarkModeDefault and my copied in file, and there does appear to be a difference in layout of the color codes. Checking in the color picker, it appears that the color in the MyDarkModeDefault Global Styles:

                      <WidgetStyle fgColor="00FFFF" name="Active tab focused indicator" styleID="0"></WidgetStyle>
              
              

              and the DarkModeDefault Global Styles:

                      <WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="80D4B2" />
              
              

              is different. I checked with a color picker website and though the FG Colors code is different, they appear to be similar colors that maybe differ in hue, but they are essentially the same, which begs the question, why does it show a different color on startup and even after changing it manually in the new dialog box? I suspect it may have to do with the recent UI simplification of the Style Configurator feature.

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

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

                I suspect it may have to do with the recent UI simplification of the Style Configurator feature.

                I am doubtful of that. The Style Configurator UI just moved the graphical elements and changed from a treeview to a combobox; that doesn’t change how it interprets the color settings in any way, shape, or form.

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

                  @Lycan-Thrope
                  I can reproduce it now.
                  To reproduce the regression of v8.7.9:

                  1. In light or dark theme, change the color tab via Styler Configurator & save it.
                  2. Quit Notepad++ & relaunch it.
                  3. Observe the new top bar color is not applied.

                  The regression has been fixed & merged into master:
                  https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8ce442bd2dbd64819cac05631c3ae03f09429841

                  Here’s artifact of x64:
                  https://github.com/notepad-plus-plus/notepad-plus-plus/actions/runs/14071794692/artifacts/2819852819

                  Thank you for spotting this regression.

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

                    @PeterJones said in Notepad++ v8.7.9 Release Candidate:

                    I am doubtful of that. The Style Configurator UI just moved the graphical elements and changed from a treeview to a combobox; that doesn’t change how it interprets the color settings in any way, shape, or form.

                    That may be, @PeterJones , but I only mention it because it was one of two things that caught my eye that was changed in the last two RC versions. Since it worked fine in the 8.7.8 as asked by @donho , then the only recent change that may have done the deed, is this changelog entry.

                    1. Fix incorrect syntax highlighting regressions.
                    

                    I mentioned it, because the second fix, may have affected the 8.7.8 simplification, and since I’m able to change the color when I change anything in the Style Configurator dialog box, this kind of pokes it’s head at me as well.

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

                      @donho ,
                      My pleasure to spot it, @donho , that’s why we’re here, right? :-)

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

                        FYI, RC2 is available here:
                        http://download.notepad-plus-plus.org/repository/8.x/8.7.9.RC2/

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

                          @donho ,
                          That fixed that issue, thanks.

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