move
[?]
Jun 9, 2022, 10:48 PM
3TCZ7ADHZ4YALUYII4QRSITV2VUKN645P7D7XTXD7ASFZTAP7THACDependencies
- [2]
WAR3HXHTtest both ways of selecting text with mouse - [3]
ZLJGZYQGselect text with shift + mouseclick - [4]
LXTTOB33extract a couple of files
Change contents
- edit in text_tests.lua at line 196
check_eq(Cursor1.line, 2, 'F - test_select_text_using_mouse/cursor:line')check_eq(Cursor1.pos, 4, 'F - test_select_text_using_mouse/cursor:pos') - edit in text_tests.lua at line 198
check_eq(Cursor1.line, 2, 'F - test_select_text_using_mouse/cursor:line')check_eq(Cursor1.pos, 4, 'F - test_select_text_using_mouse/cursor:pos') - edit in text_tests.lua at line 221
check_eq(Cursor1.line, 2, 'F - test_select_text_using_mouse_and_shift/cursor:line')check_eq(Cursor1.pos, 4, 'F - test_select_text_using_mouse_and_shift/cursor:pos') - edit in text_tests.lua at line 223
check_eq(Cursor1.line, 2, 'F - test_select_text_using_mouse_and_shift/cursor:line')check_eq(Cursor1.pos, 4, 'F - test_select_text_using_mouse_and_shift/cursor:pos')