232

It's still bare-bones by most standards, but Notepad has evolved a lot recently.

top 50 comments
sorted by: hot top controversial new old
[-] ptz@dubvee.org 130 points 1 month ago

Seems like they're taking everything good about Notepad and flushing it down the toilet.

Sometimes you just need a dumb, text editor you don't have to fight to do what you need. e.g. if I'm editing a config file, I don't want my text editor's spellcheck or autocorrect fighting me.

[-] cron@feddit.org 52 points 1 month ago* (last edited 1 month ago)

But tabs were a great addon. Also, it can finally handle linux line endings (\n). Thats the two things I miss when using old versions of notepad.

But a spell checker? Why?!

[-] wesker 58 points 1 month ago* (last edited 1 month ago)

Why?!

It's an opportunity to monitor the contents of the file, and your keystrokes.

[-] cron@feddit.org 9 points 1 month ago

Maybe add some forced integration with onedrive then?

[-] kusivittula@sopuli.xyz 4 points 1 month ago

also killing wordpad and putting features from that to notepad means one less program to maintain, less expenses

load more comments (1 replies)
[-] TimeSquirrel@kbin.melroy.org 13 points 1 month ago* (last edited 1 month ago)

That carriage return that Windows sneaks in there has been the source of a lot of file-parsing problems for me when I forgot to catch that in my programs, because I develop on Linux and I'm not expecting it.

[-] bamboo@lemm.ee 3 points 1 month ago

Different OSes using different line endings is such a long standing and well known problem that I would only describe the bugs that come as a result as bad programming. Not even lazy programming, a lazy programmer uses a library that abstracts away these differences.

[-] TimeSquirrel@kbin.melroy.org 10 points 1 month ago* (last edited 1 month ago)

I program embedded devices. There's not often just a ready to go library for what you want to do when you're doing bare metal. You're given a C compiler with the bare minimums, and that's it. You're expected to mostly build what you need by yourself. That includes file-parsing routines. A microcontroller doesn't even have any idea what a filesystem is unless you build one. I gotta do all that myself with an SD card through low level SPI stuff.

On general purpose OSes, yes, you have a plethora of frameworks and libraries to choose from. In this world, the cool stuff, like C++ Boost libraries for example, doesn't exist.

load more comments (1 replies)
[-] NeoNachtwaechter@lemmy.world 14 points 1 month ago

Seems like they're taking everything good about [...] and flushing it down the toilet.

Isn't that a long time habit?

[-] ptz@dubvee.org 4 points 1 month ago

Lol, yeah, but with notepad it's an extra helping of how dare they?

[-] jqubed@lemmy.world 9 points 1 month ago

The article says it’s off by default for (iirc) config files and ‘other files associated with coding’

Still, not really a place I want spellcheck

[-] FaceDeer@fedia.io 4 points 1 month ago

So turn those features off. I just checked, there's a setting for both spellcheck and autocorrect.

[-] partial_accumen@lemmy.world 21 points 1 month ago* (last edited 1 month ago)

So turn those features off. I just checked, there’s a setting for both spellcheck and autocorrect.

Lots of us use notepad on hundreds of different machines, many times freshly installed. "just turn it off" is not a solution as that increases the unnecessary burden beyond the utility of the application.

A bigger sin of new Notepad is that its no longer ephemeral when not saving the file. This is really bad if you happen to copy secure data into notepad for brief evaluation or manipulation. It now gets saved unencrypted to the file system in a temporary file whether you want it or not.

[-] Deceptichum@quokk.au 5 points 1 month ago

Or just use wordpad instead of turning notepad into wordpad?

There’s a reason we opened notepad and it wordpad. Adding features and bloat to notepad removes that.

[-] henfredemars@infosec.pub 60 points 1 month ago* (last edited 1 month ago)

Microsoft:

Gets rid of Wordpad.
Turns Notepad into Wordpad.

[-] Brkdncr@lemmy.world 12 points 1 month ago

Wordpad was getting no usage. They offer Word for free as a web app and PWA if you want it.

