200
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Sep 2023
200 points (100.0% liked)
Open Source
31186 readers
203 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
Because it's lightweight and portable. :)
Notepad2e is just a small exe file which doesn't require installation. This allows me to run it on my work PC or random work VMs without filling out any paperwork. And on my personal machines, I can replace the OG Notepad with this by renaming notepad.exe in the Windows folder, so when I press Win+R -> and type "notepad", it fires up Notepad2e. It launches just as quickly as the original Notepad, and doesn't use much RAM either, and provides most of the features that I'd commonly use in Notepad++, such as text transformations, syntax highlighting, large file support and live monitoring (which makes is handy for viewing logs). With this, I don't really have a need for Notepad++ - if I want more features, say I'm working on a proper coding project or something, I'd use a proper IDE like VSCode, but otherwise, Notepad2e satisfies most of my text editing needs.
I like your point of view! Thanks!