Bug 184364 - Include lines from source file containing search matches.
Summary: Include lines from source file containing search matches.
Status: RESOLVED DUPLICATE of bug 47136
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Search-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 01:05 EDT by Tom Lenz CLA
Modified: 2007-04-27 03:35 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Lenz CLA 2007-04-27 01:05:12 EDT
Jedit contains some search functionality that would be great to have in Eclipse. I find Jedit's hyper-search window in particular to be quite useful. Eclipse could do the same thing with these changes: In the search result window, instead of just listing a file with the number of matches in parentheses 

Application.cfm (3 matches), 

list each line containing the match, along with it's line number

Application.cfm (3 matches)
  10: <cfset x = 0>
  24: <cfset y = 1000>
  35: <cfset z = "abc">

Single clicking on one of these lines in the search results window would take you to that line in the file. Doing it this way, it's easy to see at a glance which lines in source files are of interest, and you can get to them with a single click, no stepping or scrolling required.
Comment 1 Martin Aeschlimann CLA 2007-04-27 03:35:10 EDT

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