Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Notepad++ 8.1.5 RC 3

    Announcements
    5
    7
    354
    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.
    • donho
      donho last edited by

      8.1.5 Release Candidate 3 is available for testing:
      http://download.notepad-plus-plus.org/repository/8.x/8.1.5.RC3/

      The fix in RC3 (from RC2) is:
      [Fix a regression of pluginsAdmin](link url)
      https://github.com/notepad-plus-plus/notepad-plus-plus/commit/a7a700145d2c7641826a0f81d6a96766da664e0b

      Notepad++ v8.1.5 new features, enhancements & bug-fixes:

      1. Make Insert date time customizable. (Fix #10467)
      2. Make date time order reversible for short & long format. (Fix #10445)
      3. Add Insert Date/Time commands shortcut & macro capacities. (Fix #10567)
      4. Fix regression: no error message when locked file could not be saved - Show file locked warning now. (Fix #9994)
      5. Make “Confirm Save All” dialog more clear: use “Always Yes” button instead of “Cancel”. (Fix #10339)
      6. Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in dark mode. (Fix #10502, #10425, commit)
      7. Fix inconsistency of Document List context menu. (Fix #10463)
      8. Enable/disable ext column via Document list context menu directly. (Fix #10468)
      9. Add path column in Document list panel. (Fix #9679)
      10. Allow custom color for Document Map. (Fix #10052)
      11. Fix docked/float panels in RTL layout issue. (Fix #10488)
      12. Fix CSS pseudo-elements not recognized issue. Update CSS keywords and add new styles. (Fix #10425)
      13. Fix issue that current directory not been applied after changing current directory option in preferences. (Fix #10396)
      14. Sort Default language combobox of “New Document” section in Preferences. (Fix #10513)

      The new release will be available in about 3-7 days if no regression found.
      Thank @Michael-Vincent for his heads up.

      1 Reply Last reply Reply Quote 2
      • Javier Villajos
        Javier Villajos last edited by

        Hello.

        Regarding Point 10. Allow custom color for Document Map. This is not solved since I cannot see the option to view it.

        Regards and great job BTW.

        PeterJones Michael Vincent 2 Replies Last reply Reply Quote 0
        • PeterJones
          PeterJones @Javier Villajos last edited by

          @Javier-Villajos ,

          ed79fada-0457-4e87-82e2-ff4896f3f2fc-image.png

          The colors will look slightly different in the Panel because it’s actually applied with transparency overtop whatever’s underneath. But Settings > Style Configurator > Global Styles > Document Map contains the color settings for the Document Map, as advertised in #10.

          1 Reply Last reply Reply Quote 0
          • Michael Vincent
            Michael Vincent @Javier Villajos last edited by

            @Javier-Villajos said in Notepad++ 8.1.5 RC 3:

            This is not solved since I cannot see the option to view it.

            Are you using a custom theme? You will not see it unless you add it to the custom theme:

            Notepad++/themes/myCustomTheme.xml

            [...]
                <GlobalStyles>
                    <!-- Attention : Don't modify the name of styleID="0" -->
            [...]
                    <WidgetStyle name="Document map" styleID="0" fgColor="2F393C" bgColor="81969A" fontStyle="0" />
                </GlobalStyles>
            </NotepadPlus>
            

            Note, change the fgColor and bgColor values to match the theme you want or just put anything and then you should see it in the Style Configurator (after a close and restart Notepad++) and can configure it there.

            Cheers.

            1 Reply Last reply Reply Quote 2
            • Javier Villajos
              Javier Villajos last edited by

              @Michael-Vincent said in Notepad++ 8.1.5 RC 3:

              stom theme? You will not

              Thanks!! This solved the problem!! Thank you all for your help

              1 Reply Last reply Reply Quote 2
              • ludamo 0
                ludamo 0 last edited by

                It seems to me that there may be a problem with tab width in UDLs in this version compared with v8.1.4. That is in 8.1.5 the tab size in UDLs seems to not respect the preference but is 8 spaces long. Sometimes you have to save and reopen the file to see this.
                nppp 8.1.4.png
                nppp 8.1.5.png

                1 Reply Last reply Reply Quote 3
                • donho
                  donho last edited by

                  @ludamo-0
                  Thank you for the bug report.
                  It’s fixed in the master, and it’ll be in the next release:
                  https://github.com/notepad-plus-plus/notepad-plus-plus/commit/2f7490abab7b22ac2e5b578627c96cbdea395689

                  1 Reply Last reply Reply Quote 3
                  • First post
                    Last post
                  Copyright © 2014 NodeBB Forums | Contributors