Bug 242037 - RFE: global find, replace bars
Summary: RFE: global find, replace bars
Status: RESOLVED DUPLICATE of bug 164416
Alias: None
Product: kate
Classification: Applications
Component: search (other bugs)
Version First Reported In: SVN
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kåre Särs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 01:22 UTC by Matthew Woehlke
Modified: 2014-08-16 12:48 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***