Skip to content
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

Open & copy multi-line git permalinks from multi-line code snippets #77

Closed
SemanticBeeng opened this issue Dec 13, 2018 · 4 comments
Closed

Comments

@SemanticBeeng
Copy link

SemanticBeeng commented Dec 13, 2018

Would be very useful to have the current functionality work for multiple line code selections and not just for one line.

Example

for (Map.Entry<String, String> urlPattern : patterns.entrySet()) {
String pattern = urlPattern.getKey();
String url = urlPattern.getValue();
Matcher matcher = Pattern.compile(pattern).matcher(remoteUrl);
if (matcher.matches()) {

@ben-gibson
Copy link
Owner

I will add this in the next release.

@SemanticBeeng
Copy link
Author

SemanticBeeng commented Jan 20, 2019

Thanks Ben. Kind share an idea of when to know if to hold my breath. :-)

@ben-gibson
Copy link
Owner

This has been released in version 3.1.0

@SemanticBeeng
Copy link
Author

Multi-line "Open" works fine - thanks.
But "Copy" menu does not show up for neither single or multi-line selection.
There used to be a "Copy" menu for single line, right?

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants