For terminal work, which is frequent, I usually use nano. I can use vim but I find it more cumbersome and less natural.
For grocery lists, simple jot-down stuff, etc, I don't use a notes application, I use mousepad, Xfce's text editor. It's small, minimalistic, Gtk+ based, and has good clipboard integration.
For code, I use Geany [geany.org]. Truly an excellent mini-IDE, using Gtk+3 and C/C++. Has efficient autocomplete, support for tons of languages, and very easy to make your own colorschemes. I've used Geany for nearly every bit of code I've ever written, since I was 15. I love Geany.
-- "It is no measure of health to be well adjusted to a profoundly sick society." -Jiddu Krishnamurti
Starting Score:
1
point
Karma-Bonus Modifier
+1
Total Score:
2
(Score: 2) by tangomargarine on Tuesday June 04 2024, @03:41AM
(1 child)
I'm trying to figure out what the difference is between Mousepad and Xed, both of which apparently came with my Mint XFCE install. The menus look practically identical?
Or is there some weird technical reason like one of them is built using Gtk and the other uses Qt or something
-- "Is that really true?"
"I just spent the last hour telling you to think for yourself! Didn't you hear anything I said?"
(Score: 2, Informative) by Anonymous Coward on Tuesday June 04 2024, @06:23AM
by Anonymous Coward
on Tuesday June 04 2024, @06:23AM (#1359265)
Completely different lineages. Mousepad is officially a part of the XFCE project and is an almost complete rewrite of the original Mousepad, which was a fork to add printer support to Leafpad, which was an original project back in the early 2000s. Xed is the official text editor for Linux Mint and is a fork of Pluma, which is the official text editor of the MATE desktop, which forked it from gedit when they forked the entire GNOME project, and gedit was created by the GNOME team back in the late 1990s. The resemblance is only superficial and probably comes from both using GTK, both supporting the system theme, and both being based in the sort of base idea of what a turn of the century text editor should look like .
(Score: 2) by Subsentient on Monday June 03 2024, @09:09AM (2 children)
For terminal work, which is frequent, I usually use nano. I can use vim but I find it more cumbersome and less natural.
For grocery lists, simple jot-down stuff, etc, I don't use a notes application, I use mousepad, Xfce's text editor. It's small, minimalistic, Gtk+ based, and has good clipboard integration.
For code, I use Geany [geany.org]. Truly an excellent mini-IDE, using Gtk+3 and C/C++. Has efficient autocomplete, support for tons of languages, and very easy to make your own colorschemes. I've used Geany for nearly every bit of code I've ever written, since I was 15. I love Geany.
"It is no measure of health to be well adjusted to a profoundly sick society." -Jiddu Krishnamurti
(Score: 2) by tangomargarine on Tuesday June 04 2024, @03:41AM (1 child)
I'm trying to figure out what the difference is between Mousepad and Xed, both of which apparently came with my Mint XFCE install. The menus look practically identical?
Or is there some weird technical reason like one of them is built using Gtk and the other uses Qt or something
"Is that really true?" "I just spent the last hour telling you to think for yourself! Didn't you hear anything I said?"
(Score: 2, Informative) by Anonymous Coward on Tuesday June 04 2024, @06:23AM
Completely different lineages. Mousepad is officially a part of the XFCE project and is an almost complete rewrite of the original Mousepad, which was a fork to add printer support to Leafpad, which was an original project back in the early 2000s. Xed is the official text editor for Linux Mint and is a fork of Pluma, which is the official text editor of the MATE desktop, which forked it from gedit when they forked the entire GNOME project, and gedit was created by the GNOME team back in the late 1990s. The resemblance is only superficial and probably comes from both using GTK, both supporting the system theme, and both being based in the sort of base idea of what a turn of the century text editor should look like .