"Barely maintained"
Notepad was a very simple application. Did it even need more effoet put into it? Looks more like they fixed what was not broken.
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
"Barely maintained"
Notepad was a very simple application. Did it even need more effoet put into it? Looks more like they fixed what was not broken.
It was definitely lacking in core areas. Large files, better search, possibly spell check (and why isn't spell check core Windows functionality?). It also could have used better handling for non-Windows text files. But overall, yes, this wasn't a program that needed a dedicated team to manage or improve.
This. It needed absolutely nothing added to it. You could write text files, what more did anyone ever need from it? The app was done. It was ready.
This is a concept that is not even in the vocabulary of IT companies these days and I can understand it for complex systems that have dependencies up the wazoo but notepad was just a notepad and that was good enough.
There were a few things that it eventually got but lacked for way too long like support for UNIX line endings.
I like dark mode and tabs. Now I actually use it a lot more. I don't like adding a gibberish generator...
And how much slower is it to launch and use?
I'll stick with notepad++
I use Neovim, BTW.
I shall take a peek. I don't plan on upgrading to W11 so notepad won't even be a thing anymore anyways.
KWrite is what you want
Oh wait, if you are not familiar with Vim or Neovim, then this won't be for you probably. It works completely different compared to a regular text editor and is somewhat complicated and for terminal. There are benefits to it why that is, but just so you know its not a "normal" editor. This is just a warning. :D
In example the keys h
, j
, k
, l
are used to move the cursor in the editor and every key is a special command basically. You have to switch into editing mode to type in text.
I tried vi in college and still haven't been able to exit. (exaggeration, of course, but dear god, that made Notepad seem user friendly) When in Linux, I tend to use Kate and nano.
Yeah, you kinda need to know this before opening it. I was first introduced to vim in a uni course, so it was written out in the assignment text. But with emacs I had to throw the comouter away.
Actually Vi is not Vim. Vim is a lot user friendly with its documentation. The question is, what you expect and if you learn it properly. Its not unser unfriendly, its just different. It's like saying GIMP is user unfriendly, because you used Photoshop before and GIMP is not exactly the same.
end of my rant :D
I've used vim in the past, normally stuck with nano though. It won't be a big shock with how different it is. My daily driving is current windows so never bothered with much else other than notepad++ but come October I'm formatting all drives in my house to rid myself of anything windows related and starting fresh with some Linux flavor. Most likely ubuntu or mint, haven't settled yet
I cycled through a number of distros a few years back on my mini HTPC before finally settling on KDE Neon. The amount of customization with panels and such is insane. I started by trying to recreate the Windows experience (which is dead simple) but soon branched out to having multiple panels, which can be autohidden individually. Settings on the left side of the screen, power options on the right (both set to hide), system tray up top, and the task manager at the bottom.
I think there is a pretty big difference between an optional plugin and it being built in by default.
They're both optional. You can turn it off in Notepad.
I don't use it, but I assume the writes for you was to imitate VS Codes GitHub copilot. While it will suggest code in stuff like scripts, you can absolutely ignore it