att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 142 forks source link

Make line selection consistent between active and inactive cells #2684

Closed gordonwoodhull closed 4 years ago

gordonwoodhull commented 4 years ago

If you select a line by drawing from the left edge directly down, in an active cell, you get a nice visual indicator that the LF has been selected: the selection color extends to the edge of the text box. And it will copy as a whole line including the LF.

However if you do the same when a cell is inactive, the LF is not copied. You have to (weirdly) select somewhat into the next line where there is an invisible character, in order to get the LF. And of course there is no visual indicator.

This makes it harder to copy and paste a line when the cell is inactive.

Might be difficult to simulate this behavior, but it’s worth a look.

gordonwoodhull commented 4 years ago

Closing this in favor of keeping the cells active when in view #2691