After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607202 - Feature/Usability: Find in multiple files
Feature/Usability: Find in multiple files
Status: RESOLVED DUPLICATE of bug 421800
Product: gedit
Classification: Applications
Component: general
2.28.x
Other Linux
: Normal enhancement
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-17 05:05 UTC by Daniel O
Modified: 2011-03-02 23:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel O 2010-01-17 05:05:32 UTC
A common and useful feature of a variety of text editors / IDEs is to 'find in multiple files'.

A variety of command line tools are available which do this, like grep / ack-grep / etc.

For novice users...
 1. opening a terminal, 
 2. Navigating to the correct directory
 3. grepping for the right pattern
 4. piping that output to cause gedit to open the matched files
... is a little tricky.


Suggestion:
Consider adding a 'multiple files' function, which might be as simple as piping output of ack-grep or similar to a UI control.

Importantly, it should be easy to:
 1. See the matched text (file, line, position).
 2. Open an individual file in gedit with a minimal interaction (click).
 3. Open all of the matched files in gedit (select all, right click, context menu, open all).
Comment 1 Ignacio Casal Quinteiro (nacho) 2011-03-02 23:14:09 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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