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.
NotepadNext – a cross-platform reimplementation of Notepad++
301–310 of 317 posts
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#302Why 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…
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++
#303Earlier 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…
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#304Earlier 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.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#305Earlier 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
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#306Earlier quoted context omitted.
Jetbrains has Double Shift and Ctrl+Shift+A .
Thanks, all of you.
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++
#307Just 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.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#308The 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.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#309Just 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.