mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-143535 github: fix link for text selection
This commit is contained in:
@@ -182,7 +182,7 @@ public class GithubOpenInBrowserAction extends DumbAwareAction {
|
||||
if (editor.getDocument().getLineStartOffset(end - 1) == selectionEnd) {
|
||||
end -= 1;
|
||||
}
|
||||
builder.append("#L").append(begin).append('-').append(end);
|
||||
builder.append("#L").append(begin).append("-L").append(end);
|
||||
}
|
||||
|
||||
return builder.toString();
|
||||
|
||||
Reference in New Issue
Block a user