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

autocompletion does not work for armadillo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P2: Important P2: Important
    • None
    • Qt Creator 3.0.1
    • C/C++/Obj-C++ Support
    • None
    • Kubuntu 13.10

      Bug can be reproduced like this:
      Install the latest version of armadillo linear algebra library.
      Create a non-QT project.
      Edit the main.cpp file:

      #include <armadillo>
      int main()
      {
          arma::
          return 0;
      }
      

      Normally a popup shows up and gives me autocompletion options, it does not here. If you type std::, it still works.

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

            kosjar Nikolai Kosjar
            kindlychung victor
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes