You are not logged in.
Mousepad's almost the same, and has a couple of improvements over leafpad, but it also - at least in Stretch - had a couple of annoyances that made me return to Leafpad. Handling of the clipboard was one, and I think the search function was less congenial... forget now.
Have you tried Buster's version of Mousepad?
Real Men Use Linux
Offline
Non gui but Cant beat good old nano as a fallback.
There's a built-in guified cli text editor in BL already - bl-cli-editor. If your "editor" alternative is set to nano, it will open x-terminal-editor with nano (likewise vim), so it behaves like a GUI editor. You can set it as your bl-editor alternative in menu>System>Edit Debian Alternatives if you want to play with it. Mime-types should then automatically open text files with bl-cli-editor.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
clusterF wrote:Non gui but Cant beat good old nano as a fallback.
There's a built-in guified cli text editor in BL already - bl-cli-editor. If your "editor" alternative is set to nano, it will open x-terminal-editor with nano (likewise vim), so it behaves like a GUI editor. You can set it as your bl-editor alternative in menu>System>Edit Debian Alternatives if you want to play with it. Mime-types should then automatically open text files with bl-cli-editor.
And with a bit of effort, a user can enable syntax highlighting in nano; if you like that sort of thing.
You must unlearn what you have learned.
-- yoda
Online
^Thanks! I do find highlighting can make code more readable, though it's usually Geany for any big stuff. Nano's for the quick fixes, like when X won't start...
But, I now find Debian has all highlighting enabled already, via /etc/nanorc line 249:
include "/usr/share/nano/*.nanorc"
Last edited by johnraff (2019-07-01 01:36:37)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I'm preparing for the next release, and have exchanged leafpad for mousepad. nano is a given as default. And geany otherwise.
Offline
^Thanks! I do find highlighting can make code more readable, though it's usually Geany for any big stuff. Nano's for the quick fixes, like when X won't start...
But, I now find Debian has all highlighting enabled already, via /etc/nanorc line 249:
include "/usr/share/nano/*.nanorc"
I just enabled that for ArchLabs; looks pretty good.
You must unlearn what you have learned.
-- yoda
Online
It’s way to late for it but pluma can be made too look real good too.
(I’m a Vim freak)
Offline
clusterF wrote:Non gui but Cant beat good old nano as a fallback.
There's a built-in guified cli text editor in BL already - bl-cli-editor. If your "editor" alternative is set to nano, it will open x-terminal-editor with nano (likewise vim), so it behaves like a GUI editor. You can set it as your bl-editor alternative in menu>System>Edit Debian Alternatives if you want to play with it. Mime-types should then automatically open text files with bl-cli-editor.
Nice, that is clever.
Offline