| Summary: | RFE: global find, replace bars | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Matthew Woehlke <mwoehlke.floss> |
| Component: | search | Assignee: | 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
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.
*** This bug has been marked as a duplicate of bug 164416 *** |