Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-5716

Autocompletion of included class members does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 2.2.0-rc1
    • C/C++/Obj-C++ Support
    • None
    • Debian

    Description

      Since we share some code between the ARM (C++) and the DSP (C) and we encapsulate the enums in their classes, we have to write something like this:

       
      class A
      {
          /* Enumerations */
          #include "A_Enums.h"
      };
      

      with A_Enums.h

       
      enum ABC
      {
           ABC_hugo,
           ABC_fred
      };
      

      Now when want to access A::ABC_hugo and I press CTRL+Space after "A::ABC_" the auto completion does not work. In the other editors my team uses it's working fine...

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              erikv Erik Verbruggen
              bluespirit Karl Krach
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes