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. Creator: How to analyze parsing fail?

Creator: How to analyze parsing fail?

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 621 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.
  • A Offline
    A Offline
    Asperamanca
    wrote on last edited by
    #1

    Sometimes, Creator just doesn't want to parse a certain symbol. I create a variable of a know type, and I do not get anything from the parser - the variable is not highlighted where it is used, typing . or -> after the symbol name does not yield a list of useful things to call.

    Example:
    @CTsco_GraphicsLinePlot* pPlot = new CTsco_GraphicsLinePlot();
    pPlot->// no parser help here!@

    My standard procedure in those cases is

    • Is the type recognized? Are the proper headers included?
    • Does it compile? Do I get any warnings?
    • Update code model (from Tools->C++)
    • Restart Creator

    It's enough in 90 % of cases. But how can I further investigate the problem in the remaining 10 %?

    1 Reply Last reply
    0

    • Login

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