A remote code execution vulnerability has been found in Microslop Notepad

https://lemmy.blahaj.zone/post/38442116

Blåhaj Lemmy - Choose Your Interface

I miss oldskool Notepad being present on the system. Win11 Notepad is a worthless piece of shit.
But … any computer or vm that I use for more than a few hours gets a copy of Metapad.

I’ve been using Metapad for … umm … decades.
Metapad is a simple, extremely lightweight editor, intended to just barely be better than Notepad, fixes a lot of shit that MS never did and stays simple.
liquidninja.com/metapad/

Metapad: fast, tiny and powerful Windows notepad replacement

I’ve been a long time user of Notepad++ after Notepad started inserting random whitespace characters in files, which messed up some jankety scripting I was doing at the time. Do you happen to know if Metapad is good about not adding unintended characters like that?

Yes. Metapad is too dumb for that shit. By design.
It’s only barely smart enough to be better than Notepad.
It’s not smart enough to do anything dumb.

Its free, extremely mature, and you already know how to use it.
Metapad is a feature-for-feature drop-in replacement for Notepad.

Thanks! I’ll check it out 🍻

It’s not smart enough to do anything dumb.

I love this. Amazing quote

I use EditPadLite and have done for a loong time. It has regex find and replace, is fast and you can tell it to display word wrapped or not, numbered lines or not, font, size, colours, syntax highlighting scheme, all based on file extensions. I have it as my default text editor and for all kinds of other files as well as text.

If I want to do major coding, I fire up the IDE and choose from my recent projects, but if I want to quickly edit some xml or a single source file, I double click it and edit it in EditPadLite.

This is the first I’ve heard of EditPadLite. From a cursory examination of their site, it appears to be written with the same general design philosophy as Metapad, albeit not as low profile. I’ll give it a tentative thumbs up.
The EditPadLite download is 18mb. My copy of Metapad is 190k. Small and fast.

The only time it’s ever in the least bit slow to load is when it’s on a onedrive folder at work and Microsoft don’t cache it locally so there’s a delay getting the thing in the first place.

Does metapad have regex find and replace? If so, smaller and even faster is appealing.

The find and replace is based off of the Notepad interface.
It does support searching for newlines and such, but it doesn’t look like it does full regex.
Ah. I use regex replace every week with matching substrings a good few times a month. It’s not any slower to load than notepad and considerably less annoying.