Search results request
Posted: 14 Sep 2009 21:51
I use XY as my tool to grep w/in files and I am quite happy with it's speed and feature set.
However, it is missing something which other search tools have.... the ability to view "inside" the file to see the match. You often want to know what the match is in addition to knowing the fact that there was a match. Visual Studio's search in files has this feature, as a reference, as does Windows Greg and Agent Ransack, to name a few.
I'm not sure how to best implement this in XY. I imagine there are 3 choices:
What do you think?
However, it is missing something which other search tools have.... the ability to view "inside" the file to see the match. You often want to know what the match is in addition to knowing the fact that there was a match. Visual Studio's search in files has this feature, as a reference, as does Windows Greg and Agent Ransack, to name a few.
I'm not sure how to best implement this in XY. I imagine there are 3 choices:
- A sub-pane of the search results tab. When you clicked on one of the results, the sub-pane would show the contents of the file, scrolled to the line where the match was found.
- Similar to the above, but instead of a sub-pane, just use the Preview or Raw View tabs in the Info Panel
- A column in the search results which has a text fragment of the matching line. This would be the least desirable option since you could only show one line of results
What do you think?