Bug in Notepad Involving Asterisk in Title Bar
71–80 of 132 posts
Re: Bug in Notepad Involving Asterisk in Title Bar
#72Re: Bug in Notepad Involving Asterisk in Title Bar
#73Re: Bug in Notepad Involving Asterisk in Title Bar
#74not 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
Re: Bug in Notepad Involving Asterisk in Title Bar
#75Aside from everything else, I have great respect for people who find bugs in widely used and long-established software. Even though this may not be a major bug, I admire the bugfinder just the same.
OK, that's an exaggeration, but it is occasionally developed, despite its appearance not changing much in 25 years.
My favourite features it gained were support for Unix (LF) line endings, and support for normal UTF-8 (without a BOM).
Re: Bug in Notepad Involving Asterisk in Title Bar
#76This would be avoided if Notepad was implemented in React Native for Windows.
I would drop everything and try to compromise a nested dependency
Re: Bug in Notepad Involving Asterisk in Title Bar
#77Earlier quoted context omitted.
Huh (confirmed), trying to imagine that code path. Edit: Played around a bit, it's odd. For example then click on a different window (release focus) does trigger the update.
Just looking at the messages received, it looks like they're triggering off a few different things to fall into the code path that looks for changes (the missing numbers are due to me deleting uninteresting messages): 002A1272 P WM_KEYDOWN nVirtKey:VK_DELETE cRepeat:1 ScanCode:53 fExtended:1 fAltDown:0 fRepeat:0 fUp:0 002A1272 S EM_POSFROMCHAR wCharIndex:0 004E0A18 S WM_COMMAND wNotifyCode:EN_CHANGE wID:15 hwndCtl:00…
Re: Bug in Notepad Involving Asterisk in Title Bar
#78Re: Bug in Notepad Involving Asterisk in Title Bar
#79not 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
1) to strip formatting of text
2) to validate text. For example spotting an O or 0, | or l, etc. Its quite normal when dealing with user input to find configuration errors this way
3) Quick temporary paste buffer. Nice when jotting down phonecalls. Better than onenote since it opens quickly and ready to accept input. it never opens on some random page full of categorized notes.