Live data from Hacker News

Bug in Notepad Involving Asterisk in Title Bar

suszter.com

61–70 of 132 posts

Re: Bug in Notepad Involving Asterisk in Title Bar

#61
post #28

Earlier quoted context omitted.

Probably because few of the people who are aware of what an asterix in the title bar mean (mostly devs) are still using notepad.

I mean... I use notepad. I frequently use it to clear the non-text formats from the clipboard so when I paste I actually get text. Some apps don't let you pick the paste format and try to be helpful with formatting. Most of the time I don't want that. Win+R is useful for small snippets, but notepad is useful for multiline text. But I don't pay attention to the asterisk, because I just use it as a scratchpad. When I n…

I do the same. People often reference CTRL+SHIFT+V without realizing that it isn't a Windows feature, the destination application needs to implement it (which several popular applications do, but not all).

Notepad is a great "scratchpad" application for clearing format/re-arranging data/fixing copy mistakes/etc. Plus leaving little short-duration notes to myself (with Sticky Notes for longer term reminders).

The fact it is a window-ed application on Windows is a major perk in 2021 when nearly no application behaves in a standard way anymore. That's why I use Notepad++ for different things than Notepad: It is more powerful, but takes longer to open, and has tabs which is a detriment for my usage of Notepad (I want fast taskbar switching) but a benefit for how I use Notepad++.

Notepad++ is great for Show Symbol -> Show All Characters, Encoding, and RegX/Extended Search&Replace in particular. Regular Notepad as a glorified clipboard helper.

Re: Bug in Notepad Involving Asterisk in Title Bar

#62
post #50

Earlier quoted context omitted.

if(key !== KEY_DELETE) { testForChanges(); }

probably a range on the numerical index of the keys, non?

Yeah I don't think that will literally be the code, but that's the outcome. Something like a range, or the del key being handled separately, I would assume.

Re: Bug in Notepad Involving Asterisk in Title Bar

#63
post #42

What a feature to introduce in 2020. This has been a core part of the UI of OS X for… ever? For every app.

macOS is using "dot on top of the Close button", to indicate both that there are unsaved changes, and that if you tried to close the window, you would get a prompt asking about unsaved changes. Simpler, more elegant, better integrated solution, consistent across the whole OS. "Asterisk in the Title Bar" is a very unrefined solution to the problem.

Asterisk in the title bar lets me see which of my notepads in the taskbar are saved and which aren't.

Not saying it's better, just that your "unrefined solution" might be another man's "feature".

Re: Bug in Notepad Involving Asterisk in Title Bar

#64

not asking to get into an app namedropping war, but do alot of ppl use Notepad still? Kind of moved away from it years ago due to encoding, lack of some features etc

I use it every day. On my machine, it opens much faster than Sublime Text, let alone VS Code. If I want to see or change a small file, or want to write a quick note, I open Notepad.

Re: Bug in Notepad Involving Asterisk in Title Bar

#66
post #42

What a feature to introduce in 2020. This has been a core part of the UI of OS X for… ever? For every app.

macOS is using "dot on top of the Close button", to indicate both that there are unsaved changes, and that if you tried to close the window, you would get a prompt asking about unsaved changes. Simpler, more elegant, better integrated solution, consistent across the whole OS. "Asterisk in the Title Bar" is a very unrefined solution to the problem.

Oh god, thanks for the tip! :D I always wondered what that point was sometimes doing there. Somehow the asterisk is easier to understand!

Re: Bug in Notepad Involving Asterisk in Title Bar

#67
post #49

not asking to get into an app namedropping war, but do alot of ppl use Notepad still? Kind of moved away from it years ago due to encoding, lack of some features etc

Any app that’s installed by default is always used by large numbers of users. Even if not for real text editing, plenty of people use it just as a temporary place to paste copied text to strip the formatting before copy/pasting it somewhere else.

I'm still kinda mad that there's no default shortcut for "paste without formatting" in Word, like CTRL+SHIFT+V in Chrome. It's like one if the most used feature for me in Word.
Post reply on HN