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

fast typing "." breaks automatic to pointer operator replacing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 4.3.0-beta1
    • Qt Creator 4.2.0, Qt Creator 4.3.0-beta1
    • C/C++/Obj-C++ Support
    • None
    • MSVC2015 release build LLVM 3.9.1

    Description

      #include <QtGui> // important to make code parsing slower
      
      class Cake {
          void create () {
      
          }
      };
      
      int main(int argc, char *argv[])
      {
          Cake *myCake = new Cake;
          myCake->reatec //fast typed keys: myCake.create
          return 0;
      }
      
      

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes