Community
    • Login

    Notepad++ v8.1 is available

    Scheduled Pinned Locked Moved Announcements
    27 Posts 15 Posters 7.0k 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.
    • Giuseppe VicariG
      Giuseppe Vicari
      last edited by

      In dark mode, notepad++ change font size.

      1 Reply Last reply Reply Quote 0
      • maddes-bM
        maddes-b
        last edited by

        Bug in v8.1?
        Dark mode not fully enabled for non-admin user.
        Menus and status bar change, but not the text area or any settings window.
        On the admin account it works completely as intended.
        Code issue or a local configuration issue?

        19637c9b-39aa-49e6-a013-b9c610639ace-image.png

        ae4c6f66-f379-409c-8472-cf736f1c37cc-image.png

        Debug Info:
        Notepad++ v8.1 (64-bit)
        Build time : Jun 17 2021 - 01:56:07
        Path : C:\Program Files\Notepad++\notepad++.exe
        Command Line :
        Admin mode : OFF
        Local Conf mode : OFF
        Cloud Config : OFF
        OS Name : Windows 10 Pro (64-bit)
        OS Version : 2009
        OS Build : 19043.1055
        Current ANSI codepage : 1252
        Plugins : ComparePlugin.dll JSMinNPP.dll MarkdownViewerPlusPlus.dll mimeTools.dll NppConverter.dll NppExport.dll XMLTools.dll

        Correction of Npp’s debug info: It is version 21H1, not 2009. Build number is correct.

        Alan KilbornA 1 Reply Last reply Reply Quote 0
        • Alan KilbornA
          Alan Kilborn @maddes-b
          last edited by Alan Kilborn

          @maddes-b

          I think you want the “DarkModeDefault” theme selected in Style Configurator. Or maybe you tried that and it doesn’t “stick” somehow?

          Correction of Npp’s debug info: It is version 21H1, not 2009.

          Is this implying that there is a bug in how N++ reports this data?

          Hmm, you might want to report a bug about your status bar as well.
          The horizontal spacing of the fields looks wacky.
          Just sayin.

          1 Reply Last reply Reply Quote 0
          • maddes-bM
            maddes-b
            last edited by

            @Alan-Kilborn: Thanks for pointing out, so I re-checked.

            #1 Dark Mode
            I never changed anything in the Style Configurator since my clean install in February 2021 (as I far as I can remember).
            For dark mode I just enabled it in the Settings (not Style Configurator).
            On the admin account it switched the theme to “DarkModeDefault” as mentioned by Alan-Kilborn.
            On my normal user there are no themes available at all, so I currently assume it is a code or installer issue. Maybe this was even introduced in an earlier release, but not recognized by me as I never changed theme stuff. The other theme issues mentioned by Alan-Kilborn could be related to this too.
            Anything else I should check out for Npp team?

            4abd238b-cb5e-46a1-8406-a6e93bc6fcaf-image.png

            #2 Debug info
            Maybe the debug info code is just not adapted to newer versions of Windows 10 yet.
            Anything else I should check out for Npp team (e.g. reg file)?

            Ivan KI 1 Reply Last reply Reply Quote 0
            • o-l-a-vO
              o-l-a-v
              last edited by o-l-a-v

              Love the new dark mode. Only problem is that I’m addicted to the “Doc Switcher”, where the “Name” column still is eye damaging (not really) white. Also, if you highlight/ select a file, that too will become white.

              7419b951-8e3c-4ec5-9625-62db6b23bbd6-image.png

              Nothing critical, but would be nice to have that fixed as well.

              For editor theme I use Dracula (if anyone wonders):

              • https://draculatheme.com/notepad-plus-plus
              • https://github.com/dracula/notepad-plus-plus

              Oh, some feature requests while we’re at it:

              • Add ability to have .md as default file extension. I write 99% markdown. (Preferences -> New Document -> Default language.
                • Please sort the list alphabetically too.
                  086ef289-ac58-437d-82b7-bc5467fb0e4e-image.png
              • Add markdom as a “Language” in “Style Configurator”. And sort that list of “Languages” alphabetically as well.
              1 Reply Last reply Reply Quote 0
              • o-l-a-vO
                o-l-a-v
                last edited by o-l-a-v

                Would also like to add that, when enabling “Settings on cloud”, it seems it still gets theme files from the %AppData%\Notepad++\themes folder, but user defined styles gets pulled correctly from the cloud location path (which in my case is %OneDriveConsumer%\_Share\AppData\Notepad++\userDefineLangs (Real full path, as env variables for “Settings on cloud” doesn’t work. just anonymized it with env variable in this example)).

                1 Reply Last reply Reply Quote 0
                • Ivan KI
                  Ivan K @maddes-b
                  last edited by Ivan K

                  @maddes-b I saw the same thing on my secondary (non-admin) user account on my Windows machine. I had installed NPP on my primary account. I am not sure if admin vs. non-admin has anything do with it, or if it is just a matter of running NPP on an account that didn’t also install it.

                  At any rate, I was able to fix it by copying %AppData%\Notepad++\themes\DarkModeDefault.xml from my primary user account (the one I installed NPP with) to the same location on my secondary account.

                  Note that NPP can’t be running when you do this, or it will overwrite that file on application exit with the “broken” settings. After copying the primary user’s file and then launching NPP and selecting dark mode in settings it worked for me on the secondary account. In fact, for some reason I think I had do the “close app and then copy file” twice after first running NPP to verify the error, although that may have just been because I inadvertently did the first copy while NPP was still running.

                  Perhaps the default creation/copying of the DarkModeDefault.xml file (if it doesn’t already exist) is incorrect?

                  maddes-bM 1 Reply Last reply Reply Quote 1
                  • maddes-bM
                    maddes-b @Ivan K
                    last edited by maddes-b

                    @Ivan-K You are right it’s an installer / implementation issue for multi-user systems.

                    Issues with Dark Mode / Themes
                    Themes are only installed to %APPDATA%\Notepad++\themes of the user who installed N++. Other users never get these (no themes at all in my case, see earlier post).

                    From my point of view this is a concept error. Default themes should be in %ProgramFiles%\Notepad++\themes and %APPDATA%\Notepad++\themes supersede these. I hope this would also fit the “settings in the cloud” approach.
                    Copying files around from user to user is neither convenient nor fitting well to user segregation (admin to install program, normal users to work with program).

                    maddes-bM donhoD 2 Replies Last reply Reply Quote 0
                    • maddes-bM
                      maddes-b @maddes-b
                      last edited by

                      Update:
                      Actually the concept is already implemented.
                      Out of curiosity I copied my Admin’s %APPDATA%\Notepad++\themes to %ProgramFiles%\Notepad++\themes and my normal user could see all themes.

                      So 2 Issues with Themes and Dark Mode:

                      • Installer does not put default themes in %ProgramFiles%\Notepad++\themes
                      • Setting “Dark Mode > Enable dark mode” expects themes in %APPDATA% and if missing does not fall back to %ProgramFiles%.
                        Workaround: Select Dark Mode theme manually

                      I think we figured out the actual cause and related issues. Thanks to all.
                      Let’s hope the N++ team can fix this in v8.2.

                      PeterJonesP 1 Reply Last reply Reply Quote 0
                      • PeterJonesP
                        PeterJones @maddes-b
                        last edited by PeterJones

                        @maddes-b said in Notepad++ v8.1 is available:

                        Let’s hope the N++ team can fix this in v8.2.

                        Since it’s never worked that way in the past, that is a feature request, rather than a regression in v8.1. Don does check this thread for regressions, but to make sure they are noticed and tracked, feature requests should go in the official issues site on GitHub, as described in our FAQ

                        1 Reply Last reply Reply Quote 2
                        • JamesWebbJ
                          JamesWebb
                          last edited by

                          Hi there,

                          I am NP++ (Minimal Portable version) user since 2015, and use it as a simple text editor (instead of Windows Notepad).
                          Everything was OK till version 8 and later!

                          Why the latest version has lag on start! When I click on NP++ icon it starts too late (about 2 to 3 seconds), previous versions have no lag, were just like thunder! (I am on Windows 10 20H2 x64, SSD Hard, as always NP++ Minimal Portable latest version).

                          mere-humanM 1 Reply Last reply Reply Quote 0
                          • Raheesh RamsyR
                            Raheesh Ramsy
                            last edited by

                            Hi!!!
                            Great to be a member!!!

                            1 Reply Last reply Reply Quote 0
                            • Raheesh RamsyR
                              Raheesh Ramsy
                              last edited by

                              how can we insert a image in notepad++???
                              can someone please help???

                              1 Reply Last reply Reply Quote 0
                              • László BotkaL
                                László Botka
                                last edited by

                                see this

                                Alan KilbornA 1 Reply Last reply Reply Quote 0
                                • Alan KilbornA
                                  Alan Kilborn @László Botka
                                  last edited by

                                  @László-Botka

                                  What your link points to isn’t what @Raheesh-Ramsy is asking about.

                                  @Raheesh-Ramsy said:

                                  how can we insert a image in notepad++???

                                  Short answer: You can’t. Notepad++ doesn’t handle images, only text.

                                  BOTH: This thread is for discussion of problems with the 8.1 release of Notepad++. Please don’t ask questions or make comments unrelated to that in this thread – create a new discussion thread in that case.

                                  1 Reply Last reply Reply Quote 0
                                  • mere-humanM
                                    mere-human @JamesWebb
                                    last edited by

                                    @ten2120 Interesting. Do you use any custom plugins? Have you enabled the dark mode?
                                    It would be interesting to see your debug info (Menu > ? > Debug Info)

                                    1 Reply Last reply Reply Quote 0
                                    • Andrei Mincov 0A
                                      Andrei Mincov 0
                                      last edited by

                                      And still no way to choose the obsolete icon. The app and file type icon is the only reason I’m sticking with 6.9.2.

                                      Alan KilbornA 1 Reply Last reply Reply Quote 0
                                      • Alan KilbornA
                                        Alan Kilborn @Andrei Mincov 0
                                        last edited by

                                        @Andrei-Mincov-0 said in Notepad++ v8.1 is available:

                                        And still no way to choose the obsolete icon. The app and file type icon is the only reason I’m sticking with 6.9.2.

                                        And the award-winner for the dumbest reason ever to use an ancient version of a software program goes to…YOU.
                                        Sorry, but that is really, really, really dumb.

                                        Andrei Mincov 0A 1 Reply Last reply Reply Quote 0
                                        • Andrei Mincov 0A
                                          Andrei Mincov 0 @Alan Kilborn
                                          last edited by

                                          @Alan-Kilborn The old version does everything I really NEED it to do, and I prefer to use a program that uses file-type icons that look like word documents, not some random green bullshit.

                                          Alan KilbornA 1 Reply Last reply Reply Quote 0
                                          • Alan KilbornA
                                            Alan Kilborn @Andrei Mincov 0
                                            last edited by

                                            @Andrei-Mincov-0 said in Notepad++ v8.1 is available:

                                            The old version does everything I really NEED it to do

                                            Then why come here to comment on it? Live on in your happy obsolescence. :-)

                                            Seriously, though, aren’t there reasonable ways to get any icons you want using the OS instead of Notepad++ 's control?
                                            If that aspect of the discussion is to be continued, respectfully request that you open a new discussion thread, as this one is sort of reserved for real 8.1 problems.

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