Geany 2.1 Lightweight IDE Brings Smoother UI, New Filetypes, and Theming Support (linuxiac.com)
from ElectricEelPoweredAxe@piefed.social to programming@programming.dev on 07 Jul 21:38
https://piefed.social/post/1016150

I have seen Geany around and am pretty intrigued by the update. I primarily use Kate but would love to hear folks’ thoughts on Geany and if anyone recommends it.

#programming

threaded - newest

jonne@infosec.pub on 07 Jul 22:08 next collapse

I use it, it’s fine for stuff you’d use notepad for. For coding I use a full IDE tho.

ElectricEelPoweredAxe@piefed.social on 07 Jul 22:46 collapse

Appreciate the recommendation! I will definitely give it a go!

jonne@infosec.pub on 08 Jul 03:18 collapse

If you ever used notepad++ on windows, it’s sort of like that. Uses the same engine, but has different features.

vivendi@programming.dev on 07 Jul 23:14 next collapse

It’s a REALLY good software for a lightweight dev environment. You need to be a more experienced user than a typical “IDE” audience (or rather, more patience to learn and build your flow) but it’s a good editor.

ElectricEelPoweredAxe@piefed.social on 07 Jul 23:56 collapse

Sounds perfect for me! I tend to do a lot of lightweight web stuff so I will definitely be giving it a go shortly! Love Kate but I am always curious to try out new editors. Appreciate the recommendation!

who@feddit.org on 08 Jul 02:47 collapse

Geany is excellent. It’s a lightweight programmer’s editor with enough features and configurable hooks to provide the important parts of a full-blown IDE. It renders text clearly, never feels laggy, and doesn’t get greedy with your RAM. I recommend it to people who can’t stand the bloat that’s often seen elsewhere these days, but would rather have a GUI than resort to vim.

A couple minor annoyances to me:

  • It doesn’t yet support the Language Server Protocol, so any language that it doesn’t understand will be left without syntax and context-sensitive features. (On the other hand, it does support a lot of languages.)
  • It inherits Scintilla’s use of Gtk for its GUI, so it’s an alien app on Qt-based desktops.

I use it anyway, because I find it easier / more comfortable to use than Kate.