Changeset 3365
- Timestamp:
- Dec 18, 2018, 8:38:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/mouse.e ¶
r3364 r3365 717 717 else 718 718 -- Right to left marking 719 BeginDragCol = BeginDragCol - 1 719 -- That doesn't work when trying to mark the last chars of a line 720 -- before the line end and when these chars are keyword highlighted. 721 -- Non-highlighted chars work. Therefore a workaround doesn't seem 722 -- possible. 723 BeginLineStr = textline( BeginDragLine) 724 BeginLineLen = length( BeginLineStr) 725 if BeginDragCol <= BeginLineLen + 1 then 726 BeginDragCol = BeginDragCol - 1 727 endif 720 728 endif 721 729
Note:
See TracChangeset
for help on using the changeset viewer.