https://bugs.kde.org/show_bug.cgi?id=363222

            Bug ID: 363222
           Summary: support on-the-fly case conversion in Search & Replace
                    plugin
           Product: kate
           Version: unspecified
          Platform: Compiled Sources
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: search
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: vtpr...@gmail.com

The standard replace dialog supports on-the-fly case conversion using \U and \L
in the replace expression. For example. find: (a), replace: \U\1 will replace
lowercase 'a' with uppercase 'A'. The Search & Replace plugin does not
currently support this feature.

Reproducible: Always

Steps to Reproduce:
1. Open a file that contains lower-case text
2. Open the Search & Replace plugin
3. Search in: Current File
4. Enable Regular Expressions
5. Find: (.*)
6: Replace: \U\1
7: Press Search
8: Press Replace checked

Actual Results:  
\U is placed at the beginning of every line

Expected Results:  
Lowercase letters are replaced by uppercase letters. This can be tested using
the same settings with the standard replace dialog.

Kate version 16.07.70 built from source on Windows using Visual Studio 2015.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to