RIP Microsoft WordPad
51–60 of 100 posts
Re: RIP Microsoft WordPad
#52This is slightly off topic but might be helpful to some people who use both Notepad on Windows and TextEdit on Mac but are tired of the open document screen that starts by default when opening TextEdit. For example, I take calls while at my Windows based workstation. When I'm starting a phone call, I instinctively open notepad and jot down notes while on the phone. I don't usually save the file but I will complete th…
I use notepad++ on windows and have open all the time. Any more I want to write down I open a new tab. Notepad++ keeps the tabs even if not saved and automatically reopens them next time you start it. Combined with search in open files feature it makes it extremely useful.
Re: RIP Microsoft WordPad
#53This is slightly off topic but might be helpful to some people who use both Notepad on Windows and TextEdit on Mac but are tired of the open document screen that starts by default when opening TextEdit. For example, I take calls while at my Windows based workstation. When I'm starting a phone call, I instinctively open notepad and jot down notes while on the phone. I don't usually save the file but I will complete th…
I just use Sublime Text for that. It opens immediately on all OSs
Re: RIP Microsoft WordPad
#54Literally never found an use for WordPad. Neither for Notepad, if we're at it. For text files, Notepad is pretty much useless. For short files I'm using Notepad++, I tried using plain Notepad and I can't describe exactly why but it's almost unusable in comparison. And for large files (MBs to GBs) I'm using less. From git bash. And if I need any sort of rich text formatting, there's the free Libre Office which is usua…
I'm indifferent about Wordpad; always surprises me to read people don't regularly use Notepad. I use it as a clipboard scratchpad. It strips RTF when copying between programs since Windows itself has no built-in way of doing so and you can also use it to clean up whatever you're copying. It loads fast and is minimalist. Some programs on Windows vomit all over themselves when receiving RTF information, like Teams for…
Re: RIP Microsoft WordPad
#55ReactOS has a WordPad.exe
Is there an easy way to just get Wordpad without loading up ReactOS?
Re: RIP Microsoft WordPad
#56Literally never found an use for WordPad. Neither for Notepad, if we're at it. For text files, Notepad is pretty much useless. For short files I'm using Notepad++, I tried using plain Notepad and I can't describe exactly why but it's almost unusable in comparison. And for large files (MBs to GBs) I'm using less. From git bash. And if I need any sort of rich text formatting, there's the free Libre Office which is usua…
I'm indifferent about Wordpad; always surprises me to read people don't regularly use Notepad. I use it as a clipboard scratchpad. It strips RTF when copying between programs since Windows itself has no built-in way of doing so and you can also use it to clean up whatever you're copying. It loads fast and is minimalist. Some programs on Windows vomit all over themselves when receiving RTF information, like Teams for…
There have always been so many free/shareware editors better in every way you wanted, even in launching speed.
It always surprised me to hear people regularly using it
---
> I use it as a clipboard scratchpad. It strips RTF when copying between programs since Windows itself has no built-in way of doing so and you can also use it to clean up whatever you're copying.
I'm pretty sure it's not Notepad that strips RTF, it only exploits the windows clipboard feature: the clipboard can store data in multiple formats, and it's actually the applications that support storing it in RTF that also store it in normal text (this is actually usually handled by a control that the application is using, such as win32's Rich Edit).
In short, you can do the same by pasting the text in anything that doesn't support rtf (the only caveat is that the application might reencode and mangle the text when it reads it - old versions of Notepad could do it, for example).
There are also utilities that let you paste the clipboard's plain text directly.
To see what's really inside the clipboard you can use e.g. https://www.nirsoft.net/utils/inside_clipboard.html , if it still works.
Re: RIP Microsoft WordPad
#57A bit like the Markdown of it's time.
Re: RIP Microsoft WordPad
#58Re: RIP Microsoft WordPad
#59Actually as others said, since it's simply a Rich Edit wrapper they could just leave it; at least they could leave a view-only version, although the editing features are in all likelihood equally simple.
Any vulnerability it might have is probably present in the controls themselves rather than its code.
Re: RIP Microsoft WordPad
#60This is slightly off topic but might be helpful to some people who use both Notepad on Windows and TextEdit on Mac but are tired of the open document screen that starts by default when opening TextEdit. For example, I take calls while at my Windows based workstation. When I'm starting a phone call, I instinctively open notepad and jot down notes while on the phone. I don't usually save the file but I will complete th…
I was a longtime Windows user and used Notepad similarly. When I eventually transitioned to Apple I shifted to Notes, curious why you’d not use this in lieu of TextEdit?