Version: 3.0.0b2 (using KDE KDE 3.1.5) Installed from: Debian testing/unstable Packages OS: Linux Open this simple program file in any of the available editors: int main () { printf("Hello, world!\n"); } Collapse all blocks so that screen looks like this: int main () +{ Search for the word "Hello". What should happen: * the collapsed block that contains the searched keyword becomes expanded or * cursor moves to the beginning of the collapsed block. What actually happens: If the QT-based editor is used, then cursor's coordinates on the status bar remain the same as before the search command was given, but cursor itself disappears. The collapsed block remains collapsed. If the internal editor is used, then cursor's coordinates on the status bar will show the correct location of the searched word (Line 3, Col 13), but cursor disappears from the screen and the text block remains collapsed.
Can't reproduce with katepart from 3.2, which I guess means this is a QEditor bug.
QEditor has been removed for KDevelop 4 and none of these bugs will be fixed between now and then.