giorgifafa / editra

Automatically exported from code.google.com/p/editra
0 stars 0 forks source link

Find all output is hard to read if the file path is long #822

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a document that has a large path
2. Search for an item that appears multiple times
3. The "Find Results" tab shows the results, but the format of each line is 
[File Path] [Line number]: [Line text]

What is the expected output? What do you see instead?
I would find it very helpful if the output would be:
[File Path] -> once, single line
[Line Number]:[TAB CHARACTER-> helps a lot in a spreadsheet][Line content]

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
0.7.20

What method of install was your version installed with (Binary/Source)?
Binary

If from source: What version of python and wxPython are you using?
2.7.3

Please provide any additional information below.

Original issue reported on code.google.com by andrei.b...@gmail.com on 12 Jun 2014 at 3:11