Results 1 to 14 of 14

Thread: QDevelop and CTags -> Not working

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QDevelop and CTags -> Not working

    The exuberant tag issue resolved my problem. Now we just need to beef up this code completion to make it disgustingly awesome!

  2. #2
    Join Date
    Apr 2008
    Posts
    73
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    11
    Thanked 7 Times in 3 Posts

    Default Re: QDevelop and CTags -> Not working

    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

  3. #3
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3
    Thanked 7 Times in 6 Posts

    Default Re: QDevelop and CTags -> Not working

    Quote Originally Posted by struktured View Post
    The exuberant tag issue resolved my problem. Now we just need to beef up this code completion to make it disgustingly awesome!
    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.

  4. #4
    Join Date
    Jan 2006
    Posts
    371
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    14
    Thanked 18 Times in 17 Posts

    Default Re: QDevelop and CTags -> Not working

    kate has no code completion, it has word completion. I does not recognize the syntax of the language you are writing it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.