Hello. I am trying to fix junior bug from https://bugs.kde.org/show_bug.cgi?id=313455, however I have a problem with finding selected text. The signal is running giving only KTextEditor::Document. I use document->activeView()->selection() to check whether there is any selected text, but activeView doesn't have any selection (I am using KDevelop debugger). It store correct information about cursor and some other things but not about my selected text. Is there something I do wrong?
-- ---------------- Paweł Kubik >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<