OK, I have downloaded the source code of QDevelop (version 0.26-svn) through Subversion and compiled it.
Still pressing Ctrl+SPace does not make auto-completion appear...Any ideas?
OK, I have downloaded the source code of QDevelop (version 0.26-svn) through Subversion and compiled it.
Still pressing Ctrl+SPace does not make auto-completion appear...Any ideas?
OK, Ctags seems to work with Qt Classes *only*, both in 0.25 and 0.26-svn versions of Qdevelop.
So my last question is... is there any way to use ctags with my own classes ? (for example, custom widgets,etc...)
Well its definately working now. It works for me on the same platform. I think if you hit the refresh button at the top left of open c files that might do it. Bear in mind that there might be some of your functions that do not work because QDevelop cannot see them, like things in libraries and the like.
Qt code complete is the most important anyway!
Hitting the refresh button from the editor when a C file is opened makes no effect...
Is there any place where I should place my project files in order that ctags/Qdevelop can see them ?
Nope, should be working as is. You dont have to move any files. Try and create a simple example. Ive just downloaded the newest SVN version re-make'd it created a new project with a dialog and on the main.cpp type "win." and lots of juicy completes pop up!
Phil
Bookmarks