It’s still bare-bones by most standards, but Notepad has evolved a lot recently.

  • Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    131
    arrow-down
    1
    ·
    12 days ago

    Seems like they’re taking everything good about Notepad and flushing it down the toilet.

    Sometimes you just need a dumb, text editor you don’t have to fight to do what you need. e.g. if I’m editing a config file, I don’t want my text editor’s spellcheck or autocorrect fighting me.

    • cron@feddit.org
      link
      fedilink
      English
      arrow-up
      52
      ·
      edit-2
      12 days ago

      But tabs were a great addon. Also, it can finally handle linux line endings (\n). Thats the two things I miss when using old versions of notepad.

      But a spell checker? Why?!

      • Dr. Wesker@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        62
        arrow-down
        4
        ·
        edit-2
        12 days ago

        Why?!

        It’s an opportunity to monitor the contents of the file, and your keystrokes.

        • kusivittula@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          7
          arrow-down
          3
          ·
          12 days ago

          also killing wordpad and putting features from that to notepad means one less program to maintain, less expenses

          • jcg@halubilo.social
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            3
            ·
            11 days ago

            How does the math work out on that? Both are fairly mature, I don’t believe that either application takes a considerable amount of development effort to maintain. And taking features from Wordpad and putting them into Notepad has a time and effort cost.

      • TimeSquirrel@kbin.melroy.org
        link
        fedilink
        arrow-up
        14
        arrow-down
        1
        ·
        edit-2
        12 days ago

        That carriage return that Windows sneaks in there has been the source of a lot of file-parsing problems for me when I forgot to catch that in my programs, because I develop on Linux and I’m not expecting it.

        • bamboo@lemm.ee
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          12 days ago

          Different OSes using different line endings is such a long standing and well known problem that I would only describe the bugs that come as a result as bad programming. Not even lazy programming, a lazy programmer uses a library that abstracts away these differences.

          • TimeSquirrel@kbin.melroy.org
            link
            fedilink
            arrow-up
            10
            ·
            edit-2
            12 days ago

            I program embedded devices. There’s not often just a ready to go library for what you want to do when you’re doing bare metal. You’re given a C compiler with the bare minimums, and that’s it. You’re expected to mostly build what you need by yourself. That includes file-parsing routines. A microcontroller doesn’t even have any idea what a filesystem is unless you build one. I gotta do all that myself with an SD card through low level SPI stuff.

            On general purpose OSes, yes, you have a plethora of frameworks and libraries to choose from. In this world, the cool stuff, like C++ Boost libraries for example, doesn’t exist.

            • bamboo@lemm.ee
              link
              fedilink
              English
              arrow-up
              1
              ·
              12 days ago

              On embedded devices, how often are you parsing input that came from notepad (or any other text editor)? If your device has a UI or a web server, you’re likely already using something that handles various encoding and line endings. If you’re reading data you included at build time, consider a validator/sanitizer script that can run in your build environment where it can have easy access to off the shelf libraries.

              On a side note- as a software engineer who primarily works on things running in a general purpose OS but does occasionally have to make small programs that can function on embedded devices (albeit still usually with an OS, think routers and iot), I’m glad that the Rust community takes no-std development seriously. Large swaths of the rust ecosystem is available even in embedded environments.

    • NeoNachtwaechter@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      12 days ago

      Seems like they’re taking everything good about […] and flushing it down the toilet.

      Isn’t that a long time habit?

    • jqubed@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      12 days ago

      The article says it’s off by default for (iirc) config files and ‘other files associated with coding’

      Still, not really a place I want spellcheck

    • FaceDeer@fedia.io
      link
      fedilink
      arrow-up
      8
      arrow-down
      4
      ·
      12 days ago

      So turn those features off. I just checked, there’s a setting for both spellcheck and autocorrect.

      • partial_accumen@lemmy.world
        link
        fedilink
        English
        arrow-up
        22
        arrow-down
        1
        ·
        edit-2
        12 days ago

        So turn those features off. I just checked, there’s a setting for both spellcheck and autocorrect.

        Lots of us use notepad on hundreds of different machines, many times freshly installed. “just turn it off” is not a solution as that increases the unnecessary burden beyond the utility of the application.

        A bigger sin of new Notepad is that its no longer ephemeral when not saving the file. This is really bad if you happen to copy secure data into notepad for brief evaluation or manipulation. It now gets saved unencrypted to the file system in a temporary file whether you want it or not.

      • Deceptichum@quokk.au
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        2
        ·
        12 days ago

        Or just use wordpad instead of turning notepad into wordpad?

        There’s a reason we opened notepad and it wordpad. Adding features and bloat to notepad removes that.

    • Brkdncr@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      2
      ·
      12 days ago

      Wordpad was getting no usage. They offer Word for free as a web app and PWA if you want it.

      It’s ok to retire a product that has no reason to exist and focus on a single app like notepad.

      • Rivalarrival@lemmy.today
        link
        fedilink
        English
        arrow-up
        5
        ·
        11 days ago

        Notepad was getting usage, even if Word was installed, specifically because Notepad doesn’t have all the bullshit needed for a word processor. It is a text editor. It is for editing text files. Text files that probably contain machine-readable program configuration data with arguments that are now going to be flagged by spellcheck, and probably changed by autocorrect from the term the program is expecting to something that it can’t understand.

        The people who use notepad need it to not have these “features”. These “features” make wordpad less useful for the people who use it.

    • seven_phone@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      12 days ago

      Reminds me what Microsoft once was, Word often would be bundled free at source with Windows because people need a word processor. Notepad was provided as a very light way to get down notes and edit, and then additionally Wordpad was a place between them. I have used Notepad more than any other application, you could even use it as a cheap and cheerful hex editor. Now Word is a subscription, Wordpad is being removed from Windows - even that sentence looks wrong, and Notepad is to be bloated into probable redundancy. I have no real idea why Microsoft is squandering it’s legacy, we grew up with these things.

      I think maybe it is a switch in emphasis, Microsoft of old built things people needed and took money for that. Modern Microsoft is trying to get money from people and building things to do that.

      • Peffse@lemmy.world
        link
        fedilink
        English
        arrow-up
        13
        arrow-down
        1
        ·
        12 days ago

        I can’t recall a single computer I sold or had anyone buy having Word bundled with the computer, but Microsoft Works Word Processor was bundled everywhere, before they started doing the Office trial junk. I always ended up using WordPad in rtf format anyway because all the file format differences made moving docs so hard.

        And yeah, ads in calc.exe, the death of WordPad, the bloating of Notepad… all pretty normal stuff now. There must be a mandate from the higher ups that anything untouched for x amount of days has to be removed or monetized.

          • Peffse@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            12 days ago

            Yup, back when it transitioned to UWP. I don’t know if they removed them because I immediately extracted the old version from a previous Windows and have been towing along that import baggage every setup since.

            • subignition@fedia.io
              link
              fedilink
              arrow-up
              4
              ·
              12 days ago

              I already migrated the Win7 calc.exe because I don’t like how poorly the Win10 one handles keyboard input, thanks for letting me know I need to make sure to save it for when Win11 becomes inevitable, too.

        • seven_phone@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          12 days ago

          Maybe it’s local, I am in the UK and every computer I bought with Windows installed up until about 8 years ago came with standalone Word bundled. Works was there too but unused.

    • bionicjoey@lemmy.ca
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      12 days ago

      Inb4 they release “textpad” as the new notepad analogue once notepad becomes too bloated. Then the cycle will continue.

    • lud@lemm.ee
      link
      fedilink
      English
      arrow-up
      28
      arrow-down
      1
      ·
      12 days ago

      There is absolutely a value in having competent built in tools. Not sure it really needs spellchekck but sure why noot

      • aStonedSanta@lemm.ee
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        12 days ago

        Oh I agree but. Why wait on Microsoft to make something better when an alternative is exceptionally better.

        • chiliedogg@lemmy.world
          link
          fedilink
          English
          arrow-up
          9
          ·
          11 days ago

          Because I have to do a mountain of paperwork to get an admin to authorize a software installation on my work computer, so having better tools baked into the OS is a huge win.

        • helpImTrappedOnline@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          11 days ago

          Why not encourage microsoft to get their shit together? Office software seems to be the only thing they are actually good at.

          These are the types of features we need to encourage. Who cares if its 20 years late, I’d rather they focus on notepad than “AI” and breaking local accounts.

  • pHr34kY@lemmy.world
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    3
    ·
    edit-2
    12 days ago

    A spell checker is pretty useless. It’s not a word processor. I just want to very quickly open a text file and perhaps make a small edit. I would usually use it for config files.

    Syntax highlighting for xml, JSON, yaml and CSV would be a much more useful feature. gEdit on gnome really nails the lightweight but useable text editor.

    Also, would it kill them to use a rolling buffer instead of loading and rendering an entire 500MB file before rendering the first 30 lines on screen?

    People say “just use [editor]”, but it’s no good when you’re configuring someone else’s prod environment 7 proxies deep, and all you can use is notepad.

  • Omgboom@lemmy.zip
    link
    fedilink
    English
    arrow-up
    29
    arrow-down
    3
    ·
    12 days ago

    They need to leave notepad the fuck alone. There’s no reason why when I open notepad every config file I’ve touched for 6 months opens, despite that option being turned off.

  • Rooki@lemmy.world
    link
    fedilink
    English
    arrow-up
    21
    ·
    12 days ago

    idk if this is a good thing or bad… because you never expected it to have it. Next they integrate copilot into it and it eats up cpu like its toast.

  • yesman@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    11 days ago

    I have noticed slight improvements to Windows core suite of apps. Explorer and Notepad have tabs, Paint has layers, and the “power toy” called ‘run’ is the best launcher on any platform I’ve tried (and I’ve tried a bunch).

    Seems like M$ is trying to meaningfully update it’s core software recognizing that what features are “basic” has changed. Seeing as how this is just added functionality with no proximate adds or other shifificatiton, we should be glad.

    • ShroudedScribe@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      11 days ago

      Not to downplay how good Run is, but I believe it’s effectively a fork of a launcher called Wox. A better fork with many improvements, but it’s worth noting that it wasn’t cooked up at MS from scratch.

  • Toes♀@ani.social
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    12 days ago

    Let’s be honest, after Microsoft fired everyone that knew how to maintain Windows they only have interns and the windows phone team left to maintain it…

    • Siegfried@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      3
      ·
      12 days ago

      Lets be honest, MS does not know how to maintain windows or any of their programs since Win95. That’s way every product they sell is just a wrapped and over GUIed version of an old piece of software.

  • TimeSquirrel@kbin.melroy.org
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    edit-2
    12 days ago

    Can’t just have a basic system utility that does what it needs to and no more, like *nix OSes do. No, gotta bloat up and enshittify everything no matter how mundane. We didn’t need you to turn Paint into a half-ass shitty Photoshop, and we don’t need this either. That’s what a word processor is for.

  • glimse@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    12 days ago

    I miss my shitty basic Notepad. Tabs are nice but I wound up disabling them - that’s not how I use my basic text editor.

    Notepad++ is my second most-used text editor but it feels too “complicated” for what I use Notepad for, too.

    I might copy the exe from my home PC to my work computer

  • Blackout@kbin.run
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    12 days ago

    The best time to add autocorrect to notepad was 41 years ago, the 2nd best time is now. 🤗

  • AutoTL;DR@lemmings.worldB
    link
    fedilink
    English
    arrow-up
    2
    ·
    12 days ago

    This is the best summary I could come up with:


    The update that adds these features to Notepad is now rolling out to all Windows 11 users via the Microsoft Store, as reported by The Verge.

    Neither feature worked when I opened a batch file in Notepad to edit it, for example.

    I can currently see the spellcheck and autocorrect features in Notepad version 11.2405.13.0 running on a fully updated Windows 11 23H2 PC, but your mileage may vary.

    Notepad has received several updates over the course of the Windows 11 era, starting with dark mode support and other theme options.

    Eventually, it also added a tabbed interface that supported automatically reopening files when relaunching the app.

    The Notepad improvements come as Microsoft prepares to stop shipping WordPad with Windows 11.


    The original article contains 401 words, the summary contains 121 words. Saved 70%. I’m a bot and I’m open source!