ismail-yilmaz / upp-components

A collection of packages for U++ framework.
Other
35 stars 2 forks source link

About copy #8

Closed chivstyle closed 3 years ago

chivstyle commented 3 years ago
U++: upp-win-15400
Toolchain: MSVS19x64
OS: Windows 10 64bits

You added a linebreak even the selected text is only a single line. I think that's not what we expected at most situations. For example:

I want to input something like below:

export LD_LIBRARY_PATH=$(pwd)/lib:$LD_LIBRARY_PATH:/$(pwd)/last/lib
export LD_LIBRARY_PATH=$(pwd)/lib:$

Now, I copy the LD_LIBRARY_PATH, that's not the last text absolutely, I want to input more chars later, but the '\r' will break the work.

ismail-yilmaz commented 3 years ago

Fix attempt: 80fb5e42e98bf85bf795b4ceffbabbf81e7a32f7

Text selection/copy should behave as expected now. Please check.