bugfix in changing shape mid-stroke
[?]
Dec 13, 2022, 7:17 AM
GN3C6AGM5KFHXHAJFRQIHC27HFWQFPIMQ4J6TKZVAW6VMWR32CPACDependencies
- [2]
TGZAJUEFbring back a set of constants - [3]
OGD5RAQKbugfix: naming points in drawings - [4]
APYPFFS3call edit rather than App callbacks in tests - [5]
UHB4GARJleft/right margin -> left/right coordinates - [6]
LNUHQOGHstart passing in Editor_state explicitly - [7]
CRYGI3LRmore drawing tests - [8]
MTJEVRJRadd state arg to a few functions - [9]
3MAZEQK5add state arg to Text.textinput - [10]
2L5MEZV3experiment: new edit namespace - [11]
LF7BWEG4group all editor globals - [*]
K2X6G75Zstart writing some tests for drawings
Change contents
- replacement in edit.lua at line 292
for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scrollText.textinput(State, t)local drawing_index, drawing = Drawing.current_drawing(State)if drawing_index == nil thenfor _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scrollText.textinput(State, t)end - replacement in drawing_tests.lua at line 188
edit.run_after_keychord(Editor_state, 'o')edit.run_after_textinput(Editor_state, 'o')