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

Case not preserved when replacing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 4.13.3
    • All Other Issues
    • None

    Description

      With the following content:

      FOOBAR
      foobar
      fooBar
      FooBar

      a) Replace "FooBar" with "BazQux" preserving case:

      BAZQUX
      bazqux
      BazQux
      BazQux

      - Expected result: "fooBar" -> "bazQux"

      • Actual result: "fooBar" -> "BazQux"

      b) Replace "fooBar" with "bazQux" preserving case:

      BAZQUX
      bazqux
      bazQux
      bazQux

      - Expected result: "FooBar" -> "BazQux"

      • Actual result: "FooBar" -> "bazQux"

      Attachments

        1. qtcreator.gif
          qtcreator.gif
          164 kB
        2. vscode.gif
          vscode.gif
          204 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes