Merge lines.love

[?]
Nov 28, 2022, 6:28 AM
JJDUDMVXDMOLKEMAYONGOJZKUNDQL7BM34QG4QP4UYYVFHFMXUSQC

Dependencies

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

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]()
    love.graphics.setFont(love.graphics.newFont(State.font_height))
    State.line_height = math.floor(font_height*1.3)
    State.em = App.newText(love.graphics.getFont(), 'm')
    Text_cache = {}
    end
    --== some methods for tests
  • replacement in source_edit.lua at line 516
    [4.164055][4.164055:164128]()
    love.graphics.setFont(love.graphics.newFont(Editor_state.font_height))
    [4.164055]
    [4.164128]
    love.graphics.setFont(love.graphics.newFont(State.font_height))