ctags not work if project path contains whitespace, like "C:\Program Files\..."
Yeah, theres an option in the tools menu called "Rebuild Qt classes Database", but you click that, it finishes way too fast. Like its pointing to the wrong Qt include folder. I did have a quick look, but reading somebody else's code, even if its well commented, is hard work.
Just a comment on Edyuk: The open project doesnt seem to be working very well. It doesnt open the pro files created in Qdevelop (it doesnt do anything fancy) and when I create a new pro file in edyuk (How is it pronounced by the way???), I cannot reopen that file. Using 1.0.0-rc1.
The the on-demand style changing is a cute touch though
Cheers,
Phil Winder
Last edited by philwinder; 23rd April 2008 at 12:51.
evgenM: Thanks for the tip, I shall have to remember that in the future.
But, it works fine for me even with spaces for my own classes, but still not (either way) for qt's functions.
- How did you try to open a project? Using File|Open or Project|Open ? (it does make a great deal of a difference since both are enabled to satisfy every users
- How does your sample project look like?
- I don't understand the reopening issue
- These issues may also have been fixed since last release (I'd better release that rc2 soon I guess)
- Let's not hijack this thread and move the discussion to a more appropriate place (e.g. Edyuk thread in this forum, or Edyuk mailing list or whatever mean given in the readme file, ...)
Current Qt projects : QCodeEdit, RotiDeCode
Ok,
thread started at http://www.qtcentre.org/forum/f-qt-s...yuk-13210.html
Phil Winder
The exuberant tag issue resolved my problem. Now we just need to beef up this code completion to make it disgustingly awesome!
My problems have been resolved as of QDevelop r319.
Get it (Or any newer version that may appear) via that svn: http://qdevelop.googlecode.com/svn/trunk/
Phil
Code completion in VS2003 C++ is "beefed up" too much. It often displays many methods and properties in a dropdown that are NOT part of the class being used. It is only when you attempt to compile you get a "not a member of this class" msg.
I also code in Linux using Kate, which also has code completion, except that it uses as its reference the previous code you've written, so you never get a property or method that's not part of the class you are using, nor will display what you haven't used before. But, over all, I find it just as efficient as the VS code completion.
kate has no code completion, it has word completion. I does not recognize the syntax of the language you are writing it.
Bookmarks