exclude left margin from my word-split heuristic
[?]
Jul 20, 2022, 2:15 PM
3OC7AIC7B6XFGODWNAOSQ25YQ27RUEBNHUVZG6U2PK3CXV7Y7GHACDependencies
- [2]
UPCIYZEUdrop an unnecessary level of indent - [3]
UHB4GARJleft/right margin -> left/right coordinates - [4]
JLU2RMC4allow Text.nearest_pos_less_than to return 0 - [5]
DGK5BPVIbugfix: UTF-8 in compute_fragments - [6]
GL4Q5WCVkeep text from overflowing right margin - [7]
LF7BWEG4group all editor globals - [8]
LNUHQOGHstart passing in Editor_state explicitly - [9]
LXTTOB33extract a couple of files - [10]
HGC5RGJPswitch to line index in a function - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text_tests.lua at line 435
App.screen.check(y, 'am ', 'F - test_draw_wrapping_text_containing_non_ascii/screen:2')App.screen.check(y, 'am I', 'F - test_draw_wrapping_text_containing_non_ascii/screen:2') - replacement in text_tests.lua at line 437
App.screen.check(y, 'I’m ', 'F - test_draw_wrapping_text_containing_non_ascii/screen:3')App.screen.check(y, '’m a', 'F - test_draw_wrapping_text_containing_non_ascii/screen:3') - replacement in text.lua at line 101
if x < 0.8*State.right thenif (x-State.left) < 0.8 * (State.right-State.left) then