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

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

    XMLWordPrintable

Details

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

    Description

      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();
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: