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

Roman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |[email protected]
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Roman <[email protected]> ---
I did digg into this problem yesterday independently of your bug report
(because it was driving me nuts).

But really thank you for your report. I didn't realized for example the
additional induced servere problem with the "replace all" functionality.

My research showed the following until now:
- The related component is not kate, but KTexteditor (it happens also in
KDevelop for example)
- Working highlighting after you typed in the whole word has nothing to do with
you searching the word, but it's the general functionality for highlighting
selected words.
- The problem only appears when performing incremental search, not when
selecting "Find All" in the power search
- Highlighting is done right in the "Search and Replace" plugin for Kate
- The relevant function is KateSearchBar::onIncPatternChanged(const QString
&pattern). Calling at the end of this method KateSearchBar::findAll(inputRange,
nullptr) highlights all occurences from cursor till EOF, but it's an ugly hack
- I'm working on a cleaner solution.

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

Reply via email to