Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator 4.7.0: how to use method lookup
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 4.7.0: how to use method lookup

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 624 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pets
    wrote on last edited by
    #1

    Hi,

    Until Qt Creator 4.6 it was possible to quickly access methods, variables, and other code with CTRL + left mouse button. Since version 4.7.0 this does not work any longer when there is some error (e.g. too many or wrong function parameters, unkown variable type, etc.). Is it somehow possible to get back the old 4.6 behavior?

    Regards,

    aha_1980A 1 Reply Last reply
    0
    • P pets

      Hi,

      Until Qt Creator 4.6 it was possible to quickly access methods, variables, and other code with CTRL + left mouse button. Since version 4.7.0 this does not work any longer when there is some error (e.g. too many or wrong function parameters, unkown variable type, etc.). Is it somehow possible to get back the old 4.6 behavior?

      Regards,

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by aha_1980
      #2

      Hi @pets,

      Creator 4.7 by default enables the Clang Code Model works like a background compiler and shows diagnostics.

      If your code has too many errors, this code model has problems and it may be that navigation is not possible therefore.

      If that hurts you too much, you can disable the code model (and switch back to the classic one) by Help > About Plugins and uncheck "Clang Code Model"

      Regards

      Edit: QTCREATORBUG-20830 seems related. You can comment and vote there.

      Qt has to stay free or it will die.

      1 Reply Last reply
      2
      • P Offline
        P Offline
        pets
        wrote on last edited by
        #3

        Thanks - disabling the plugin works like a charm.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved