Opened 16 years ago

Closed 16 years ago

#1638 closed bug (fixed)

[Terminal] : copy a chunk of text bigger than a word, can not paste that chunk to other apps

Reported by: kaoutsis Owned by: jackburton
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

[Terminal] : copy a chunk of text bigger than a word, can not paste that chunk to other apps: tested with BeIDE and StyledEdit, hrev22985

Change History (5)

comment:1 by kaoutsis, 16 years ago

the description is not correct (i have no permission to edit so i make a comment here): selecting with the mouse a chunk of text, even if the text is one character long, can not paste that chunk of text to other apps.

comment:2 by jackburton, 16 years ago

Owner: changed from axeld to jackburton

comment:3 by jackburton, 16 years ago

_ResizeSelectedRegion() is very broken. If you select with the mouse from right to left it simply doesn't work. Selecting from left to right works. I fixed it locally by avoid using it in MouseMoved(), but the selection mechanism needs much more work. I'll commit the fix next week probably.

comment:4 by jackburton, 16 years ago

Status: newassigned

comment:5 by jackburton, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev23058

Note: See TracTickets for help on using tickets.