Results 1 to 3 of 3

Thread: Auto Complete

  1. #1
    Join Date
    Jul 2013
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Auto Complete

    Hai guys,

    Probably more people have asked this, but i couldn't find any clear answer.
    so here it comes: Is there any way to have Auto Complete for every key like (a,b,c,d,e,f,g etc) expect the "::,->,Crtl+Space" ?

    regards,
    Ricona

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Auto Complete

    "Auto complete" what, where, when, and from what list of options?

  3. #3
    Join Date
    Jul 2013
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Auto Complete

    Quote Originally Posted by ChrisW67 View Post
    "Auto complete" what, where, when, and from what list of options?
    I guess my questions was to poor written, my apologies for that.

    I am comming from a .NET background (C# and VB). The auto complete for C# and Vb is done on a very "friendly way", you only need to type one letter and a whole list of possible options will appear.
    Here is a small example: If you type the letter "i" all classes and variables do show up.

    Now QTCreator
    -What: AutoComplete(CompleteThis) = the list with possibilities that shows up when you press Crtl+space.
    -Where: Non-Qt Project -> Plain C++ Project and Libraries->C++ library
    -when: I was wondering if there is a possibility to show Autocomplete (the thing that appears when you press Ctrl+space) appears for every letter you type (a,b,c,d ([A-Z]) etc). Not only for "::,->".
    -What list of options: if you for example did include <climits> ("limits.h"). That when you press the letter "I" INT_MAX and INT_MIN will show up. (Without pressing Ctrl+space).

    Regards,
    Ricona

Similar Threads

  1. wait for method to complete?
    By jtdavidson in forum Newbie
    Replies: 1
    Last Post: 18th July 2010, 07:16
  2. complete tablewidget
    By tux-world in forum Newbie
    Replies: 3
    Last Post: 11th March 2010, 02:07
  3. Replies: 2
    Last Post: 8th November 2009, 05:30
  4. QDevelop auto-complete function and Qt4
    By degs2k4 in forum Qt-based Software
    Replies: 8
    Last Post: 6th May 2008, 18:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.