Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22341

fakevim support tilde operator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 4.9.0
    • FakeVim

    Description

      Vi/vim includes the tilde operator, which switches the case of the text covered by a motion.  For example, consider the following text string:

      abCdEfG
      

      In vi/vim, if the cursor is placed over 'a' and the user presses

      ~

      or

      ~<space>

      , 'a' is converted to 'A'. If instead the cursor is placed over 'a' and presses '

      g~~

      ' then the string is converted to

      ABcDeFg
      

      It would be nice if Qt Creator supported this feature, as it is very useful.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              hjk hjk
              rui maciel Rui Maciel
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes