Nice video, here also a Geany user for several years now. I go with very similar settings to you, one that I would suggest is Preferences -> Editor -> Features -> Disable Drag and Drop, which is something I find useless and problematic. I did not know the Git plugin, now using it!
Yeah, Geany is dope. Underrated for sure. I use MX Linux on my work PC and Laptop so I see it all the time but outside of there I never see it mentioned.
I'm Geany user for a very long time. I'm using it for C, PHP, JS, HTML and Java. I like that when you hold control button and drag vertically you can select text vertically or edit multiple lines.
Working as a developer for more than 10 years now I'm sticking with geany for at least the last 5 years (or even more) now. For me geany is just perfect. Don't agree on some of your critism though. I.e.: I try to treat the long line marker as a "brick wall". What I really love is 1.) how easy it is to setup your own toolchain / commands etc. - not having to rely on some "build in" sh*t like with many other IDEs and 2.) how easy it is to write your own colorscheme. I really hate that many editors and IDEs went "full rainbow colored" with their syntax highlighting. So I wrote a simple black & white theme with very subtile color nuances for myself. Imho good code should be readable just black on white like if it was printed in a book.
This is a great video! I especially like the transparent look you got on hyprland(or bspwm?), I find geany to be a really good text editor and ide. although I find it slightly easier to use KATE from the KDE suite. It is preinstalled with any plasma enironment and it is based on qt, so whenever I use a compositor I also can make Kate transparent with the help of kvantum. Kate has the same features as Geany. I would say Kate and Geany are twin brothers. Equally cool
Lua is an embedded scripting language used in a lot of programs and games. e.g. VLC, WoW, Minetest, Nmap, Adobe CC etc, etc. The Geany plug-in ads language support like syntax highlighting and stuff.
Yep, UNDERRATED!! I see you are on Debian 12 Trixie (testing), but I am only brave enough to run Bookworm with backports. Since the apt repo only offers 1.38 and flatpak has 2.0, which version Geany would you recommend? Or, is it time to look at Trixie?
What window manager is that? And also, how did you install the Source Code Pro on Debian? (Unless you manually downloaded and ran dpkg -i, I mean did you somehow manage to obtain it from repositories and install through apt?)
1. I was on Debian Testing at the time and trying out Hyprland . 2. I have a script that installs a bunch of nerd fonts. github.com/drewgrif/bookworm-scripts/blob/main/install_scripts/nerdfonts.sh
I was also a Geany user for years. And I use it until now. But I have to change to VSCode because of LSP and Intelephense for PHP code linter. 😢 I tried several times to make intelephense work on Geany, but I don't understand the process.
Exactly, the same thing happens to me. I think that if it had that functionality with PHP and javascript it would take a big leap. I don't want to leave geany :(
Geany was my primary editor I would work in every day from 2008 to about 2015 when I switched to VS code for the more powerful tools. I still have geany around for if I need to open and edit a single file quickly.
Nice review. Two things, Vim mode doesn't seem to work with geany 1.38. Second, do you know how to change the palette colors of the terminal? or colorscheme? It only allows changing background and forground colors
Thanks, Ive been looking for a text for a new text editor. My problem is most are either too heavy or too light. I forgot all about Geany. It looks like this could be just what I need.
Personally not my cup of tea, I prefer a terminal centric workflow and have spent a some time making neovim and kitty look and work the way I want, but this looks really cozy for people that prefer GUI editors. I am quite interested in this tiling window manager setup, looks like hyprland, I wanted to try it on Ubuntu, but haven’t found a reliable way to set it up yet.
nice video I always liked geany, although since I use KDE Kate is more than enough and since I don't spend too much time on linux for coding/scripting never was my primary, but it is indeed a very underrated editor
I just got a new laptop that pretty modern (i7 14th Gen, 32GB RAM, N-Vidia graphics card) to replace my current laptop (Intel i5-1035G1 (8) @ 3.600GHz 12GB RAM) but I still want to keep this laptop around as a back up or if I want to dev and can't/don't want to bring my new laptop. I'm going to install lubuntu on it and install geany with your settings here because this will be a good replacement for VSCode in a pinch when I don't want a memory hog slowing down my machine.
Hi!! I've got Geany installed using Python, but recently I installed vintbas ('the Vintage BASIC Interpreter') in order to refresh some old BASIC coding stuff from my teenage days🤣. Does anybody how to link Geany with the BASIC interpreter?
had to use geany on my raspi and absolutely hated it. it was so slow, the textediting lagged and didnt behave as it should, code suggestions didnt work or only got in the way. i actually rather used nano than this p.o.s
You probably already know about l3afpad, but it is in the debian packages. Very light. Hasn't been touched since 2015. Assuming you want an editor outside of command line.
I want to try Geany but wonder if you could help me with something. I use ZSH and would like to, when I press F5, that Geany opens zsh to execute my python code. I have tried a few times to set this but there is very little information on how to get it working. This: zsh -e "/usr/bin/zsh %c" is not working. Any ideas? Thanks! :)
Couple things and not sure zsh has anything to do with it. First thing, I generally don't use the geany built-in terminal. So in the Preferences => Tools Under Terminal: tilix -e "/bin/sh %c" Second, assuming you have python installed and are working on a py file. Change the Build=> Set Build Commands Execute: python3 "%f" (changed from python "%f")
@@JustAGuyLinux Thank you. I got it all working. My confusion arose from trying to set this in Terminal instead of, as you mentioned, Tools. It is working now. Thank you again for this great tutorial. Love the speeeed of Geany! :)
Nice video, here also a Geany user for several years now. I go with very similar settings to you, one that I would suggest is Preferences -> Editor -> Features -> Disable Drag and Drop, which is something I find useless and problematic. I did not know the Git plugin, now using it!
Thanks for sharing!
I really love Geany. It's native, fast, rock solid yet underrated. I'm a web developer and it really really does the job. Awesome IDE.
Yeah, Geany is dope. Underrated for sure. I use MX Linux on my work PC and Laptop so I see it all the time but outside of there I never see it mentioned.
Great video Drew, as always!
Love Geany! It’s my preferred text editor for everything.
I'm Geany user for a very long time. I'm using it for C, PHP, JS, HTML and Java.
I like that when you hold control button and drag vertically you can select text vertically or edit multiple lines.
I love Geany but I haven't been able to use error correction in php. Have you been able to ecoconfigure that functionality?
@@creativapixelperu No. I use Glogg to view errors or just terminal if I run dev server.
Working as a developer for more than 10 years now I'm sticking with geany for at least the last 5 years (or even more) now. For me geany is just perfect. Don't agree on some of your critism though. I.e.: I try to treat the long line marker as a "brick wall". What I really love is 1.) how easy it is to setup your own toolchain / commands etc. - not having to rely on some "build in" sh*t like with many other IDEs and 2.) how easy it is to write your own colorscheme. I really hate that many editors and IDEs went "full rainbow colored" with their syntax highlighting. So I wrote a simple black & white theme with very subtile color nuances for myself. Imho good code should be readable just black on white like if it was printed in a book.
Do you have a git file of the color scheme?
Does Geany collects any user's data ?
This is a great video! I especially like the transparent look you got on hyprland(or bspwm?), I find geany to be a really good text editor and ide. although I find it slightly easier to use KATE from the KDE suite. It is preinstalled with any plasma enironment and it is based on qt, so whenever I use a compositor I also can make Kate transparent with the help of kvantum. Kate has the same features as Geany. I would say Kate and Geany are twin brothers. Equally cool
Useful video . Like always. Thanks. I ve learned a lot with this
Glad to hear it!
Lua is an embedded scripting language used in a lot of programs and games. e.g. VLC, WoW, Minetest, Nmap, Adobe CC etc, etc. The Geany plug-in ads language support like syntax highlighting and stuff.
Incrível... Não tinha idéia que o Geany fazia tudo isso!
Good video! Im getting to like Geany, it's very light weight and fast. How do you change the side panel background color?
How did you make your geany background transparent?
In this situation, I set the opacity in the hyprland configuration to 0.85.
Yep, UNDERRATED!!
I see you are on Debian 12 Trixie (testing), but I am only brave enough to run Bookworm with backports. Since the apt repo only offers 1.38 and flatpak has 2.0, which version Geany would you recommend? Or, is it time to look at Trixie?
I like the apt repo better. Not sure I need 2.0 currently.
What window manager is that?
And also, how did you install the Source Code Pro on Debian? (Unless you manually downloaded and ran dpkg -i, I mean did you somehow manage to obtain it from repositories and install through apt?)
1. I was on Debian Testing at the time and trying out Hyprland .
2. I have a script that installs a bunch of nerd fonts. github.com/drewgrif/bookworm-scripts/blob/main/install_scripts/nerdfonts.sh
I was also a Geany user for years. And I use it until now. But I have to change to VSCode because of LSP and Intelephense for PHP code linter. 😢 I tried several times to make intelephense work on Geany, but I don't understand the process.
Exactly, the same thing happens to me. I think that if it had that functionality with PHP and javascript it would take a big leap. I don't want to leave geany :(
Geany was my primary editor I would work in every day from 2008 to about 2015 when I switched to VS code for the more powerful tools.
I still have geany around for if I need to open and edit a single file quickly.
Nice!
very insightful. we are looking forward for 2nd part of RSS Reader, hope that interest you. thanks
Nice review. Two things, Vim mode doesn't seem to work with geany 1.38. Second, do you know how to change the palette colors of the terminal? or colorscheme? It only allows changing background and forground colors
Pro-tip: If you accidentally close a browser tab you can bring it back with Ctrl-Shift-T.
good info.
Thanks, Ive been looking for a text for a new text editor. My problem is most are either too heavy or too light. I forgot all about Geany. It looks like this could be just what I need.
I'm on debian testing but I can't install geany . "apt install geany " say this package is not available
They removed it from testing for the time being.
Personally not my cup of tea, I prefer a terminal centric workflow and have spent a some time making neovim and kitty look and work the way I want, but this looks really cozy for people that prefer GUI editors.
I am quite interested in this tiling window manager setup, looks like hyprland, I wanted to try it on Ubuntu, but haven’t found a reliable way to set it up yet.
I need soft-wrap in Geany-Editor. Do you know a plugin for it?
found it its in >document > line wraping
Does Geany collects any user's data ?
Nope
@@JustAGuyLinux
Thankyou for your response
nice video
I always liked geany, although since I use KDE Kate is more than enough and since I don't spend too much time on linux for coding/scripting never was my primary, but it is indeed a very underrated editor
Thanks for sharing!
I just got a new laptop that pretty modern (i7 14th Gen, 32GB RAM, N-Vidia graphics card) to replace my current laptop (Intel i5-1035G1 (8) @ 3.600GHz 12GB RAM) but I still want to keep this laptop around as a back up or if I want to dev and can't/don't want to bring my new laptop. I'm going to install lubuntu on it and install geany with your settings here because this will be a good replacement for VSCode in a pinch when I don't want a memory hog slowing down my machine.
Hi!! I've got Geany installed using Python, but recently I installed vintbas ('the Vintage BASIC Interpreter') in order to refresh some old BASIC coding stuff from my teenage days🤣. Does anybody how to link Geany with the BASIC interpreter?
I use this editor a lot, it's very light and rakeable, but I just can't get the coloring to look good in the Shell script.
Im using it to develope my C program on my Thinkpad T60 running my custom debian image. Works great. Using the gdb plugin.
How to use it for web development?
Awsome
Indeed. Geany = awesome!
VIM, I haven't been using it long, but I don't find it hard. Whenever I dig into a new tiling WM, I learn more. Maybe that's why it's fun...
No one these days seems to be able to not be reliant on git....oh hum
had to use geany on my raspi and absolutely hated it. it was so slow, the textediting lagged and didnt behave as it should, code suggestions didnt work or only got in the way. i actually rather used nano than this p.o.s
You probably already know about l3afpad, but it is in the debian packages. Very light. Hasn't been touched since 2015. Assuming you want an editor outside of command line.
I want to try Geany but wonder if you could help me with something. I use ZSH and would like to, when I press F5, that Geany opens zsh to execute my python code. I have tried a few times to set this but there is very little information on how to get it working.
This: zsh -e "/usr/bin/zsh %c"
is not working. Any ideas? Thanks! :)
Couple things and not sure zsh has anything to do with it.
First thing, I generally don't use the geany built-in terminal.
So in the Preferences => Tools
Under Terminal: tilix -e "/bin/sh %c"
Second, assuming you have python installed and are working on a py file.
Change the Build=> Set Build Commands
Execute: python3 "%f" (changed from python "%f")
@@JustAGuyLinux Thank you. I got it all working. My confusion arose from trying to set this in Terminal instead of, as you mentioned, Tools. It is working now. Thank you again for this great tutorial. Love the speeeed of Geany! :)