PDA

View Full Version : qdevelop won't provide code complete



rupert160
9th August 2010, 09:40
I am using Ubuntu 10.04 installed a vanilla installation of qdevelop that includes the extra's of Qt Designer etc - installs ctags and it seems to be good. It has Editors>Options>Editor>"Complete Code" selected too. I checked ctags as "exuberant" and I saw:

rupert@jekyll:~/Documents/Code/cpp/test2$ whereis ctags
ctags: /usr/bin/ctags /usr/share/man/man1/ctags.1.gz
rupert@jekyll:~/Documents/Code/cpp/test2$ ls -al /usr/bin/ctags
lrwxrwxrwx 1 root root 23 2010-08-07 02:03 /usr/bin/ctags -> /etc/alternatives/ctags
rupert@jekyll:~/Documents/Code/cpp/test2$ ls -al /etc/alternatives/ctags
lrwxrwxrwx 1 root root 24 2010-08-07 02:03 /etc/alternatives/ctags -> /usr/bin/ctags-exuberant
rupert@jekyll:~/Documents/Code/cpp/test2$ ls -al /usr/bin/ctags-exuberant
-rwxr-xr-x 1 root root 228992 2010-03-07 07:04 /usr/bin/ctags-exuberant

so it all seems to be good (save the fact that debian has ctags-exuberant
rather than exuberant-ctags). Ideas? Are there log files somewhere that might give me hints?