Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment.
3
votes
2answers
2k views
What ~/.config refers to and how to put files there?
I want to set up a plugin for the Geany editor on a Debian system. It's a theme changing plugin, so I am following this manual. It says:
The simplest way to do this is to copy the contents of the ...
4
votes
1answer
646 views
Why did adding the Debian testing repository create so many package dependencies?
I have Debian 6.0.4, and I'm running an outdated Geany text editor package. There's no newer version available in the current stable repository, so I added testing packages to sources.list:
#debian ...
3
votes
1answer
693 views
How does one find and replace text in all open files with geany?
How does one find and replace text in all open files with geany?
1
vote
0answers
123 views
Geany feature or plugin to show members of a class
Im using ubuntu 12.04.
For c++, is there a functionality (or plugins that will provide this) in Geany which enables suggestion/hint list of all members of a class, also classes from a linked library? ...