Thank you for taking the time to share all this feedback - I genuinely appreciate it and will be looking into this further.
A couple of things to note:
> It puts headings on diff sections. I want to copy text that from Sublime Merge and search for the identifier in my editor. Sorry, S.O.L.
I've just added support for this internally, thank you for the feedback!
> I want to search for things across changes - sorry, S.O.L. - "someIdenifier" doesn't exist in the current code. When was it deleted? Let me search.
You can use the search tool (Ctrl + F) and add the query `contents: someIdentifier`. It will return every commit which contains that term within the changes.
Thank you for taking the time to share all this feedback - I genuinely appreciate it and will be looking into this further.
A couple of things to note:
> It puts headings on diff sections. I want to copy text that from Sublime Merge and search for the identifier in my editor. Sorry, S.O.L.
I've just added support for this internally, thank you for the feedback!
> I want to search for things across changes - sorry, S.O.L. - "someIdenifier" doesn't exist in the current code. When was it deleted? Let me search.
You can use the search tool (Ctrl + F) and add the query `contents: someIdentifier`. It will return every commit which contains that term within the changes.
Thanks again for the feedback!