[Geany] autocomplete.conf is not working for me
kib2
kib2 at xxxxx
Thu Oct 18 21:31:33 UTC 2007
John Gabriele a écrit :
> On 10/18/07, kib2 <kib2 at free.fr> wrote:
>> I've tried with the English default, there's no problem but the
>> autocomplete is not working.
>
> Kib,
>
> One last oddball thing to try: in your ``~/.geany/geany.conf`` file,
> maybe try toggling auto_complete_whilst_editing?
>
> Actually, another trick to try might be, shutdown geany, then::
>
> cd
> mv .geany .geany_PREV
> mkdir .geany
> cp .geany_PREV/autocomplete.conf .geany
>
> then restart geany and see if maybe an older config file was causing
> some weirdness.
>
> Also, I'm guessing you've already tried this, but just in case you
> haven't, you might try double-checking that your source is pristine.
> For me, that's::
>
> cd ~/opt/src/geany
> make uninstall
> cd ..
> rm -fr geany # or ``mv geany geany_PREV`` if you want to keep it.
> svn co https://geany.svn.sourceforge.net/svnroot/geany/trunk geany
> cd geany
> ./autogen.sh
> ./configure --prefix=/home/john/opt
> make
> make install
John,
thanks for your help, I've tried all and I'm now under Geany 0.13svn >=
r1960.
But no chance : the autocomplete is not working.
I'll wait to see if someone else has the problem.
See you,
Kib.
More information about the Users
mailing list