It’s ok to retire a product that has no reason to exist and focus on a single app like notepad.

[-] Rivalarrival@lemmy.today 5 points 1 month ago

Notepad was getting usage, even if Word was installed, specifically because Notepad doesn't have all the bullshit needed for a word processor. It is a text editor. It is for editing text files. Text files that probably contain machine-readable program configuration data with arguments that are now going to be flagged by spellcheck, and probably changed by autocorrect from the term the program is expecting to something that it can't understand.

The people who use notepad need it to not have these "features". These "features" make wordpad less useful for the people who use it.

[-] seven_phone@lemmy.world 11 points 1 month ago* (last edited 1 month ago)

Reminds me what Microsoft once was, Word often would be bundled free at source with Windows because people need a word processor. Notepad was provided as a very light way to get down notes and edit, and then additionally Wordpad was a place between them. I have used Notepad more than any other application, you could even use it as a cheap and cheerful hex editor. Now Word is a subscription, Wordpad is being removed from Windows - even that sentence looks wrong, and Notepad is to be bloated into probable redundancy. I have no real idea why Microsoft is squandering it's legacy, we grew up with these things.

I think maybe it is a switch in emphasis, Microsoft of old built things people needed and took money for that. Modern Microsoft is trying to get money from people and building things to do that.

[-] Peffse@lemmy.world 12 points 1 month ago

I can't recall a single computer I sold or had anyone buy having Word bundled with the computer, but Microsoft Works Word Processor was bundled everywhere, before they started doing the Office trial junk. I always ended up using WordPad in rtf format anyway because all the file format differences made moving docs so hard.

And yeah, ads in calc.exe, the death of WordPad, the bloating of Notepad... all pretty normal stuff now. There must be a mandate from the higher ups that anything untouched for x amount of days has to be removed or monetized.

[-] subignition@fedia.io 10 points 1 month ago

... ads in calc.exe? what the actual fuck

[-] Peffse@lemmy.world 4 points 1 month ago

Yup, back when it transitioned to UWP. I don't know if they removed them because I immediately extracted the old version from a previous Windows and have been towing along that import baggage every setup since.

[-] subignition@fedia.io 4 points 1 month ago

I already migrated the Win7 calc.exe because I don't like how poorly the Win10 one handles keyboard input, thanks for letting me know I need to make sure to save it for when Win11 becomes inevitable, too.

[-] seven_phone@lemmy.world 3 points 1 month ago

Maybe it's local, I am in the UK and every computer I bought with Windows installed up until about 8 years ago came with standalone Word bundled. Works was there too but unused.

[-] downpunxx@fedia.io 8 points 1 month ago
[-] jasep@lemmy.world 7 points 1 month ago
[-] BearOfaTime@lemm.ee 3 points 1 month ago

Thanks, that's pretty cool. Gotta love OSS geeks, build shit cause they can.

Sadly, not being built in is part of the problem 😕. Though this will be a great, lightweight tool I can add to my kit, and to builds.

[-] bionicjoey@lemmy.ca 6 points 1 month ago* (last edited 1 month ago)

Inb4 they release "textpad" as the new notepad analogue once notepad becomes too bloated. Then the cycle will continue.

[-] aStonedSanta@lemm.ee 41 points 1 month ago

Just. Use. Notepad++. K. Bye.

[-] lud@lemm.ee 27 points 1 month ago

There is absolutely a value in having competent built in tools. Not sure it really needs spellchekck but sure why noot

[-] aStonedSanta@lemm.ee 7 points 1 month ago

Oh I agree but. Why wait on Microsoft to make something better when an alternative is exceptionally better.

[-] chiliedogg@lemmy.world 9 points 1 month ago

Because I have to do a mountain of paperwork to get an admin to authorize a software installation on my work computer, so having better tools baked into the OS is a huge win.

[-] helpImTrappedOnline@lemmy.world 7 points 1 month ago

Why not encourage microsoft to get their shit together? Office software seems to be the only thing they are actually good at.

