Community
    • Login

    Notepad++ v8.4.6 Release Candidate 3

    Scheduled Pinned Locked Moved Announcements
    3 Posts 2 Posters 3.8k 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.6 Release Candidate 3:
      http://download.notepad-plus-plus.org/repository/8.x/8.4.6.RC3/

      Fix from Notepad++ v8.4.6 RC 2:

      1. Fix clickable link bad display regression (Fix #12219)
      2. Change colours for applying to tab more distiguishable. (Fix partially #12223)
      3. Fix plugin admin UI overlapping. (Fix #12229)

      Fix from Notepad++ v8.4.6 RC:

      1. Fix Change History margin visual glichy under dark mode.

      Notepad++ v8.4.6 bug/regression-fixes and new features:

      1. Add Change History markers for document saved/unsaved/undone modification. (Fix #12164, #12046)
      2. Add setting tab color ability. (Fix #2271)
      3. Update to Scintilla 5.3.0 and Lexilla 5.1.9 (Implement #12045)
      4. Fix “Never” button not showing on Updater dialog regression. (Implement 9c86a33)
      5. Fix a printing selection regression. (Fix #11826, #12033, #11638)
      6. Revamp tab context menu: make it less cluttered by adding sub-menu. (Fix #12147)
      7. Fix a security vulnerability. (Fix #12113)
      8. Add dark mode support to Choose Color dialog. (Fix #12148)
      9. Add a page (tab) for incompatible (unloaded) plugins in Plugin Admin. (Fix #12069)
      10. Add Plugin list repository link and its version in PluginAdmin dialog.
      11. Fix horizontal bar showing issue while resizing document list’s height. (Fix #12191)
      12. Fix NPPN_DARKMODECHANGED wrong return value to plugins. (Fix #12144).
      CennoxXC 1 Reply Last reply Reply Quote 2
      • donhoD donho referenced this topic on
      • CennoxXC
        CennoxX @donho
        last edited by

        @donho I still have margin visual gliches with dark mode and Change History with RC 3.

        To reproduce:

        • set theme “Default (stylers.xml)”
        • restart NPP
        • change text in a document
        • change theme to “Bespin” (maybe test some other styles too)
        • change theme to “Default (stylers.xml)”

        This results for me to following:
        cde2adc8-952a-4098-a658-6635520d07e3-grafik.png

        Notepad++ v8.4.6 (32-bit)
        Build time : Sep 25 2022 - 19:55:26
        Path : C:\Program Files (x86)\Notepad++\notepad++.exe
        Command Line :
        Admin mode : OFF
        Local Conf mode : OFF
        Cloud Config : OFF
        OS Name : Windows 10 Enterprise (64-bit)
        OS Version : 21H1
        OS Build : 19043.2006
        Current ANSI codepage : 65001
        Plugins :
        BetterMultiSelection (1.4)
        ComparePlus (1)
        CustomizeToolbar (5.3)
        LocationNavigate (0.4.8.1)
        LuaScript (0.11)
        mimeTools (2.8)
        NppConverter (4.4)
        NppExport (0.4)
        NPPJSONViewer (1.40)
        NppMenuSearch (0.9.6)
        pork2sausage (2.2)

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

          @CennoxX

          A restartup should restore the correct color.

          It’s due to the absence of style “Change History margin” in your stylers.xml:
          https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/stylers.model.xml#L1416

          You can add it yourself into in your stylers.xml, or just remove it, a new stylers.xml will be copied from stylers.model.xml

          The Change History margin’s color is difficult to manage.
          It could use the Line Number margin’s color style ID 33 (Scintilla default behaviour) and users cannot customize its color at all.
          Or we provide customization (it’s the current option) to disassociate it from style ID 33, but there will be such glitch while switching among the themes.

          We have to choose one or another - the perfect world doesn’t exist.

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