--===============1015641154015851821== Content-Type: multipart/alternative; boundary="===============0172654036907321337==" --===============0172654036907321337== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115976/ ----------------------------------------------------------- Review request for Kate and Dominik Haumann. Bugs: 328569 http://bugs.kde.org/show_bug.cgi?id=328569 Repository: kate Description ------- Wildcard-like search string for Quick Open * Search string turns into regexp like: foo -> /f.*o.*o.*$/ (special characters in original pattern are escaped) * Filtered items are sorted using edit (Levenstein) distance Diffs ----- kate/app/CMakeLists.txt f39bf68 kate/app/katequickopen.h 175826e kate/app/katequickopen.cpp 235f9f1 kate/app/katequickopenproxymodel.h PRE-CREATION kate/app/katequickopenproxymodel.cpp PRE-CREATION Diff: https://git.reviewboard.kde.org/r/115976/diff/ Testing ------- Thanks, Kirill Bogdanenko --===============0172654036907321337== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit
This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115976/

Review request for Kate and Dominik Haumann.
By Kirill Bogdanenko.
Bugs: 328569
Repository: kate

Description

Wildcard-like search string for Quick Open

* Search string turns into regexp like:

    foo -> /f.*o.*o.*$/

  (special characters in original pattern are escaped)

* Filtered items are sorted using edit (Levenstein) distance

Diffs

  • kate/app/CMakeLists.txt (f39bf68)
  • kate/app/katequickopen.h (175826e)
  • kate/app/katequickopen.cpp (235f9f1)
  • kate/app/katequickopenproxymodel.h (PRE-CREATION)
  • kate/app/katequickopenproxymodel.cpp (PRE-CREATION)

View Diff

--===============0172654036907321337==-- --===============1015641154015851821== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ KWrite-Devel mailing list KWrite-Devel@kde.org https://mail.kde.org/mailman/listinfo/kwrite-devel --===============1015641154015851821==--