-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use repgrep to open an editor at a match location #64
Comments
To clarify, is your request to be able to open the selected file in an editor? Say for example, hovering over a match in |
Exactly! |
@galpressman now that I think about it, if your goal is to use I suppose |
Thanks, I tried it and it's less convenient than the repgrep UI. |
I think this could be implemented without too much difficulty, but we'd need to consider how to implement it in a scalable way (for multiple editors). For example, with Happy to implement this, but we should give it some thought to make sure that we can build it in an easy to maintain way. Perhaps a configuration option? I'll have to give this some more thought. |
I've thought about this a little more, and I think implementing it is going to be more difficult than anticipated; some of the reasons I think so are: Invalidating match results when making changes in an external editor
This could be worked around, if after we detect the editor has been closed, to re-run the Handling multiple editors The best thing I can think of right now, is adding a configuration file for Have a look at how Potential issues with unicode I'm not 100% sure if all commonly used editors handle Again, I'm not certain about this, but it could be an obstacle. |
It would be great if it was possible to jump to the selected file and line (open in editor for example) instead of just find and replace.
The text was updated successfully, but these errors were encountered: