repeat bugfix on source editor X-(
[?]
Dec 13, 2022, 7:47 AM
GLABQJQQSZBHX3FWC3JW3WKK6P5QEYIJAR2ASDIHP4B64K6C4S3QCDependencies
- [2]
FISC4HINrepeat bugfix on source editor - [3]
OI4FPFINsupport drawings in the source editor - [4]
KMSL74GAsupport selections in the source editor - [5]
KKMFQDR4editing source code from within the app
Change contents
- replacement in source_edit.lua at line 302
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