Summary: | [regression 4.8.0 -> 4.8.1] search function in sieve-filter editor not working anymore | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | m.wege |
Component: | sieve | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 1.99.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | 4.9 | |
Sentry Crash Report: |
Description
m.wege
2012-03-08 09:13:10 UTC
yes it's normal. I change texteditor to QPlainTextEdit to have line number. And it doesn't support search for the moment. Ok regression but improvment for debugging :) It is a very bad regression if you have a large filter with different filters and want to add something to that filter and need to find it first. And if you have a big file or a complexe filter which has an error it's better to have an indicator to go to correct line. Yes, but if you have a big and complex filter, the error which is in the file, was made during the last edit. Normally I will only edit a small part of the filter. So I will know a search pattern, to find the place I just edited and will be able to find the error, even though I can not find the exact line number which was named in the error report. I had the problem with identifying the line number of a bug also, bug I was always able to find it by searching the area I last edited. With search gone, the problem is worse. Git commit 61be9604b603108e645ec9b29696eb58bb692f9f by Montel Laurent. Committed on 20/03/2012 at 13:37. Pushed by mlaurent into branch 'master'. Fix Bug 295511 - [regression 4.8.0 -> 4.8.1] search function in sieve-filter editor not working anymore FIXED-IN: 4.9 M +1 -0 libksieve/ksieveui/CMakeLists.txt M +24 -1 libksieve/ksieveui/sieveeditor.cpp M +6 -0 libksieve/ksieveui/sieveeditor.h A +272 -0 libksieve/ksieveui/sievefindbar.cpp [License: LGPL (v2+)] A +81 -0 libksieve/ksieveui/sievefindbar.h [License: LGPL (v2+)] http://commits.kde.org/kdepim/61be9604b603108e645ec9b29696eb58bb692f9f |