Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

[REQUEST] Output Console - ability to visit links #586

Closed
choppedpork opened this issue Jan 4, 2017 · 4 comments
Closed

[REQUEST] Output Console - ability to visit links #586

choppedpork opened this issue Jan 4, 2017 · 4 comments

Comments

@choppedpork
Copy link

Hello,

I'm using the git-plus plugin almost exclusively with my company's internal BitBucket server. When pushing to a branch, BitBucket sends back a message which includes a direct http(s) link to create a pull request - which is incredibly handy. Unfortunately the Output Console does not allow to select text (the cursor changes into a text selection one but it's not possible to actually select) so that I could copy the link.

It would be even nicer if the Output Console was able to detect http(s) links so that you could just click them in Atom!

@akonwi
Copy link
Owner

akonwi commented Jan 5, 2017

The ability to copy that text is very difficult. If you try to select and copy text outside of the text editor or input fields, you'll notice that you can't do that. Unfortunately that's just how atom works.

I'll look into making the the links hyperlinks so you can just click them though.

@akonwi akonwi changed the title [REQUEST] Output Console - ability to copy / visit links [REQUEST] Output Console - ability to visit links Jan 5, 2017
@choppedpork
Copy link
Author

Thanks @akonwi! I was hoping enabling copying would be easier but clickable hyperlinks will definitely work for my usecase.

@Meshimages
Copy link

+1

when using git-plus (awesome tool, thank you very much for saving my time !!!) with gitlab, there's a message sent back like

remote: To create a merge request for impl-nifty_feature, visit:
remote: https://gitlab.com/myzel.io/awesomeRepository/merge_requests/new?merge_request%5Bsource_branch%5D=impl-nifty_feature&merge_request%5Bsource_project_id%5D=3487709&merge_request%5Btarget_branch%5D=staging&merge_request%5Btarget_project_id%5D=3487709

and it would be incredibily time-saving just beeing able to click that link to jump to the corresponding merge-request straight away

@akonwi
Copy link
Owner

akonwi commented Sep 6, 2018

Just published v8.1.0 that fixes this. Read more here

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

No branches or pull requests

3 participants