Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Turn off popup when typing function
Forum Updated to NodeBB v4.3 + New Features

Turn off popup when typing function

Scheduled Pinned Locked Moved Qt Creator and other tools
14 Posts 6 Posters 5.7k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    mlong
    wrote on last edited by
    #5

    Which version of creator are you using?

    Software Engineer
    My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #6

      bq. Eddy, it blocks the two lines of code above the line I am working on, and I often use those lines as a reference point.

      So it would be better to have it beneath it? You could make a suggestion for that on "JIRA":https://bugreports.qt.nokia.com/secure/Dashboard.jspa.

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #7

        The popup usually is below the current line. It's only above if the current line is at the bottom of the editor, when there is no space left below the line.

        For the config settings:
        Go to Preferences, Text Editor, Completion (last tab) and change "activate code completion" to "manual" (tested with Creator 2.2.1).

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mlong
          wrote on last edited by
          #8

          Pardon me if I'm clarifying something that's already perfectly clear... ;-)

          I think he's referring to the tooltip that pops up after the method has been selected (or typed) that lists the parameters, not the dropdown that Ctrl-Space pops up to autocomplete the method name.

          For example, typing "myToolbar->add" lists addAction(), addActions(), addSeparator(), and addWidget() below the line, but once I select addAction(), there is a tooltip that pops up which begins
          @
          / 1 of 4 /\ QAction * addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char *member)
          @
          It does, indeed cover the lines above. I run into this all the time. Esc clears it, but it also closes the bottom pane in the editor.

          It would appear that, while it does squash the popup when typing a method name, the manual-toggle setting for completion doesn't affect the parameter popup at all, at least not on 2.3.0-beta.

          Software Engineer
          My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

          1 Reply Last reply
          0
          • C Offline
            C Offline
            cyndarelli
            wrote on last edited by
            #9

            if you learn to hit esc fast enough after a while you'll get used to it, it actually is helpful as long as it's not "in the way".... give it a chance. "Beats earbuds tour cheap dr. dre studio headphones":http://www.sell.com/27Q4M1 "Breitling Bentley replica watches UK 6.75 superocean super avenger":http://theinternetbiz.com/ReplicaWatches-tp2-70.html "Omega Watch replica":http://theinternetbiz.com/Omegawatches-tp2-5.html "Breitling replica":http://theinternetbiz.com "IWC replica watches":http://theinternetbiz.com/IWC-tp2-100.html "replica D&G watches":http://theinternetbiz.com/DGmenwomen-tp2-107.html "Chopard Gents Watch replica":http://theinternetbiz.com/ChopardMenLadies-tp2-15.html "Vacheron Constantin uhren replica relojes uhr montre":http://theinternetbiz.com/VacheronConstantin-tp2-13.html "Audemars Piguet replica watches uhren uhr montre relojes":http://theinternetbiz.com/AudemarsPiguet-tp2-11.html "Replica Diesel Watches":http://theinternetbiz.com/Diesel-tp2-79.html "replica corum watches":http://theinternetbiz.com/Corum-tp2-18.html "oris replica watches":http://theinternetbiz.com/Oris-tp2-17.html

            a href="http://theinternetbiz.com/powerbalancesiliconewristbandbraceletxssmlclearwhiteblackpink-tp2-114.html">power wristbands</a>

            1 Reply Last reply
            0
            • E Offline
              E Offline
              ecripes
              wrote on last edited by
              #10

              [quote author="mlong" date="1312387469"]Pardon me if I'm clarifying something that's already perfectly clear... ;-)

              I think he's referring to the tooltip that pops up after the method has been selected (or typed) that lists the parameters, not the dropdown that Ctrl-Space pops up to autocomplete the method name.

              For example, typing "myToolbar->add" lists addAction(), addActions(), addSeparator(), and addWidget() below the line, but once I select addAction(), there is a tooltip that pops up which begins
              @
              / 1 of 4 /\ QAction * addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char *member)
              @
              It does, indeed cover the lines above. I run into this all the time. Esc clears it, but it also closes the bottom pane in the editor.

              It would appear that, while it does squash the popup when typing a method name, the manual-toggle setting for completion doesn't affect the parameter popup at all, at least not on 2.3.0-beta.

              [/quote]

              You are correct, it is not the autocomplete feature, it is the tooltip that appears after typing the function and it shows the parameters of that function, and it is always above the cursor. I did notice that esc deletes it (and closes the bottom pane editor.

              [quote]
              if you learn to hit esc fast enough after a while you’ll get used to it, it actually is helpful as long as it’s not “in the way”…. give it a chance.
              [/quote]
              It pops back up when you get to each parameter in the function. For 6 parameters, esc has to be hit 6 times.

              It would probably not be a problem if it appeared below the cursor, or would be less annoying if esc made it disappear for the whole function instead of only one parameter. I just posted this suggestion on the bug/suggestion site.

              1 Reply Last reply
              0
              • E Offline
                E Offline
                ecripes
                wrote on last edited by
                #11

                Suggested on [bugreports.qt.nokia.com].

                1 Reply Last reply
                0
                • EddyE Offline
                  EddyE Offline
                  Eddy
                  wrote on last edited by
                  #12

                  Hi ecripes,

                  Thanks for making a suggestion on bugreports.

                  Could you add a link to the bug reports page here? That way others can easily find it and vote for it.

                  Qt Certified Specialist
                  www.edalsolutions.be

                  1 Reply Last reply
                  0
                  • E Offline
                    E Offline
                    ecripes
                    wrote on last edited by
                    #13

                    Sure, Here's the link to the suggestion:
                    https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5748

                    1 Reply Last reply
                    0
                    • EddyE Offline
                      EddyE Offline
                      Eddy
                      wrote on last edited by
                      #14

                      Thanks again!

                      I added a Link to this topic there to avoid the developers have the same misunderstanding as we had here ;)

                      And i voted for it!

                      Qt Certified Specialist
                      www.edalsolutions.be

                      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