Top "Geany" questions

Geany is a lightweight and fast IDE.

How can I configure Geany to compile and run my Python programs?

Under the Build menu, I can see 'Execute' option, but it is greyed out. The only option available is 'Set …

python geany
How do you compile/build/execute a C++ project in Geany?

I really didn't think it would be this difficult. Geany clearly has the ability to create projects, add files to …

c++ linux geany
How does Geany auto-completion wơrk?

This question might seem a bit odd but I searched for like an hour and didn't find any hit that …

autocomplete ide geany
How do I make Python3 the default Python in Geany

I've been trying to modify the default Python compiler/run command in Geany. Some searching indicated that I would need …

python python-3.x geany
Geany text editor commenting

Is there a way to highlight a section of code to be commented out in one swoop using geany text …

comments text-editor geany
Smart auto-indentation available in geany?

I'm writing javascript using Geany IDE. My indentation is all messed up and I'd like to make it look nice. …

java ubuntu ide indentation geany
How can I stay tab-free in Geany on Ubuntu?

How can I stay tab free in Geany on Ubuntu? When I am coding in Python, tabs have always annoyed …

python ubuntu editor geany
How to Add tab space to multilple line at the same time in any text editor

If you select a text you can add multiple tab spaces to the all lines simultaneously.

sublimetext text-editor geany keyboard-shortcuts
How can I block select in Geany?

I often need to select a block of text, like a leading character that occurs on many lines. LibreOffice has …

textselection geany
Custom syntax highlighting in Geany

I am trying to create custom syntax highlighting for Kivy '.kv' files in the Geany editor. Although the specific …

syntax-highlighting geany kivy