Questions tagged [geany]

Geany is a lightweight and fast IDE. It is using the GTK [2|3] toolkit while trying to keep only a low number of further dependencies from other packages.

Geany is a lightweight and fast IDE (integrated development environment). It was designed to have very few dependencies, and requires only the GTK 2 libraries to run.

It's based on Scintilla and is mostly written in C and C++.

428 questions
3
votes
1 answer

how to highlight multi-line code blocks in geany

In komodo you have code blocks highlighted with a vertical dotted line as shown in the following image . Is there anything like that in geany?
Luca Borrione
  • 16,324
  • 8
  • 52
  • 66
3
votes
1 answer

How to change comment syntax in Geany

In Geany, editing PHP scripts, when you select lines and press control-e, the selected lines are commented by being wrapped in "/* ... */". Is there a way to change this behaviour so that it instead puts a "//" in front of each line? All the other…
rcourtna
  • 4,589
  • 5
  • 26
  • 27
3
votes
3 answers

syntax checking/correcting on Geany 0.20

Since few days, I am experimenting with lots of Editors/IDEs. I am looking for good IDE for Python on my Ubuntu 11.04 machine. After trying almost all the IDEs, I finally ended with Geany 0.20. Everything is working as my requirements except syntax…
chhantyal
  • 11,874
  • 7
  • 51
  • 77
3
votes
2 answers

How to open a project from geany command line

I want to open an existing project when I invoke geany at command line. It seems to be an obvious need, but I don't see any command line option that allow that. Somebody knows?
albar
  • 3,020
  • 1
  • 14
  • 27
3
votes
2 answers

Geany: How to increase the font size of plugin MultiTerm in Geany text editor?

I have been using geany text editor quite a lot. I have activated the plugin MultiTerm, however, the problem is the font is too small and I can't increase the font size. Attempts: 1. select the text in MultiTerm and Cmd + 2. select the text in…
BhishanPoudel
  • 15,974
  • 21
  • 108
  • 169
3
votes
2 answers

Change colours of syntax highlighting in Geany

I have two computers, each with Geany. One has the colour scheme that I like for Python, the other one has some sort of basic scheme with only keywords highlighted. I've looked and looked without any success at filetypes.python and filetypes.common.…
Psionman
  • 3,084
  • 1
  • 32
  • 65
3
votes
0 answers

Geany, Linux, C#, MySql.Data, NOT Visual Studio; the using statement doesn't compile

I just got C# working on Ubutnu. It's all good. But now I want MySql too. I installed the gacutil, and downloaded the connector, and I ran the gacutil, which it seemed like it worked. I'm using Geany as my ide for now. It's free and already…
Display name
  • 1,228
  • 1
  • 18
  • 29
3
votes
1 answer

Gtk-WARNING **: Could not find signal handler

I created very simple GTK+ GUI with Glade, which includes one toggle button. I want to assign action to this button. I have a problem with getting the signal handler for the button to work. After compiling and running I get this…
Mike
  • 53
  • 5
3
votes
4 answers

Run Geany as root

I have ubuntu 16.04 and I installed Geany using Ubuntu Software Centre. I need to edit some php and js files which happen to be in root directories. So when I try to save the changes in Geany, it generates following error: Error opening file…
Ankit Shubham
  • 2,989
  • 2
  • 36
  • 61
3
votes
1 answer

Geany, g++ and SDL errors in compilation

So, I was following a simple C++ with SDL tutorial for linux but i encounter some errors on my way. First of all I'm using Geany and i downloaded the corresponding SDL2 libs, here is the thing: in my project folder there is a main.cxx file, which i…
3
votes
2 answers

Is there a keyboard shortcut to cycle through open documents in Geany?

I have multiple documents open in Geany. I can see them listed in the sidebar under the "Documents" tab. Ctrl + Tab switches me from the current document to the previous but I don't know of any way to cycle through the documents in a sequence. Can…
Manoj Govindan
  • 72,339
  • 21
  • 134
  • 141
3
votes
1 answer

Sublime Text 2 doesn't have the same indent as Notepad++

I just moved from Geany to Sublime Text. It has a lot of pleasant features but I just can't get used to the indentation. I used Geany mainly because I could configure the indentation level exactly like it was on Notepad++ (Auto indent mode :…
vcuongvu
  • 741
  • 1
  • 5
  • 17
3
votes
3 answers

How to restore a modified file in geany on linux?

I have modified a file (personal file) and I saved the modification, now I want to restore the file to its last status before the modification, is it possible? how?
MD.MD
  • 708
  • 4
  • 14
  • 34
3
votes
0 answers

Make hlint run ever time ghc and ghci does?

How can you make HLint run evertime you compile or interpret a haskell module with ghc (or inside of ghci.) Note: I am using geany on Ubuntu.
PyRulez
  • 10,513
  • 10
  • 42
  • 87
3
votes
1 answer

Clipboard not working on geany via macports on mavericks

I installed macports on mavericks, changed the macports flags to +no_x11 -x11 +quartz Then proceeded to install geany. Now the clipboard does not work for geany at all. Not outside of geany nor inside it. The clipboard exchange does work on other…
fiacobelli
  • 1,960
  • 5
  • 24
  • 31