Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved]Slow or not working Auto Completion in QtCreator 3.0.1 running on linux-mint (64bit) Cinnamon
QtWS25 Last Chance

[Solved]Slow or not working Auto Completion in QtCreator 3.0.1 running on linux-mint (64bit) Cinnamon

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 7.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sunsina
    wrote on last edited by
    #1

    Hi,
    I used to install and work with QtCreator in my Linux Cinnamon environment,
    When I installed the latest version I realised the editor auto-completion is not responding to ctrl+space that I used to work with flawlessly.
    I am wondering why when I complete the statement until (.) and (-->) it does not work but after inserting (.) or (-->) it works.

    Is it something wrong with implemented library/function parsing !?
    Note: This lag not responding mainly happens when I types ClassNames not that much for methods or variables

    Even when I start to write something in new line and the pressing CTRL+SPC in the middle of typing to trigger code autocompletion it seems for a number of seconds the editor become unresponsive (I can not insert more characters and backspace does not work either) .

    What has happened to the editor so it became so slow
    Is it something with Cinnamon,Graphic renderer or slow code parsing !?
    Please note that Linux Mint system is running under VMWare Fusion 6.0.2(Mac) and vmware-tools are already installed in my guest machine.

    For more information the editor's option autocompletion is as follows:
    None,
    Always,
    AutoComplPrefix,
    AutoInsertMatchingChar,
    SurroundTextSelection

    and DoxyGen panel items are all enabled.

    Thanks in advance.

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      The same problems here on a 'normal' Win8 PC. It was solved when I set the autocompletion to manual or when triggered.
      The auto completion was to blame if you ask me. Especially with lots of files open or huge files be edited.

      Greetz, Jeroen

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sunsina
        wrote on last edited by
        #3

        I made a workaround (I have no clue what have happened in background) but it seems that worked for me.

        You might try it on your own risk,
        I closed the project in QtCreator, then I closed the QtCreator application.
        Then I modified my project directory and I have deleted all the files that they ended with *.pro.user (OBS: do not delete your Project.pro [main project file]).
        Then I deleted all the files and directories for build version.
        Once I opened a project again in QtCreator , the IDE asked that the user setting are not present I need to redefine and modify the project again.

        After modification completion and saving the user settings the Qt Creator code completion worked again like a charm.

        1 Reply Last reply
        0
        • JeroentjehomeJ Offline
          JeroentjehomeJ Offline
          Jeroentjehome
          wrote on last edited by
          #4

          Hi,
          Just turning the autocomplete off and rebuild/clean the project and then setting to automatic did the trick for me.
          ***If the post is solved, please place [SOLVED] before your first post! ***

          Greetz, Jeroen

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved