Earlier quoted context omitted.
I've always liked Apple's approach more. There are public APIs that are mostly guaranteed to work across system versions. Then there are private ones. You can reverse engineer them. You can use them in your apps. They might even do what you wanted. But you're on your own with them, as Apple rightfully considers itself free to break anything that isn't part of the public SDK. Microsoft, on the other hand, sees that so…
Maybe that’s part of why Windows owns the enterprise and Apple isn’t really a thing in that market.
Redesigned Notepad for Windows 11
301–310 of 314 posts
Re: Redesigned Notepad for Windows 11
#302Earlier quoted context omitted.
There are flags for this. There is a flag to toggle “Microsoft Edge scrolling personality” in Edge and there is a flag to toggle smooth scrolling overall.
I am aware of these, yeah - "Microsoft Edge scrolling personality" is only for touch scrolling gestures as far as I can tell, it doesn't affect scroll wheel scrolling for me. I've disabled smooth scrolling in Edge because of this, yes.
Nor scroll to top/bottom via the Home/End keys. In Firefox (or Chrome for that matter) it's quick enough that I don't mind the smooth scrolling, but in Edge it's comparatively and disconcertingly slow.
Re: Redesigned Notepad for Windows 11
#303Earlier 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…
If I could upvote you ten points, I would. I love Notepad. I love the .LOG feature. I hit F5 for fun. For some reason, the dead-simple text editors have always fascinated me. It's damn near good enough.
Re: Redesigned Notepad for Windows 11
#304Earlier 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
And I guess DirectDraw lacks a fast API to do colored text?
Re: Redesigned Notepad for Windows 11
#305Earlier quoted context omitted.
There is also write.exe or, just a suggestion, buy MS Office Word in a package deal for like ninety nine bucks. I can see why notepad might be deemed unimportant by Microsoft with both a commercial alternative to push and a more powerful editor also built in. (Assuming write.exe is still in W11, last I used was 7 I think.)
So Notepad is not core OS functionality because you can buy Word for only $99 to edit your config files? Am I getting this right?
Re: Redesigned Notepad for Windows 11
#306Re: Redesigned Notepad for Windows 11
#30710 minute QA because they don't seem to have done it: - It consistently starts slower than Notepad3 while having substantially fewer features to load (and also slower than the old Notepad of course) - THEY ANIMATED THE SCROLLING OMG PLEASE DONT DO THIS (especially when grabbing the scroll bar handle). Any amount of delay is too much in notepad - the animation runs at 60Hz even on a high refresh rate screen, so it loo…
Re: Redesigned Notepad for Windows 11
#308Sometimes I just copy and paste file contents to local, edit, and write it to out with command line utilities or powershell.
Re: Redesigned Notepad for Windows 11
#309I would love for Windows to ship with a command line text editor so that I could be guaranteed to have something when using a remote command line. The moral equivalent of knowing vi will be on any Linux system from a server to doorbell. Maybe I'll learn about one from the HN crowd. I've tried my old DOS go-tos (e.g. edit), but they're no longer around. Sometimes I just copy and paste file contents to local, edit, and…
Re: Redesigned Notepad for Windows 11
#310Earlier quoted context omitted.
Isn't that how most operating systems are? macOS and most Linux distros direct the user to creating and living in an "Administrator" account, but require confirmation from the user (or extra steps) whenever invoking the privileges that comes with.
That is true on macos. I'm being prompted for any consequential actions. In Windows 10 + 11, that prompt does not exist, if you are signed in with the admin account.