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

code autocomplete has issue with some header and function

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • Qt Creator 2.5.1, Qt Creator 2.5.2, Qt Creator 2.6.0, Qt Creator 2.6.1, Qt Creator 2.6.2, Qt Creator 2.7.0-beta, Qt Creator 2.7.0-rc, Qt Creator 2.7.0, Qt Creator 2.7.1, Qt Creator 2.8.0-beta
    • None

    Description

      #include <iostream>
      #include <ios>
      
      int main(){
         std::cout.setf // <-- don't have any auto completion here for setf function 
      // *std::cout.setf( std::ios::hex, std::ios::basefield )*;
         return 0;
      }
      
      

      also I have noticed that Creator will not complete the code from <ios> header e.g.

      http://comments.gmane.org/gmane.comp.lib.qt.creator/7666

      Attachments

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

        Activity

          People

            erikv Erik Verbruggen
            rahimi navidR
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes