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. How to use INSERT/REPLACE mode on the IDE?
Forum Updated to NodeBB v4.3 + New Features

How to use INSERT/REPLACE mode on the IDE?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 5 Posters 4.6k 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.
  • G Offline
    G Offline
    gRicky
    wrote on 8 Mar 2012, 10:06 last edited by
    #1

    Hi All,

    I'm a beginner on developing software using QTCreator but I'm becoming crazy because I can't do the simple operations which I can do in every developing IDE, how does the INSERT/REPLACE mode work on the QT-Creator IDE?

    If I want to edit a code on the text editor and I want to insert some text or replace some text, I've used the INS button of the keybord to handle the behaviour of the IDE but it doesn't work as expected. I can't exit from the REPLACE mode (shown on the bottom bar).
    Other things that didn't work as expected are the shortcut Ctrl+X, Ctrl+C and Ctrl+V. I'm able to work with cut and paste methods only calling them from the menu, why?

    Where can I find some documentation about how to use the QTCreator IDE?

    E 1 Reply Last reply 5 Feb 2020, 06:40
    0
    • S Offline
      S Offline
      stukdev
      wrote on 8 Mar 2012, 10:32 last edited by
      #2

      Hi, remember that QT is QuickTime not Qt!
      About the INS operation i try and for me not work...
      -About ctrl-c ctrl-v have you try control if you have CAPS LOCK active?-
      Look info at "QtCreatorDocs":http://doc.qt.nokia.com/qtcreator-2.4/index.html
      What Os are you using?

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lgeyer
        wrote on 8 Mar 2012, 12:11 last edited by
        #3

        Make sure there are key bindings for the copy, cut and paste actions.

        Qt Creator does not have an overwrite mode (yet), as far as I know for the simple reason that there are platforms that do not use overwrite mode (Macs do not / did not even have an Insert key). However, Qt Creator 2.5 will have support for overwrite mode. If you need it right now update to 2.5 or use the vi mode, which has it too.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on 8 Mar 2012, 14:21 last edited by
          #4

          The insert key works as expected for me. The only indication of the changed mode is the text cursor for me though.

          I don't get any "REPLACE" mode in the bottom bar. Did you end up in vi mode? That one is strange to anybody not used to VI... I tend to just disable the whole plugin in Help->About Plugins just to make sure I never end up in there;-)

          1 Reply Last reply
          1
          • G gRicky
            8 Mar 2012, 10:06

            Hi All,

            I'm a beginner on developing software using QTCreator but I'm becoming crazy because I can't do the simple operations which I can do in every developing IDE, how does the INSERT/REPLACE mode work on the QT-Creator IDE?

            If I want to edit a code on the text editor and I want to insert some text or replace some text, I've used the INS button of the keybord to handle the behaviour of the IDE but it doesn't work as expected. I can't exit from the REPLACE mode (shown on the bottom bar).
            Other things that didn't work as expected are the shortcut Ctrl+X, Ctrl+C and Ctrl+V. I'm able to work with cut and paste methods only calling them from the menu, why?

            Where can I find some documentation about how to use the QTCreator IDE?

            E Offline
            E Offline
            eurekaWin
            wrote on 5 Feb 2020, 06:40 last edited by
            #5

            @gRicky Sounds like you entered the "FakeVim" mode somehow.

            I have the same problem like you... i saw one post from @Chris Kawa, all you have to do is Go to Tools -> Options -> FakeVim and see if the "Use FakeVim" checkbox is selected. If so - deselect it

            1 Reply Last reply
            2

            • Login

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