Bug 242037

Summary: RFE: global find, replace bars
Product: [Applications] kate Reporter: Matthew Woehlke <mwoehlke.floss>
Component: searchAssignee: Kåre Särs <kare.sars>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: christoph, kwrite-bugs-null, thomas.friedrichsmeier
Priority: NOR    
Version First Reported In: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Matthew Woehlke 2010-06-18 01:22:18 UTC
Version:           SVN (using Devel) 
OS:                Linux

It would be awesome if Kate had, or at least had the option for, an application-wide find bar. It is quite often I want to find something in multiple open files (but digging around for 'find in files' is not only more work but would be much more results than I want).

That is, I expect:
- press ctrl-f -> find bar now shown
- type some text -> text is searched
- switch to another document -> find bar still shown with same search text
- search previous/next -> searches in newly active document

This would also fix bug 241502 :-).

Reproducible: Always
Comment 1 Thomas Friedrichsmeier 2010-06-18 11:21:11 UTC
Bonus points if the implementation is done in a way that allows any katepart-using application to make use of this feature, easily.

I'm thinking along the lines of

KTextEditor::FindBarInterface {
public:
    FindBar* createGlobalFindBar (QWidget* parent);
    void setFindBarForView (FindBar* bar, View* view);
}

but other approaches would be possible, too.
Comment 2 Christoph Feck 2014-08-16 12:48:29 UTC

*** This bug has been marked as a duplicate of bug 164416 ***