Main.20090217 History

Hide minor edits - Show changes to markup

February 17, 2009, at 03:32 PM by enrico - Mark the link within the command unformatted.
Changed lines 10-12 from:

wget -O ~/.config/geany/tags/gtk214.c.tags http://download.geany.org/contrib/tags/gtk214.c.tags

to:

wget -O ~/.config/geany/tags/gtk214.c.tags http://download.geany.org/contrib/tags/gtk214.c.tags

February 17, 2009, at 03:31 PM by enrico - Don't make the command a preformatted block to not break the layout.
Changed lines 10-13 from:
wget -O ~/.config/geany/tags/gtk214.c.tags http://download.geany.org/contrib/tags/gtk214.c.tags
to:

wget -O ~/.config/geany/tags/gtk214.c.tags http://download.geany.org/contrib/tags/gtk214.c.tags

February 17, 2009, at 03:29 PM by enrico - Add line break.
Added line 9:
February 17, 2009, at 03:29 PM by enrico -
Added lines 1-17:

(:blogentry title="GTK symbol completion data removed from Geany 0.16" time="2009-02-17 15:29" permalink="Main.20090217":) As you might already have noticed, the symbol completion data for the GTK and GLib libraries have been removed from the default distribution of Geany (i.e. no more auto completion when typing gtk_...).

Instead Geany now contains symbol completion data for function names defined in the C99 standard.

We changed this because not all users need the GTK symbol completion data and so we save some file size for the downloads and default installation.

However, nothing is lost. If you want to have the GTK/GLib symbol completion back in your Geany, simply download the file gtk214.c.tags from http://download.geany.org/contrib/tags/ and copy it into ~/.config/geany/tags/. You can use the following command which will do everything for you:

wget -O ~/.config/geany/tags/gtk214.c.tags http://download.geany.org/contrib/tags/gtk214.c.tags

Btw, on http://download.geany.org/contrib/tags/ you can also find other tags files which might be interesting. Simply download them and copy them into ~/.config/geany/tags/ and restart Geany. (:blogentryend:)