Merge lines.love

[?]
Jan 2, 2023, 2:05 AM
DB7HJBHJ2ZB665YA4PDX5EXZKTUIYSXQ4CUMAK4HBCOT7G25EKXAC

Dependencies

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

Change contents

  • file deletion: source.lua (----------)source.lua (----------)
    [4.2][4.177652:177686](),[4.2][4.177652:177686](),[4.177686][4.165766:165766]()
    App.screen.flags.minheight = math.min(App.screen.height, 200)
    App.screen.resize(App.screen.width, App.screen.height, App.screen.flags)
  • file deletion: run.lua (----------)run.lua (----------)
    [4.2][4.184046:184077](),[4.2][4.184046:184077](),[4.184077][4.178044:178044]()
    App.screen.flags.minheight = math.min(App.screen.height, 200)
    love.window.setMode(App.screen.width, App.screen.height, App.screen.flags)
    end
    function run.resize(w, h)
    --? print(("Window resized to width: %d and height: %d."):format(w, h))
    App.screen.width, App.screen.height = w, h
    Text.redraw_all(Editor_state)
    Editor_state.selection1 = {} -- no support for shift drag while we're resizing
    Editor_state.right = App.screen.width-Margin_right
    Editor_state.width = Editor_state.right-Editor_state.left
    Text.tweak_screen_top_and_cursor(Editor_state, Editor_state.left, Editor_state.right)
    end
    App.screen.flags.minheight = math.min(App.screen.height, 200)
    App.screen.width, App.screen.height = Settings.width, Settings.height
    love.window.setMode(App.screen.width, App.screen.height, App.screen.flags)
  • replacement in source.lua at line 175
    [4.170894][4.170894:170957]()
    App.screen.flags.minheight = math.min(App.screen.width, 200)
    [4.170894]
    [4.4615]
    App.screen.flags.minheight = math.min(App.screen.height, 200)
  • replacement in run.lua at line 59
    [4.179652][4.179652:179715]()
    App.screen.flags.minheight = math.min(App.screen.width, 200)
    [4.179652]
    [4.179715]
    App.screen.flags.minheight = math.min(App.screen.height, 200)
  • replacement in run.lua at line 90
    [4.181066][4.181066:181129]()
    App.screen.flags.minheight = math.min(App.screen.width, 200)
    [4.181066]
    [4.181129]
    App.screen.flags.minheight = math.min(App.screen.height, 200)