Merge lines.love

[?]
Dec 13, 2022, 7:50 AM
XRP727K3D2OPH2CJHBYQWLMK2QHQB4QTA4KP34JLTM7ETOLBCC3QC

Dependencies

  • [2] UYCVUHI5 Merge lines.love
  • [3] GLABQJQQ repeat bugfix on source editor X-(
  • [4] 32V6ZHQB Merge lines.love
  • [5] VP5KC4XZ Merge lines.love
  • [6] R5QXEHUI somebody stop me
  • [7] 66X36NZN a little more prose describing manual_tests
  • [8] OGUV4HSA remove some memory leaks from rendered fragments
  • [9] 3PSFWAIL Merge lines.love
  • [10] FS2ITYYH record a known issue
  • [11] D4B52CQ2 Merge lines.love
  • [12] VHQCNMAR several more modules
  • [13] LXTTOB33 extract a couple of files
  • [14] 2CTN2IEF Merge lines.love
  • [15] 4YDBYBA4 clean up memory leak experiments
  • [16] RSZD5A7G forgot to add json.lua
  • [17] 2L5MEZV3 experiment: new edit namespace
  • [18] TVCPXAAU rename
  • [19] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [20] BULPIBEG beginnings of a module for the text editor
  • [21] K2X6G75Z start writing some tests for drawings
  • [22] BLWAYPKV extract a module
  • [23] TLOAPLBJ add a license
  • [24] 6LJZN727 handle chords
  • [25] D2GCFTTT clean up repl functionality
  • [26] JOPVPUSA editing source code from within the app
  • [27] VHUNJHXB Merge lines.love
  • [28] ETXNVRPT Merge lines.love
  • [29] FISC4HIN repeat bugfix on source editor
  • [30] 3QNOKBFM beginnings of a test harness
  • [31] GUOQRUL7 Merge lines.love
  • [32] VBU5YHLR Merge lines.love
  • [33] KKMFQDR4 editing source code from within the app
  • [34] VO2ZVTWK Merge lines.love
  • [35] NMRUNROT Merge lines.love
  • [36] XX7G2FFJ intermingle freehand line drawings with text
  • [37] CE4LZV4T drop last couple of manual tests
  • [38] EG5CRNWC Merge lines.love
  • [39] T4FRZSYL delete an ancient, unused file
  • [40] MD3W5IRA new fork: rip out drawing support
  • [41] KMSL74GA support selections in the source editor
  • [42] OI4FPFIN support drawings in the source editor
  • [43] VXORMHME delete experimental REPL
  • [44] AVTNUQYR basic test-enabled framework
  • [45] 73OCE2MC after much struggle, a brute-force undo
  • [46] OTIBCAUJ love2d scaffold

Change contents

  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165725:165764](),[4.2][4.165725:165764](),[4.165764][4.152440:152440]()
    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
    end
    schedule_save(State)
    end
    function edit.keychord_pressed(State, chord, key)
  • replacement in source_edit.lua at line 302
    [4.158096][2.11:118](),[2.118][4.158096:158125](),[4.158096][4.158096:158125]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
    Text.textinput(State, t)
    [4.158096]
    [4.158125]
    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