These are the types of features we need to encourage. Who cares if its 20 years late, I'd rather they focus on notepad than "AI" and breaking local accounts.

[-] pHr34kY@lemmy.world 35 points 1 month ago* (last edited 1 month ago)

A spell checker is pretty useless. It's not a word processor. I just want to very quickly open a text file and perhaps make a small edit. I would usually use it for config files.

Syntax highlighting for xml, JSON, yaml and CSV would be a much more useful feature. gEdit on gnome really nails the lightweight but useable text editor.

Also, would it kill them to use a rolling buffer instead of loading and rendering an entire 500MB file before rendering the first 30 lines on screen?

People say "just use [editor]", but it's no good when you're configuring someone else's prod environment 7 proxies deep, and all you can use is notepad.

load more comments (3 replies)
[-] TheBat@lemmy.world 31 points 1 month ago

Who tf asked for this

[-] Omgboom@lemmy.zip 26 points 1 month ago

They need to leave notepad the fuck alone. There's no reason why when I open notepad every config file I've touched for 6 months opens, despite that option being turned off.

[-] Rooki@lemmy.world 21 points 1 month ago

idk if this is a good thing or bad... because you never expected it to have it. Next they integrate copilot into it and it eats up cpu like its toast.

[-] yesman@lemmy.world 15 points 1 month ago

I have noticed slight improvements to Windows core suite of apps. Explorer and Notepad have tabs, Paint has layers, and the "power toy" called 'run' is the best launcher on any platform I've tried (and I've tried a bunch).

Seems like M$ is trying to meaningfully update it's core software recognizing that what features are "basic" has changed. Seeing as how this is just added functionality with no proximate adds or other shifificatiton, we should be glad.

[-] Toribor@corndog.social 4 points 1 month ago

Explorer tabs is seriously one of the best improvements they've made to Windows in years.

[-] ShroudedScribe 4 points 1 month ago

Not to downplay how good Run is, but I believe it's effectively a fork of a launcher called Wox. A better fork with many improvements, but it's worth noting that it wasn't cooked up at MS from scratch.

[-] BearOfaTime@lemm.ee 13 points 1 month ago

Thankfully Notepad++ exists

[-] FaceDeer@fedia.io 5 points 1 month ago

Which has waaaaaay more features than Notepad does.

[-] Toes@ani.social 7 points 1 month ago

Let's be honest, after Microsoft fired everyone that knew how to maintain Windows they only have interns and the windows phone team left to maintain it...

[-] Siegfried@lemmy.world 9 points 1 month ago

Lets be honest, MS does not know how to maintain windows or any of their programs since Win95. That's way every product they sell is just a wrapped and over GUIed version of an old piece of software.

load more comments (1 replies)
[-] TimeSquirrel@kbin.melroy.org 6 points 1 month ago* (last edited 1 month ago)

Can't just have a basic system utility that does what it needs to and no more, like *nix OSes do. No, gotta bloat up and enshittify everything no matter how mundane. We didn't need you to turn Paint into a half-ass shitty Photoshop, and we don't need this either. That's what a word processor is for.

[-] FaceDeer@fedia.io 4 points 1 month ago

If only you were allowed to install your own text editor.

[-] Omgboom@lemmy.zip 8 points 1 month ago

I shouldn't have to install a 3rd party text editor on every server I spin up or new laptop I deploy.

[-] undefined@links.hackliberty.org 4 points 1 month ago

Deploying a Windows server sounds like such a shit show, just saying

[-] FaceDeer@fedia.io 3 points 1 month ago

Do you really leave Windows with default-everything whenever you deploy a Windows machine?

load more comments (1 replies)
[-] glimse@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

I miss my shitty basic Notepad. Tabs are nice but I wound up disabling them - that's not how I use my basic text editor.

Notepad++ is my second most-used text editor but it feels too "complicated" for what I use Notepad for, too.

I might copy the exe from my home PC to my work computer

load more comments
view more: next ›
this post was submitted on 08 Jul 2024
232 points (96.4% liked)

Technology

57226 readers
4652 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS