repeat bugfix on source editor X-(

[?]
Dec 13, 2022, 7:47 AM
GLABQJQQSZBHX3FWC3JW3WKK6P5QEYIJAR2ASDIHP4B64K6C4S3QC

Dependencies

  • [2] FISC4HIN repeat bugfix on source editor
  • [3] OI4FPFIN support drawings in the source editor
  • [4] KMSL74GA support selections in the source editor
  • [5] KKMFQDR4 editing source code from within the app

Change contents

  • replacement in source_edit.lua at line 302
    [3.158033][2.11:118](),[2.118][3.158033:158062](),[3.158033][3.158033:158062]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
    Text.textinput(State, t)
    [3.158033]
    [3.158062]
    local drawing_index, drawing = Drawing.current_drawing(State)
    if drawing_index == nil then
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
    Text.textinput(State, t)
    end