Notepad++ v8.1 is available
-
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)). -
@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?
-
@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). -
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. - Installer does not put default themes in
-
@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
-
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).
-
Hi!!!
Great to be a member!!! -
how can we insert a image in notepad++???
can someone please help??? -
-
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.
-
@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) -
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.
-
@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. -
@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.
-
@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. -
@maddes-b said in Notepad++ v8.1 is available:
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.This issue will be fixed in the next release:
https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3347044595cae60c658ed39e4f2e1ea913eb66e2 -
The is a regresion with the Style Token feature (under right click). For instance: write “RECONCILE” and “UNRECONCILE”. Select RECONCILE and apply a Style Token color. Before it would hightlight both RECONCILE from both words, even on UNRECONCILE (not highlighting “UN” as expected).
-
No regression – check your settings here:
-
Thanks for the Helpful Suggestions. I think I figured out why it’s doing this, but I don’t know how to fix it. The app is installed on my OS drive, which is an SSD, but it seems Notepad++ is waiting for my other drives, which are regular HDD to spin up before it launches.
-