D19367: SearchBar: Don't block GUI when enter incremental pattern

2019-09-01 Thread Christoph Cullmann
cullmann added a comment. I thought a bit about the problem with multi-line regex. I think we can solve this in a consistent way by allowing to incremental do matches that span more than one line. See the first example code in this commit: https://cgit.kde.org/ktexteditor.git/c

D19367: SearchBar: Don't block GUI when enter incremental pattern

2019-05-20 Thread Christoph Cullmann
cullmann added a comment. Simple tests with an 12 million lines document (COPYING.LIB concated "a lot") show compare to the current approach usable behavior. You start to type some word not in the document, it won't free for 10 seconds, it will just search in the background like it should.

D19367: SearchBar: Don't block GUI when enter incremental pattern

2019-03-12 Thread loh tar
loh.tar edited the summary of this revision. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19367 To: loh.tar, #ktexteditor, dhaumann, cullmann Cc: cullmann, kwrite-devel, kde-frameworks-devel, #ktexteditor, gennad, domson, michaelh, ngraham, bruns, demsking, sars,

D19367: SearchBar: Don't block GUI when enter incremental pattern

2019-03-12 Thread loh tar
loh.tar updated this revision to Diff 53752. loh.tar set the repository for this revision to R39 KTextEditor. loh.tar added a comment. - Fix autotest by add QTest::qWait(0) REPOSITORY R39 KTextEditor CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19367?vs=53281&id=53752 REVISION

D19367: SearchBar: Don't block GUI when enter incremental pattern

2019-03-06 Thread loh tar
loh.tar updated this revision to Diff 53281. loh.tar retitled this revision from "[RFC]SearchBar: Don't block GUI when enter incremental pattern" to "SearchBar: Don't block GUI when enter incremental pattern". loh.tar edited the test plan for this revision. loh.tar added a comment. - Consider