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

'always activated' code completion is not working during FakeVim mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 3.2.0
    • Qt Creator 2.2.0
    • Editors
    • None
    • windows xp

      in FakeVim mode, enable code completion as 'always activated'.

      in source code as below, type "win", no completion list appears. But if FakeVim is disabled, the list will appear.

      int main(int argc, char *argv[])
      {
      QApplication app(argc, argv);
      MainWindow window;
      window.resize(640, 512);
      window.show();

      win|
      return app.exec();
      }

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

            hjk hjk
            forrest Forrest
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes