Live data from Hacker News

NotepadNext – a cross-platform reimplementation of Notepad++

github.com

301–310 of 317 posts

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

#301

Earlier quoted context omitted.

I don't think the core/default Kate editor does the same "write and close the window" like Notepad++. Kate does have pretty cool options for session handling - which helps keep files open that you had been working on, etc...which i understand is not the same thing. But, now that you asked, i wonder if there is a plugin or extenson for Kate that might provide such a feature? I myself am a fan of Notepad++, and install…

Kate does support it. There is a checkbox somewhere in the settings to enable exactly this behavior. I use it together with sessions.

Nice! I will have to check that out. Thanks!

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

#302
post #246
post #14

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

Here's why I like it: For a considerable time in my professional life I was forced to use Windows. I would still have access to Linux VMs, in which I spent most of my time, using vim as the editor but whenever I wanted to take quick notes, sanitize text, stash away some info I need in work etc., I'd just use the notepad on Windows. Then I found Notepad++. The UX is just so great (though I never figured out how to del…

> though I never figured out how to delete all the line ending spaces and it's sometimes nagging me

Do you mean extra spaces at the end of line? If yes then select the lines, go to:

Edit - Blank Operation - Trim Trailing Space

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

#303
post #242
post #202

Earlier quoted context omitted.

I transitioned recently to Mac on new job and I was surprised to find the most painful thing was not havig Notepad++ and was super amazed I did not find comparable software on Mac.

Sublime is a massive improvement in my opinion, and cross platform. It's not free** but you can use a personal license at work and on multiple machines. It's one of the few text editors with a plug-in system that can reliably open 100mb+ files and auto reload on file updates (without crashing constantly). https://www.sublimetext.com/ ** it's sort of free, the trial period is unlimited. It just gives "activate me" pop…

Thanks! I’ll check it out.

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

#304
post #202

Earlier quoted context omitted.

I transitioned recently to Mac on new job and I was surprised to find the most painful thing was not havig Notepad++ and was super amazed I did not find comparable software on Mac.

TextAdept is a cross platform, minimal, fast, and extensible text editor that might be a good candidate.

Thanks! I’ll check it out.

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

#305

Earlier quoted context omitted.

I find Emacs Macros and rectangular editing as more useful in lore situations than multiple cursors. As for regexps, the syntax in Emacs is hell, but I do know Emcacs has very powerful edit/replace tools.

Multi-cursor is more flexible than rectangular selection. You can skip or delete words of varying length etc. It is certainly less powerful than vim macro and regex, but it's easy to use because 1) there are less shortcuts to remember 2) no need to think too much like figuring out regex for simple tasks 3) it gives instant feedback Video showing this https://youtu.be/lhFNWTAIzOI?t=28

skill issue tbh

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

#306

Earlier quoted context omitted.

Jetbrains has Double Shift and Ctrl+Shift+A .

Thanks, all of you.

I played with it, meanwhile, and it's not really 'it'. E.g. settings gives me 4 different options, all doing different things.

emacs and vscode treat this function as a primary entry to the functionality, and have tuned the names and namespacing to this kind of usage. E.g. vscode has micropython:configure project.

This is a search function for the existing gui with reuse of existing names. As the surrounding context is lost, it is hard to say what a name means.

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

#307
post #62

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…

Npp is a code editor, and you're comparing it to an IDE. Apples and oranges.

The code editor is the primary function of the IDE. I did mention other apps because I wasn’t making that direct comparison but if I was I’d say it’s more like a peeled orange (the code editor) to the unpeeled orange (the IDE).

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

#308

The startup speed for this app is really good. From my quick testing it seems like it is as fast or slightly faster than npp. I am surprised that QT can be that fast. I recall this line from the Sumatra PDF developer on why he chose win32 only: >The only way for one person to even attempt cross-platform app is to use a UI abstraction layer like Qt, WxWidgets or Gtk. >The problem is that Gtk is ugly, Qt is extremely b…

GTK+ 3 and 4 are quite visually ugly, but you can get Windows classic-styled themes for both (from Chicago95 and B00merang project respectively) that will make them far more usable.

I will never understand how someone can call GTK4 ugly, as it actually gets general spacing correct unlike 90% of QT projects out there.

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

#309

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…

To me it is a tool for select jobs. Mainly use it for parsing log files. Handles gigabyte files ease unlike Windows notepad. It also is great with regex searching to filter useful log content with cascading results. Temporary scratch pad, for constructing SQL statements, that retains unsaved files upon OS or user closing. Not my go-to for coding and project maintenance. Still a great tool.

Check out klogg for log viewing on Windows, I recently switched to it.

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

#310

Earlier quoted context omitted.

Is anyone aware of an editor in Linux that has this behaviour?

Modern gedit on gnome has it

Which version? Or what enables it?

Version 41 (the one bundled w/Ubuntu 22.04 LTS) does have this behaviour from Notepad++

Post reply on HN