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

Autocompletion removes characters after cursor on certain conditions

XMLWordPrintable

    • 93894ab160aad6a17b0c282e4cee21caf11b2e04

      struct Foo {
          bool IsItBa() const { return false; }
          int bar() { return |Bar; } // Type IsI<ctrl-space>
      };

      Ba from Bar it removed and the result is return IsItBa()r;

      Occured to me when I used autocomplete for a function that ends with 't' and had 'this' on the cursor position. The 't' from this was removed.

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

            leamelo Leandro T. C. Melo
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes