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

Make text selection/copy work like a proper terminal #607

Closed
Maximus5 opened this issue Jul 31, 2015 · 5 comments
Closed

Make text selection/copy work like a proper terminal #607

Maximus5 opened this issue Jul 31, 2015 · 5 comments
Assignees

Comments

@Maximus5
Copy link
Owner

Originally reported on Google Code with ID 607

Right now, if I select text that wraps over two lines, conemu thinks I've selected two
lines and puts in the clipboard as such. That is, if I select "abcdefg" but "abc" is
on one line and "defg" is wrapped onto a second line, conemu puts "abc\ndefg" in the
clipboard. I'd like it to put "abcdefg" in the clipboard instead. Only in text selection
mode; block mode shouldn't change.

Thanks!

Reported by garethjamesrowlands on 2012-06-20 23:30:20

@Maximus5 Maximus5 self-assigned this Jul 31, 2015
@Maximus5
Copy link
Owner Author

this task is more complicated as you wrote...

1. there may be a space between words in "one" line, e.g. "cd c:\program files\...".
2. there may be one space pad on right edge of the window (bash for example), this
space must be trimmed in one program, and must be not - in another.

so, options, options...

Reported by ConEmu.Maximus5 on 2012-06-21 08:11:08

@Maximus5
Copy link
Owner Author

Thanks for replying! You're right that no perfect solution is possible but even if it
is merely decent it will be a big improvement. I'll see if I can think up some test
cases.
--Gareth

Reported by garethjamesrowlands on 2012-06-21 13:29:16

@Maximus5
Copy link
Owner Author

As I wrote before, options coming. On app distinct page too.
So, you'll can tune up yours own perfect solution )

Reported by ConEmu.Maximus5 on 2012-06-21 13:39:27

@Maximus5
Copy link
Owner Author

120624

Reported by ConEmu.Maximus5 on 2012-06-24 23:56:50

@Maximus5
Copy link
Owner Author

Reported by ConEmu.Maximus5 on 2012-06-26 22:00:38

  • Status changed: Fixed

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

No branches or pull requests

1 participant