It’s easier to disable all the garbage than remove the garbage?

  • HexesofVexes@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    For those who want to stick with Windows, Notepad++ is far superior anyway.

    Oddly enough, Notepad++ doesn’t really have a full featured native Linux alternative (as of my last deep search around June 2025).

    • Nalivai@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      I don’t know what you’d consider an alternative exactly, but Sublime Text is quite good and lightweight

      • HexesofVexes@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        Notepad++ is, at its heart, a text editor.

        It’s lightweight, can run portably, and has some oddly specific but useful features such as dual window linked scrolling, syntax highlighting, and even allows regex for search/replace which is neat.

        You can use it for coding (I use it for short python scripts), but that isn’t it’s main use.

        VScode is, primarily, an IDE - not really something you use as a plain text editor.

        • Solano@piefed.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          I’m still looking for a Linux replacement with syntax highlighting like Notepad++. Kate is good, even better performance, but no UI for highlighting. The coding for syntax is way over my head from what I saw.

    • CarrotsHaveEars@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      Notepad++ sits at an odd place. It’s heavier than Vim or Emacs. It’s not as feature-rich as some IDEs. That’s why it failed in Linux where alternatives are many.

    • who@feddit.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Oddly enough, Notepad++ doesn’t really have a full featured native Linux alternative

      Geany and Notepad++ are built on the same text editing component.

      https://www.geany.org/

    • AmbiguousProps@lemmy.today
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      I use Kate pretty much the same way I used Notepad++, except I think I like Kate better since it clicks with my brain. It also probably(?) has more features.