Live data from Hacker News

NotepadNext – a cross-platform reimplementation of Notepad++

github.com

51–60 of 317 posts

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#51
post #14

Why would I choose notepad++ over something like vim or emacs? Is there a compelling differentiator?

The compelling differentiator is that all the features are easily discoverable, you don't need to read a manual before you know how to save/quit/search/replace/use tabs/undo/redo/macros/etc.

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#52
post #14

Why would I choose notepad++ over something like vim or emacs? Is there a compelling differentiator?

Does emacs work as well as notepad++ on windows?

emacs works great on windows. I'm not sure if there are things notepad++ does that emacs can't but I've never had any windows-specific issues with emacs.

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#54

HOLY CRAP!!! This is wonderful news. This is probably my most missed app on Linux/Macos. Installing immediately! edit: flatpak support is just chefs kiss.

Why do you prefer it to sublime text in particular? I also like Micro a lot - it uses the command line as a GUI

Npp is great for editing text, no matter what kind of text file it is. It has a bunch of crazy plugins that are just mean for editing and converting text in files. For example, you can edit a column of text (rather than just a row). It's great for working on log files or anything computer generated that needs reformatting. Works ok as a code editor too but it's not an IDE (although it does come in handy when an IDE is not available). It's just another tool to have in your quiver.

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#55
post #5

Awesome. When I moved to linux a few years ago notepad++ was one of the harder apps to find a replacement for. I ended up sticking with Kate Edit: Kate is great, give it a shot!

I have run Notepad++ with Wine on Linux before and it works well.

Kate is awesome. It’s cross platform as well.

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#56
post #12

honest question - why was there a need to start a new repo? Would you be ok to merge yours with notepad++'s official repo[0] (both are in c++). Did this cross your mind before and what happened? Not saying that they would allow but it'd help the community as a whole with less duplication of work and deliver more features. https://github.com/notepad-plus-plus/notepad-plus-plus

It's a complete re-implementation from scratch, they don't share code, using the same programming language is not particularly relevant.

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#58

Just to provide a diversity of opinion: I've heard basically nothing but positive feedback about Notepad++ over the years. However, I tried it out for about 10 seconds before closing it and never looked back. The, what I call "millions of tiny buttons" interface is ugly and distracting. I've never liked IDEs or other apps with this UI style. I use a JetBrains IDE now that has just as many features but the UI is not c…

notepad++ was really great for simple syntax highlighting on windows, when good clients were either slow or costed money. It supported a lot of languages.

Also, the original Notepad++ is unabashedly native to Windows, with none of the limitations or expense of cross-platform toolkits like Qt. So it's lightweight and responsive even on lowest-specced boxes.

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#59

Just to provide a diversity of opinion: I've heard basically nothing but positive feedback about Notepad++ over the years. However, I tried it out for about 10 seconds before closing it and never looked back. The, what I call "millions of tiny buttons" interface is ugly and distracting. I've never liked IDEs or other apps with this UI style. I use a JetBrains IDE now that has just as many features but the UI is not c…

Re-training propaganda: [only the JetBrains products should be used, repeat after me...].

Re: NotepadNext – a cross-platform reimplementation of Notepad++

#60
Notepad++ has a place in my heart. When I was learning HTML back in the late 90s early 00s I was using MS Frontpage or Adobe Dreamweaver GUI.

I read that those would spit out sub-optimal HTML and you should use a text editor. So I downloaded Notepad++ and I learned real HTML using it.

Post reply on HN