slackbuilds/development/geany
Michiel van Wessem 0d6047b537 development/geany: fix lftp reference in README
* original commit by BP{k}
2010-05-13 13:22:09 +02:00
..
README development/geany: fix lftp reference in README 2010-05-13 13:22:09 +02:00
doinst.sh development/geany: Updated for version 0.18.1 2010-05-13 00:24:39 +02:00
geany.SlackBuild development/geany: Updated for version 0.18.1 2010-05-13 00:24:39 +02:00
geany.info development/geany: Updated for version 0.18.1 2010-05-13 00:24:39 +02:00
slack-desc development/geany: Updated for version 0.14 2010-05-11 22:22:32 +02:00

README

Geany is a text editor using the GTK2 toolkit with basic features of an
integrated development environment. It was developed to provide a
small and fast IDE, which has only a few dependencies from other
packages. It supports many filetypes and has some nice features. 

If you need the GTK Symbol completion tags (removed in Geany 0.16), get 
them (and other tag-files) from: http://download.geany.org/contrib/tags/

the easiest way to download them all is:

    lftp -c "open http://download.geany.org/contrib/tags; mirror ."

The first option is to put them in $CWD at the time you build the 
package. Then tell the SlackBuild to include support for tags:

    TAGS=yes ./geany.SlackBuild

The second option is to download them and and place them in the
~/.config/geany/tags/ directory.  You will then need to restart 
Geany for this to take effect.