Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Hey, Microsoft!

Hey, Microsoft!

Scheduled Pinned Locked Moved The Lounge
question
19 Posts 8 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P PIEBALDconsult

    If you're going to mess with Notepad, why not add adjustable tab-stops?! That would be useful. And maybe a recent file list -- why didn't you add that? (I just began using a Windows 11 laptop.)

    C Offline
    C Offline
    charlieg
    wrote on last edited by
    #9

    notepad++ or sublime. Has had anything from Microsoft completely outclassed for at least 10+ years. Meanwhile, Microsoft goes out and dicks with the task bar and the file explorer popup menu because.... well, just because.

    Charlie Gilley “Microsoft is the virus..." "the problem with socialism is that eventually you run out of other people's money"

    J P 2 Replies Last reply
    0
    • P PIEBALDconsult

      P.S.

      Jeremy Falcon wrote:

      it's meant to be quick and dirty for taking notes

      Ah, I forgot to address that. Yes, quick, dirty, notes -- all day long. So features which enhance that -- such as adjustable tab-stops have been needed from the very beginning. Even a VT100 doesn't enforce eight-space TAB stops!     Anyway, other than simple notes, I also use Notepad for XML, HTML, and simple C# utilities -- and the existing TAB functionality hinders all off that. Not a big deal, but irksome when I naturally hit TAB. And read-me files too.

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #10

      Again, Notepad isn’t designed for devs. So, pay a few bucks and start using Sublime. Don’t know why devs are so cheap when it comes to software. Yeah, tab alignment is whack in Notepad, but no need to get worked up over it. Nobody shot your dog man.

      Jeremy Falcon

      P 1 Reply Last reply
      0
      • C charlieg

        notepad++ or sublime. Has had anything from Microsoft completely outclassed for at least 10+ years. Meanwhile, Microsoft goes out and dicks with the task bar and the file explorer popup menu because.... well, just because.

        Charlie Gilley “Microsoft is the virus..." "the problem with socialism is that eventually you run out of other people's money"

        J Offline
        J Offline
        Jeremy Falcon
        wrote on last edited by
        #11

        You’d think MS treating us like data pawns would be the real concern. 🤣🤣

        Jeremy Falcon

        1 Reply Last reply
        0
        • J Jorgen Andersson

          Just wait 'til you see the new cmd.

          Wrong is evil and must be defeated. - Jeff Ello

          P Offline
          P Offline
          PIEBALDconsult
          wrote on last edited by
          #12

          "Terminal"? Yeah, I set it to console mode. It's why I want my square corners back. The round corners clip the bottom line.

          1 Reply Last reply
          0
          • C charlieg

            notepad++ or sublime. Has had anything from Microsoft completely outclassed for at least 10+ years. Meanwhile, Microsoft goes out and dicks with the task bar and the file explorer popup menu because.... well, just because.

            Charlie Gilley “Microsoft is the virus..." "the problem with socialism is that eventually you run out of other people's money"

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #13

            charlieg wrote:

            notepad++ or sublime

            No.

            charlieg wrote:

            outclassed

            Don't care, I just want simple. I will likely install the editor (simple IDE) I wrote about ten years ago. It has (most of*) the features that I want, and nothing I don't want. * I don't think I have a version which supports sorting selected text.

            J 1 Reply Last reply
            0
            • P PIEBALDconsult

              If you're going to mess with Notepad, why not add adjustable tab-stops?! That would be useful. And maybe a recent file list -- why didn't you add that? (I just began using a Windows 11 laptop.)

              D Offline
              D Offline
              dandy72
              wrote on last edited by
              #14

              It's a slippery slope. The way I see it, Notepad has always been little more than a multiline textbox wrapped in an app that has save and load capabilities. For the most part, the Notepad "features" are really features of the Win32 textbox control itself. If they start adding "just one more tiny feature", it'll end up being bloated, take forever to load (the biggest offender IMO), and a monstrosity nobody will really be happy with. No thanks. They have VS Code for that.

              1 Reply Last reply
              0
              • P PIEBALDconsult

                If you're going to mess with Notepad, why not add adjustable tab-stops?! That would be useful. And maybe a recent file list -- why didn't you add that? (I just began using a Windows 11 laptop.)

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #15

                Keep find/replace values in a drop-down

                Software Zen: delete this;

                1 Reply Last reply
                0
                • P PIEBALDconsult

                  charlieg wrote:

                  notepad++ or sublime

                  No.

                  charlieg wrote:

                  outclassed

                  Don't care, I just want simple. I will likely install the editor (simple IDE) I wrote about ten years ago. It has (most of*) the features that I want, and nothing I don't want. * I don't think I have a version which supports sorting selected text.

                  J Offline
                  J Offline
                  jochance
                  wrote on last edited by
                  #16

                  Notepad++ will do that. Also good columnar blocking. It's fast, not quite as snippy as notepad, but not at all slow to start and it won't freeze for 30 minutes if you open a 300MB data file. I still use regular notepad for some quick/dirty stuff, but if they've made it soft-close that is going to become a delete/uninstall/rename the .exe or something for me most likely. Most of what I use it for are things I explicitly do not want hanging around in a notepad++ tab or anywhere else in memory.

                  P 1 Reply Last reply
                  0
                  • J Jeremy Falcon

                    Again, Notepad isn’t designed for devs. So, pay a few bucks and start using Sublime. Don’t know why devs are so cheap when it comes to software. Yeah, tab alignment is whack in Notepad, but no need to get worked up over it. Nobody shot your dog man.

                    Jeremy Falcon

                    P Offline
                    P Offline
                    PIEBALDconsult
                    wrote on last edited by
                    #17

                    It's just a nice-to-have, been using forever, and wrote my own editor which has features probably no one else wants. Just irked that they keep adding useless crap and don't address something which would be useful.

                    1 Reply Last reply
                    0
                    • J jochance

                      Notepad++ will do that. Also good columnar blocking. It's fast, not quite as snippy as notepad, but not at all slow to start and it won't freeze for 30 minutes if you open a 300MB data file. I still use regular notepad for some quick/dirty stuff, but if they've made it soft-close that is going to become a delete/uninstall/rename the .exe or something for me most likely. Most of what I use it for are things I explicitly do not want hanging around in a notepad++ tab or anywhere else in memory.

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #18

                      jochance wrote:

                      Notepad++ will do that.

                      Don't care. Not gonna use it.

                      jochance wrote:

                      soft-close

                      At least they made it configurable.

                      J 1 Reply Last reply
                      0
                      • P PIEBALDconsult

                        jochance wrote:

                        Notepad++ will do that.

                        Don't care. Not gonna use it.

                        jochance wrote:

                        soft-close

                        At least they made it configurable.

                        J Offline
                        J Offline
                        jochance
                        wrote on last edited by
                        #19

                        The way that came out on my end: "Don't care. Not gonna use it. Do not hit 'reply' to this email" Oh, so you're serious? Haha

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups