Microsoft is slowly removing features, but is it adding any notable features? Here are some examples of features I would like to see: - Native Markdown viewer and editor, to replace Wordpad - Disk space manager - graphically show where my diskspace went; allow me to find and delete large files - Restartable and reliable file copy (similar to rsync on Linux) - Notepad with same features as textarea element in browser,…
Microsoft is killing WordPad in Windows
171–180 of 367 posts
Re: Microsoft is killing WordPad in Windows
#172Fun fact: Before WordPad there was Microsoft Write. Typing 'write' in the Run dialog still opens WordPad today. They kept the alias for 28 years.
Re: Microsoft is killing WordPad in Windows
#173This is deeply unfortunate. WordPad is by far the best implementation of RTF anywhere.
But who uses RTF? I can't recall ever receiving an RTF file. Scanning my drives, I've only found a single Readme RTF file in some old Windows utilities.
But then at some point I think that might have been replaced in practice with HTML as a clipboard format instead.
I'm not sure if you copy text from browsers or word processors today, if it's usually available as both RTF and HTML, or only one?
Re: Microsoft is killing WordPad in Windows
#174Re: Microsoft is killing WordPad in Windows
#175Honestly, I'm just waiting for the Linux community to figure itself out with Wayland/X and get a bit more stable and I'll probably be switching. The only question in the air for me is how I'm going to manage my cloud files (I've gotten used to having filesystem sync between multiple devices) as the existing offerings seem more or less meh.
Re: Microsoft is killing WordPad in Windows
#176Earlier quoted context omitted.
> I literally could write a WordPad clone in an afternoon You might be able to make a Notepad clone in an afternoon, but not wordpad. Creating parsers for all the formats it supports (rtf/doc/html) as well as the renderer/wysiwyg editor would take anyone several days of either coding, or stitching libs together.
The parser and renderer is a pre-existing RichTextEdit widget. Add menus and save, open, and print functionality and you are over 90% of the way to a WordPad clone.
I'm assuming that's not built into the widget or into Windows. Is there an open-source drop-in docxrtf library out there?
Re: Microsoft is killing WordPad in Windows
#177This is the sort of non-consensual change that is the hallmark of proprietary software and drives me towards using free and open-source software every chance I get. I love WordPad's simplicity, and I'll miss it.
Re: Microsoft is killing WordPad in Windows
#178I must be the only one who didn't know what a WordPad was before reading about it being removed on here. What do you use it for? I can't remember the last time I had to edit a text document that wasn't either pure text (like markdown), a pdf, or an office file. Some people mentioned ".rtf" files in this thread, but I don't believe I've ever heard of one of those being used for anything.
Re: Microsoft is killing WordPad in Windows
#179Earlier quoted context omitted.
On the contrary, the difference is precisely that an abandoned FOSS program can be picked up by someone else; that this ability is not always used is beside the point.
Not always is a misnomer. It rarely if ever is. Anyone remember PhantomJS? It took years before a replacement emerged and nobody was willing to take in the project, and this was a critical piece of tech at the time
It happens all the time. But when it happens it's so transparent that nobody even notices.
There are many 30+ year old open source applications still in use. How many of the current maintainers are still the original developers?
Re: Microsoft is killing WordPad in Windows
#180Fun fact: Before WordPad there was Microsoft Write. Typing 'write' in the Run dialog still opens WordPad today. They kept the alias for 28 years.