Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Copy and Paste? #523

Closed
compostbrain opened this issue May 3, 2018 · 9 comments
Closed

Copy and Paste? #523

compostbrain opened this issue May 3, 2018 · 9 comments

Comments

@compostbrain
Copy link

I thought I used to be able to copy/paste using the mouse to select text in the terminal. Now this feature seems to be disabled. I can do this in iterm which is the terminal I use outside of Atom. Is there a setting for this or way to enable?

@TimothyMDean
Copy link

I am having this same problem. Text selection, copy, and paste used to work in the terminal. Sometime recently it stopped working.

@mattpilott
Copy link

I have this also, it's quite annoying

@mattpilott
Copy link

#525

@mattpilott
Copy link

Also, if you want to patch this yourself short term you can add the following the to atom stylesheet

.platformio-ide-terminal.terminal-view .xterm > .terminal > div {
    user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
}

@Ewocker
Copy link

Ewocker commented May 7, 2018

Great! Thanks @matt3224 .

@rajatjindal
Copy link

fixed the issue for me. thanks @matt3224

@compostbrain
Copy link
Author

Thanks!

@the-j0k3r
Copy link
Collaborator

the-j0k3r commented May 16, 2018

Read this #514 (comment)

All I have to say is this project needs a new maintainer, else PR's or not we are stuffed.

Also, if you want to patch this yourself short term you can add the following the to atom stylesheet

That is long term realistically speaking, but thanks for not being as cynical as me :)

@matt3224 thanks for workaround and PR, no other pr's have been merged/reviewed in an ice age.

@the-j0k3r
Copy link
Collaborator

@ivankravets this was fixed in ec07fd7 please close.

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

No branches or pull requests

7 participants