Results 1 to 20 of 22

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

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    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 ?

    It does work. That's why you see the window with unresolved dependencies.
    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. #2
    Join Date
    Apr 2008
    Location
    Russia, Moscow
    Posts
    86
    Thanks
    2
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4

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

    Quote Originally Posted by wysota View Post
    It does work. That's why you see the window with unresolved dependencies.
    It's turned off plugin, but CppEditor depending from him and how result source code editor don't worked, so this is not a solution.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    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 ?

    It's hard for something to work if something it depends on is not there. A proper solution is to clone Qt Creator git repository and implement the functionality you want by yourself.
    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.


  4. #4
    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 ?

    A solution on Windows would be UltraEdit. You edit your code in that, and then when you want to compile, you switch to QtCreator and hit the compile hotkey. I do this at work as the IDE they use is garbage - notepad would be better! (Seriously, for a £3000 product, you wouldn't expect the line to flicker after each character typed due to the constant redrawing)

    There are similar alternatives for Linux.

  5. #5
    Join Date
    Apr 2008
    Location
    Russia, Moscow
    Posts
    86
    Thanks
    2
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4

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

    Using other code editor is avoiding problem. Need more settings in QtCreator and developers must somehow know about this, so i think topicstarter must create bugreport (suggestion) for QtCreator or, as say wysota, go to QtCreator git repository and suggest patch.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    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 ?

    Qt Creator is mainly a text editor. Switching to Qt Creator just to complile your code doesn't make sense. It's faster to do it from the command line.
    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.


  7. #7
    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 ?

    Command line can be annoying though. If you compile a source file and find out you have 20,000 errors because of a missing semicolon, you can't find that out because the first error is beyond the start of the buffer. 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.

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    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.


  9. #9
    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, 09:46
  2. Code completion in eclipse?
    By DeKay in forum Installation and Deployment
    Replies: 1
    Last Post: 14th August 2007, 06:17
  3. Code Completion in QScintilla
    By jpjimenez in forum Qt Programming
    Replies: 5
    Last Post: 13th July 2007, 21:42
  4. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41
  5. MSVC6 + qt3-win-commercial = no code completion
    By a550ee in forum Installation and Deployment
    Replies: 1
    Last Post: 20th March 2006, 12: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.