Comment 9 for bug 215256

Revision history for this message
Gary van der Merwe (garyvdm) wrote : Re: bzr qannotate: implement "search" and "search next"

The thing that is preventing us from implementing find (not goto line) is that we can to text selections in a QTreeView, which qannotate uses to display the file. To fix this, we need a QTextBrowser that has margins that we can display the line number and annotate, and allow for column resizing.