Page 2 of 2 FirstFirst 12
Results 21 to 22 of 22

Thread: How do i turn off ALL the code completion in Creator ?

  1. #21
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by fatjuicymole View Post
    Qt Creator will show you the first error and even let you move through them and jump to the (sometimes approximate) offending line of code.
    It will jump with the external editor? If not then it's just a matter of redirecting make's output to something else than the command line console - i.e. a file or a pipe. Some advanced editors would even allow running make from within themselves and would show the output in some nice window.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #22
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How do i turn off ALL the code completion in Creator ?

    Yes, I agree. Double clicking the error will result in Creator's editor opening and jumping to the error line, but usually the error is so simple it can be fixed easily, so you don't mind using Creator's editor for that (plus the external editor will notice when you save the file).

    Personally however, I want more code completion, not less. So I use Visual Studio with Visual Assist plugin. I used to alt+tab back to creator, but now I compile directly in VS and use QtDesigner for editing ui files.

Similar Threads

  1. Code completion for a Qwidget at Qt4 in QDevelop 4.3.1
    By sipklaus in forum Qt-based Software
    Replies: 3
    Last Post: 9th August 2010, 10:46
  2. Code completion in eclipse?
    By DeKay in forum Installation and Deployment
    Replies: 1
    Last Post: 14th August 2007, 07:17
  3. Code Completion in QScintilla
    By jpjimenez in forum Qt Programming
    Replies: 5
    Last Post: 13th July 2007, 22:42
  4. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 22:41
  5. MSVC6 + qt3-win-commercial = no code completion
    By a550ee in forum Installation and Deployment
    Replies: 1
    Last Post: 20th March 2006, 13:17

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.