Nick Treleaven a écrit :
On 15/10/07 22:20:02, kib2 wrote:
Nick Treleaven a écrit :
What if you try a different keybinding for 'complete construct',
e.g.
space, or even ctrl-alt-c?
I've got the same problem.
OK, so it's not a key-related issue.
But this is very strange that even with an empty -c configuration directory autocompletion doesn't work. The only difference seems to
be
that you've installed it in a different place. Can you check that
the
About dialog says Geany 0.12?
Yes, it says 0.12.
Maybe Geany isn't picking up the autocomplete.conf file for some reason. Can you try running geany -d from a terminal, just to see what debug messages you get?
Here's what I get :
kib@kib:~/PyQt4_progs$ geany -d ** INFO: Geany 0.12, GTK+ 2.12.0, GLib 2.14.1 ** INFO: Initializing plugin 'Créateur de Classe' (Crée des fichiers sources pour une nouvelle classe.) ** INFO: Loaded: /home/kib/opt/lib/geany/classbuilder.so (Créateur de Classe) ** INFO: Initializing plugin 'Exporter' (Exporte le fichier courant vers différents formats.) ** INFO: Loaded: /home/kib/opt/lib/geany/export.so (Exporter) ** INFO: Initializing plugin 'Caractères HTML' (Insérer des entités HTML telles que '&'.) ** INFO: Loaded: /home/kib/opt/lib/geany/htmlchars.so (Caractères HTML) ** INFO: Quitting... ** INFO: Unloaded: /home/kib/opt/lib/geany/classbuilder.so ** INFO: Unloaded: /home/kib/opt/lib/geany/export.so ** INFO: Unloaded: /home/kib/opt/lib/geany/htmlchars.so
Another thing you could try is using the -c switch to specify a directory that you've already copied an autocomplete.conf file into Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
Ok, all my personnal Geany files are inside "/home/kib/.geany", in particular the "autocomplete.conf" one. So I've tried launching Geany with "geany -c /home/kib/.geany", but again with no result. Cheers,
Kib.