this post was submitted on 27 Sep 2023
13 points (100.0% liked)

Text Editors

467 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
13
Thoughts on Notepad++? (self.text_editors)
submitted 11 months ago* (last edited 11 months ago) by ButtonMcLemming to c/text_editors
 

Notepad++ has become a staple in my coding workflow (as a college student studying IT) for a couple of years before I started trying out VS Code, or Visual Studio Code. Nowadays, while I use VS Code for coding, I mostly just use NPP to edit my text files.

So, for both writing and editing text files as well as coding, what are your thoughts on Notepad++ and how well does it deliver as both a text editor and for writing code?

top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 11 months ago

Love it. Just please improve the update process. It's incredibly annoying and inconvenient to have to click through multiple dialog boxes, then close and reopen the program just to upgrade and get to work. Make it seamless in the background or upon exit and not startup. It's especially irritating when I'm opening np++ just to jot something down quickly, it defeats the purpose.

[–] [email protected] 8 points 11 months ago (2 children)

I really enjoy how notepad++ can open 1.8 gigabyte text files or bigger...

[–] [email protected] 5 points 11 months ago

It's good that Windows users are finally able to enjoy 20th century technology.

[–] [email protected] 4 points 11 months ago

yeah I often use the bigfile plug in to peak at the headers of giant csvs

[–] [email protected] 7 points 11 months ago

Notepad++ is my ride-and-die. I can't think of a single program over the years that's been as helpful and reliable. The more other IDEs bloat, the more I just go back to Npp.

When I die, I want to be buried with a flash stick carrying the portable version of Npp.

[–] [email protected] 4 points 11 months ago (3 children)

Using a different program for code and text files seems weird to me.

[–] [email protected] 12 points 11 months ago* (last edited 11 months ago)

I use npp as an all-around lightweight tool for opening any kind of file with text in it. I don't usually don't want to open a full blown editor when all I need is to look or tweak a few things. Also npp simply persists the files instead of asking me if I want to save the file every time.

That is of course, if I don't already have a code editor open. Either way I tend to prefer editing text that is unrelated to the code outside of the code editor just to keep it clean.

[–] jeremyparker 3 points 11 months ago

Imo prose handles very differently. I use nvim for everything but there are definitely times that I fire up Sublime Text when I want to do long-form writing.

Prose has very different requirements; I don't need the word "this" highlighted, I don't need the word Date capitalized every time I write it.

[–] [email protected] 3 points 11 months ago

I don't code, but n++ is my go to for all text files because for my job I open A LOT of log files. Sometimes with tens of thousands of lines. I don't need an IDE but I do need a very powerful text editor.

[–] [email protected] 3 points 11 months ago

Notepad++ is great. I mostly use it at work where my IDE of choice isn't available, but it's really nice for writing queries instead of using the Snowflake UI directly

[–] milkbuttermilk 2 points 11 months ago

npp rips. I wish there was an org mode plugin for it