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

fakevim support tilde operator

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes