this post was submitted on 23 Feb 2025
311 points (80.2% liked)

Technology

63134 readers
3275 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Eheran@lemmy.world -5 points 14 hours ago (4 children)

Is it though? I still always open notepad for random text stuff. What is better in ++?

[–] towelie@lemm.ee 34 points 14 hours ago* (last edited 14 hours ago) (5 children)
  • Keeps your progress if you exit without saving
  • Supports tabs so you don't have 5 separate notepad windows open
  • syntax highlighting for programming languages and markdown format
  • plugin support
  • can handle extremely large text files (I've opened 50gb text files and used ctrl+f to find terms and it worked fine)
  • superb tools for manipulating text (e.g., use reg expressions). Super easy and flexible in making mass edits.
  • dark mode support. That alone makes it superior lol

If you just need a quick window open to make a note you might actually prefer Sticky Notes over Notepad!

[–] christov@lemmy.world 8 points 12 hours ago* (last edited 12 hours ago)

+10000 for notepad++, its he swiss army knife of file editing tools. Adding:

  • Plugins: CSV being read as a small dB table you can query is a game changer. Or have a JSON plugin that auto formats and queries as well as opens the JSON in a clickable nested window.

  • Pinned tabs: pin important tabs, I use one as a todo list.

  • Search for text within files in a folder: need to find a specific bit of text in one of dozens/hundreds/thousands/millions of files somewhere? Its lightning fast and works a treat

  • Search and replace with regex: amazing feature, use regex patterns to find complex parts of your files and replace them with something else Bulk operations: remove newline, replace line breaks etc

  • Multi format support: see line breaks from different OSs like Unix and windows and amend them Portable install: you dont have to install it, you can use a portable version

So much more, get it and you won't look back.

[–] OutlierBlue@lemmy.ca 5 points 11 hours ago

Your first two points are part of Notepad now too. Everything else you've said is true though, including the find and replace function supporting regex. It's amazingly powerful for editing.

It also supports line numbering, which seems like a small thing but is really helpful.

[–] iAmTheTot@sh.itjust.works 7 points 13 hours ago (2 children)

A few of those features are available on Notepad as well, just FYI.

[–] percentSValue@lemmy.world 3 points 12 hours ago (1 children)

Out if curiosity, which ones? Because I don't see any of those features and am on W11...

[–] donuts@lemmy.world 12 points 12 hours ago

On my W11 work machine I got dark mode, saving unsaved drafts and tabs

[–] towelie@lemm.ee 3 points 13 hours ago* (last edited 13 hours ago)

Ahh interesting. Is that a Windows 11 thing? I haven't taken the plunge

[–] Eheran@lemmy.world 5 points 14 hours ago

Ah thanks for the first proper answer. Sounds good, I will give it a try.

[–] criticalinvite@lemmy.world 3 points 14 hours ago (1 children)

A lot of those are features of notepad.

[–] egrets@lemmy.world 8 points 13 hours ago

Specifically: tabs, dark mode, and retention of unsaved documents. They're apps for very different purposes, but Notepad has had some nice little updates over recent years.

[–] RustyShackleford@literature.cafe 15 points 14 hours ago (1 children)

Notepad++ isn't trying to shoehorn in AI for starters. It's clear Microsoft is praying the current gimmicky narrative of AI will let the masses not realize this is a privacy nightmare.

[–] Eheran@lemmy.world 0 points 14 hours ago

Notepad does that neither for me and has not for >20 years. So is there something that is actually better or not?

[–] ThePowerOfGeek@lemmy.world 6 points 14 hours ago (1 children)

Yes, it objectively is. And so are various other text editor options that are out there.

But just speaking about Notepad++, you can scale it down to a very simple text editor (like Notepad), it you can easily ramp it up to a much more feature rich one. And for me, the ability to have a vertical list of files is a big plus. As is its ability to optionally show line numbers.

[–] Eheran@lemmy.world -4 points 14 hours ago (1 children)

So it is better because it can do more, but I assume not too too much? Because then we can also use word?

[–] OutlierBlue@lemmy.ca 5 points 11 hours ago

They have different use cases. Notepad++ is for manipulating text, strings, and code. It's got very powerful tools for it.

Word is for making things look pretty. You can change typefaces, fonts, size. You can add pictures and diagrams and arrange them on the page.

[–] kusivittula@sopuli.xyz 2 points 11 hours ago (1 children)

the only thing I need it for is to select text vertically (by holding left alt). there are a few similar ones for linux but some crash and the rest don't have a dark theme, so I still use it with wine.

[–] Eheran@lemmy.world 2 points 11 hours ago

Holy moly, that works? I needed precisely that feature earlier! Nice.