Results 1 to 20 of 22

Thread: How do i turn off ALL the code completion in Creator ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    1

    Default How do i turn off ALL the code completion in Creator ?

    Greetings,

    Honestly its the most annoying thing... whenever it pops up it steals the mouse / Keyboard context. Assuming in need help identifying my API, but i Already know it so... it stops me from finishing the line...

    My gawd its annoying...

    How can i turn it all off ?

    thanks !!

    -Lenny

  2. #2
    Join Date
    Apr 2008
    Location
    Russia, Moscow
    Posts
    86
    Thanks
    2
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4

    Default Re: How do i turn off ALL the code completion in Creator ?

    I dont find options for this. Also i don't find option for switch language back to english. I better understand functionality in english instead my native language.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by codematic View Post
    Honestly its the most annoying thing... whenever it pops up it steals the mouse / Keyboard context.
    Not really. Just keep on writing what you meant to write.

    Code completion is probably in the CppTools plugin, you can disable it if it's annoying for you.

    Settings for code completion are in TextEditor/Completion section of the configuration dialog.

    Assuming in need help identifying my API, but i Already know it so... it stops me from finishing the line...
    It shouldn't prevent you from anything. If you write something that makes suggested code invalid, the popup will go away. And it's not meant for identifying your API, it's for you not having to type it.

    Quote Originally Posted by SABROG View Post
    Also i don't find option for switch language back to english. I better understand functionality in english instead my native language.
    Delete qtcreator_ru.qm or launch Creator with LC_ALL=C environment variable.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Apr 2008
    Location
    Russia, Moscow
    Posts
    86
    Thanks
    2
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by wysota View Post
    Delete qtcreator_ru.qm or launch Creator with LC_ALL=C environment variable.
    I did this for himself, becouse not first year with Qt, but i think new users dont know about this and maybe can't find .qm files in share\qtcreator\translations\ path, or don't know what delete .qm or .ts. What if i invite chinese to my home and maybe he wan't use my QtCreator with him language? I think need add option for select language or file translation.

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by SABROG View Post
    What if i invite chinese to my home and maybe he wan't use my QtCreator with him language?
    I think he will have enough trouble using your Russian Windows installation he wouldn't worry about Qt Creator.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  6. #6
    Join Date
    Apr 2008
    Location
    Russia, Moscow
    Posts
    86
    Thanks
    2
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4

    Default Re: How do i turn off ALL the code completion in Creator ?

    On my work i know people who can work inside one program in years, but they fall into a stupor when they have to do the basic actions in OS, such as copying files to pendrive.

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do i turn off ALL the code completion in Creator ?

    Especially if they are Chinese using a Russian keyboard and Russian OS...
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    1

    Default Re: How do i turn off ALL the code completion in Creator ?

    all this is nice an everything but the code completion box pops up directly over the text im trying to type.... so its just in the way...

    There needs to be a way to turn it off...

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by codematic View Post
    all this is nice an everything but the code completion box pops up directly over the text im trying to type....
    Just type the next letter of the word you were typing. Honestly that's the first complaint I ever heard about code completion being there. Usually people complain some editor doesn't have that functionality. I think Trolls didn't assume anyone would ever want to turn it off.

    There needs to be a way to turn it off...
    Did you try disabling the plugin as suggested?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  10. #10
    Join Date
    Apr 2008
    Location
    Russia, Moscow
    Posts
    86
    Thanks
    2
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by wysota View Post
    Did you try disabling the plugin as suggested?
    There is no options for disable plugins. You can rename or delete CppTools.dll but him depending from CppEditor. Where Creator is starting you get warning message about failed loading plugins and after this you can't edit source files, just nothing happens when you dblclick on .cpp or .h.

  11. #11
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How do i turn off ALL the code completion in Creator ?

    Quote Originally Posted by SABROG View Post
    There is no options for disable plugins.
    Sure there is. Run Creator with -help and see for yourself.

    As for the functionality - you can always open cpp and h files using the plain text editor. It means no code highlighting and code completion of course.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  12. #12
    Join Date
    Oct 2009
    Posts
    18
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How do i turn off ALL the code completion in Creator ?

    I suggest to use VIM the best editor. if you don't want to use features like those you mentioned.

Similar Threads

  1. Code completion for a Qwidget at Qt4 in QDevelop 4.3.1
    By sipklaus in forum Qt-based Software
    Replies: 3
    Last Post: 9th August 2010, 09:46
  2. Code completion in eclipse?
    By DeKay in forum Installation and Deployment
    Replies: 1
    Last Post: 14th August 2007, 06:17
  3. Code Completion in QScintilla
    By jpjimenez in forum Qt Programming
    Replies: 5
    Last Post: 13th July 2007, 21:42
  4. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41
  5. MSVC6 + qt3-win-commercial = no code completion
    By a550ee in forum Installation and Deployment
    Replies: 1
    Last Post: 20th March 2006, 12:17

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.