I worked on Windows back in 2014, probably the most surprising thing joining there out of college was looking through the bug database. Every issue that gets complained about online -- and many more -- are in there, and have been for a long time, marked WONTFIX due to a potential compatibility break, lack of priority, or some other policy reason. I don't know if anyone even owned Notepad or any other older inbox apps…
> For Notepad a frustrated engineer had produced a change-set to fix all of them Hey, that was me (JeffMill). I was a dev lead for the Windows shell team at the time, and I got frustrated with notepad not getting any attention, so I spent a weekend and made the changes you describe and more, and had one of my reports code review it. I checked the changes in, and that week, some of the members of test team (remember t…
Redesigned Notepad for Windows 11
281–290 of 314 posts
Re: Redesigned Notepad for Windows 11
#282Earlier quoted context omitted.
I came back to Windows Gui development this autumn, and we thought we'd try jumping in to WinUI3 as newer == better, right? Really hasn't worked out that way. It's literally only just hit 1.0. The prerelease versions had problems with "unpackaged" deployment (which is one of the key things we want, so we don't have to wrestle with the Windows store). I just got an internal email saying "MS has a very convoluted proce…
Yeah, I really don't want to be on their shoes, and if we on the outside don't make our pain points clearly visible, I have the feeling that management will never change course. On the outside it looks they have made a mess across teams, and now everyone is competing for our attention regarding Forms, WPF, WinUI 2.x on UWP (XBox, HoloLens, Windows until WinUI 3.0 catches up), WinUI 3.0 (some day), MFC (WinUI with C++…
And they've never quite dealt with having their platform be eaten by the web and the Apple Store / Google Play Store. See https://blogs.windows.com/windows-insider/2021/10/20/introdu...
There's also the tension between dotnet core trying to be properly cross-platform vs having it actually support the various Windows toolkits. They've historically been welded into the build system as first-class citizens, rather than optional packages, which causes trouble as soon as you do a cross-platform build. WinUI3 goes halfway to fixing that by being installable as a package, but still relies on "true".
Re: Redesigned Notepad for Windows 11
#283Earlier quoted context omitted.
There is a chance that your use case is basic and hasn’t changed in 20 years, but I think there is a higher chance of it’s a case of general hatred for Microsoft. > only bloat to keep up with the need to create a need for faster processors. Do people not see what their feelings towards Microsoft turns them into?
List one feature from Word that didn’t exist in 2003 that you depend on.
Re: Redesigned Notepad for Windows 11
#284Does it have freaking linewrap?
Word Wrap has been in Notepad for some time, in the Format menu.
Screenshot: https://i.imgur.com/vCJF5UW.png
Re: Redesigned Notepad for Windows 11
#285I worked on Windows back in 2014, probably the most surprising thing joining there out of college was looking through the bug database. Every issue that gets complained about online -- and many more -- are in there, and have been for a long time, marked WONTFIX due to a potential compatibility break, lack of priority, or some other policy reason. I don't know if anyone even owned Notepad or any other older inbox apps…
I suspect it's a mindset change. Not heeding demand and staying stuck in the past was how Windows became a punchline, although I'm sure enterprise customers loved it. At some point it did begin to change -- I suspect it hasn't changed enough for HN readers. For instance, Unix LF support was added to Notepad back in 2018 (at last!) with a few registry switches for compatibility.[1] [1] https://devblogs.microsoft.com/c…
I'm not entirely clear whether the "current" API set called "WinRT" is the continuation of "Windows RT". It sounds plausible but it could just be Microsoft being terrible at naming.
Re: Redesigned Notepad for Windows 11
#286Earlier quoted context omitted.
> For Notepad a frustrated engineer had produced a change-set to fix all of them Hey, that was me (JeffMill). I was a dev lead for the Windows shell team at the time, and I got frustrated with notepad not getting any attention, so I spent a weekend and made the changes you describe and more, and had one of my reports code review it. I checked the changes in, and that week, some of the members of test team (remember t…
Why not releasing it as NewNotepad or something? This way it keeps the old one working but provides a newer alternative. Like Paint and 3DPaint or whatever it is called.
Re: Redesigned Notepad for Windows 11
#287Earlier quoted context omitted.
This all can be worked around given enough will. Excel files do have a format version number in them somewhere, right? I'm sure they do. So support the old behavior for older files, and the new one for the newer ones. All files created with the new version of Excel won't be affected by that bug, but the older ones, that might rely on it, won't break either.
It gets worse. This workaround is also in VBA, which has an enormous install base. Books on Excel programming explicitly call out this issue. This is one thing I definitely would not want fixed. You will break countless workflows that have operated for decades.
Re: Redesigned Notepad for Windows 11
#288Earlier quoted context omitted.
Yeah, I really don't want to be on their shoes, and if we on the outside don't make our pain points clearly visible, I have the feeling that management will never change course. On the outside it looks they have made a mess across teams, and now everyone is competing for our attention regarding Forms, WPF, WinUI 2.x on UWP (XBox, HoloLens, Windows until WinUI 3.0 catches up), WinUI 3.0 (some day), MFC (WinUI with C++…
They've absolutely lost their roadmap, and I think they've also lost the distinction between solving a problem that Microsoft has versus a problem the users have. And they've never quite dealt with having their platform be eaten by the web and the Apple Store / Google Play Store. See https://blogs.windows.com/windows-insider/2021/10/20/introdu... There's also the tension between dotnet core trying to be properly cros…
Re: Redesigned Notepad for Windows 11
#289Earlier quoted context omitted.
Doesn't UWP/WinUI render using DirectX? What makes it so slow?
Prevailing reason for the speed of ms code: >I believe what you’re doing is describing something that might be considered an entire doctoral research project in performant terminal emulation as “extremely simple” somewhat combatively. https://github.com/microsoft/terminal/issues/10362