extract a variable
[?]
Aug 18, 2022, 4:51 PM
E4HEHLRTRRIZZV4UMGVPG3LU4KJIPO5WFCBXHK7TG6YDURIEBVJQCDependencies
- [2]
EAEGCJV5rename - [3]
EGH7XDBKsupport non-text lines in Text.to2 - [4]
KZ5GAYRPthis fixes the immediate regression - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- edit in text.lua at line 873
local line_cache = State.line_cache[loc1.line] - replacement in text.lua at line 875
for i=#State.line_cache[loc1.line].screen_line_starting_pos,1,-1 dolocal spos = State.line_cache[loc1.line].screen_line_starting_pos[i]for i=#line_cache.screen_line_starting_pos,1,-1 dolocal spos = line_cache.screen_line_starting_pos[i]