It's time for UI update!
-
i vote against any UI changes. win10’s flat style killed any distinction between tabs and UI elements. it’s much more difficult to navigate even simple menus in win10 because everything bleeds together. the current notepad++ ui style is a major reason as to why i use it.
-
@appar1tion Finally a rational voice, all this flat/metro/modern style is one big smudge, everything bleeds together, this is rather a retrogression in UI design rather than progress. Making news only for the news itself is a bad direction.
-
I vote to change UI.
-
A more eye-candy UI would be the the cherry on the cake.
I suggest something very simple, as the Atom gui, with some material design.Has there been some revamping scheduled since this 2 year old subject has been opened ?
-
I vote against changing UI - at least against changing to flat/metro/modern style due to the reasons given above by other users
-
I vote on yes.
You all think that refine the UI will make NPP slower or something. Update or refine or name it whatever you want does not mean rewrite npp from scratch. We only want to make changes to the UI to make it feel better.
We all love the lightweight ot NPP no argue there and I’m sure if the developers start coding UI they will always make sure that it stays that way. but we all have eyes and personally I like to feel more modern (not necessarily material or metro) when I’m using NPP.
I also agree on optional UI change. This might be the best solution for both. But I’ll never understand people who fear change.
-
npp UI is the best, beautiful, fast!
the UI of sublime, atom , vscode,emacs,vim is bad! -
Just some thoughts.
I think such exclamations as “let’s change the UI :-D” goes nowhere.
Why just not make some concrete point about UI?All the more, do you realize that you cannot just change the UI,
since this application, I assume, uses a framework or invoke native elements,
therefore you must either:
a) rewrite the whole UI engine so it does not rely on those, or:
b) use other framework (or manipulate the current framework somehow)The issue (from some above screenshots) is that by dark theme you
still have light borders? Well it is not so nice, I agree. But that is
by many apps I have used exactly the same issue.
So there should be a way to change the face color of UI elements globally and
not only the window contents. but it could easily mean radical refactoring
of the softare (= a lot of work).
OTOH, I will not understand in all my life why would one want to use
a dark theme anyway. -
@Mikhail-V said:
Just some thoughts.
I think such exclamations as “let’s change the UI :-D” goes nowhere.
Why just not make some concrete point about UI?All the more, do you realize that you cannot just change the UI,
since this application, I assume, uses a framework or invoke native elements,
therefore you must either:
a) rewrite the whole UI engine so it does not rely on those, or:
b) use other framework (or manipulate the current framework somehow)The issue (from some above screenshots) is that by dark theme you
still have light borders? Well it is not so nice, I agree. But that is
by many apps I have used exactly the same issue.
So there should be a way to change the face color of UI elements globally and
not only the window contents. but it could easily mean radical refactoring
of the softare (= a lot of work).
OTOH, I will not understand in all my life why would one want to use
a dark theme anyway.a) No, since NPP is based off of Scintilla/SCite. There are several other code editors based off of this too like e.g. Komodo Edit (which does have a customized GUI).
b) No, read above -
To the eternal change resistant crowd:
You can keep the menus as there are and have a nicer UI. Refresh the UI doesn’t mean ribbons.
VS Code doesn’t have ribbons, they have menus, and they managed to have something way nicer and modern than Notepad++. I would add a “search action” box to easily find something without having to know by heart all the menus and submenus, and it would be pretty perfect.The only other program that I use that is stuck in the 95-design era is Toad, and all the rest (Intellij Idea, VS Code, Sublime) are way nicer to use on a daily basis. I use Notepad++ as a default editor for text files because it’s super fast, renders nicely whatever you throw at him (json, xml, text, code), and the formatting options are great. But having a way to theme the editor would easily be the next thing I’d want over any new functionality.
Look and Feel IS important for a lot of people, specially when you use a program on a daily basis, and having a dark theme option is something basic these days (all the other editors that I use have it, even the browsers these days).
-
someone finally managed to change the UI by a totally dark color?
-
@Erik-Soon said:
someone finally managed to change the UI by a totally dark color?
No, unfortunately there seem to be little to no interest in that.
It’s a shame though since NP++ is really great when one have to preserve power since it doesn’t use any resources at all in comparison to other ‘modern’ editors. -
please consider a UWP user interface for windows10, Microsoft release a lot of materials and template in the last year…
-
Message for the developer:
You are a programmer, the highest level of tech nerd!
Why are you so scared of change?!
If necessary you could even make an option in the installation wizard to have a modern UI or a lightweight UI, like the choice of icon.(Up/downvote this please, wether you agree with me or not)
-
UI improvement is desirable (but a little bit subjective what and how it could be).
IMHO Linux compatibility is a most important requisite to npp. Many users are migrating to Linux, many of them are missing it.
-
Please DON’T change the UI to flat Win 10 style. If you have eyesight problems it’s ABSOLUTELY HORRIBLE!!
What you need (and already have) are icons that are cartoony/black-bordered and with bright colors so you can tell them apart at a glance, and toolbars and menus that are gray, so they contrast well with icons’ colors, and which have drawn-out borders, handles, shadows etc, so you can easily tell what is on which toolbar/row.
Meanwhile the fashionable thing is having single-color icons, or bland colors and everything glares and blends together. It’s all probably on a colored toolbar as well because some genius decided gray toolbars are ugly. Or maybe it’s on an eye-searing white background. And so I end up having to lean in every 2 minutes to look, or hover my mouse over every icon to see what’s what. I didn’t even get to the ribbons…
So there’s no new functionality. It’s just making your old editor look cool and hip, and in 5 years time it will be out of date again. It’s not just that UI reinvents itself all the time, it’s that the Win 10 flat style is pretty much the same thing as bad old Windows 3.x. Search the net and see for yourself. In fact, 3.x has strong borders so 10 is actually even worse. So why did they bring it back? To waste the developers’ time, of course.
N++ devs, please don’t waste your time on Win10-type flat interface. Please spend that time making N++ run natively on Linux so I can ditch wine/Windows completely :)
-
Hi All,
Can someone point me towards where I can update the gui? I have been reading through the code for a good while now and know where most things are at, but it’s taking me quite a bit. The goal would be to make it black or white with the windows 10 settings and leave the classic ui as an option via checkbox.
I will be doing this for my own sake, but will share the code on my own github page for if anyone wants it. Should people request it I can also add it to a pull request in the future once I am sure that it will not affect the apps current performance.
Regards!
-
Are you wanting to change actual code for this??
Why not just use/create/modify a theme ? -
Hi Scott,
I actually want to change the UI similar to the dark theme in visual studio with a few tweaks.
Regards,
Pyre909 -
@Pyre909 I think you would have to recompile it from source in order to make such changes? From the little research i did it seemed liked the colors was hard coded somewhere.
But… you wrote that 2 months ago, what’s the current progress?