delete some old code

akkartik
Nov 26, 2023, 3:07 AM
47VXAH2HWH3KNGVWSXZWAMTGLZFF2NOTUNWMLJQKU2PWZSZ4T7PAC

Dependencies

  • [2] X7MRZ5CL some copy changes
  • [3] YV2GBDNW preserve settings across restart
  • [4] PRE6XPRN responsively increase/decrease font height
  • [5] VP5KC4XZ Merge lines.love
  • [6] BULPIBEG beginnings of a module for the text editor
  • [7] 6VJTQKW7 start supporting LÖVE v12
  • [8] VTCPDL3A resolve conflicts
  • [9] 6DJMOJKE support event handlers
  • [10] QD4LOFQR Merge text.love
  • [11] OL7ZCZWD Merge text.love
  • [12] HVXZLNCC send errors from event handlers to output editor
  • [13] Q6RXCILQ Merge text.love
  • [14] SGMA5JLE save the list of tests in repo
  • [15] LWPFEZBI Merge lines.love
  • [16] 6MQCFHXM remember when someone deletes an example
  • [17] I52S4E5F running `print` now appends to output editor
  • [18] 73OCE2MC after much struggle, a brute-force undo
  • [19] 6RYGW5H3 bugfix: output border color
  • [20] D2GCFTTT clean up repl functionality
  • [21] VHQCNMAR several more modules
  • [22] SW5GN5LP suggest a default layout for freewheeling apps
  • [23] MZ3DMYPD start sketching out a scrollbar
  • [24] KKMFQDR4 editing source code from within the app
  • [25] 57HKHZ7Z include the tool that's mentioned in representation.md
  • [26] 4QFVRJ5U get rid of pane transition animations
  • [27] OTIBCAUJ love2d scaffold
  • [28] 3PSFWAIL Merge lines.love
  • [29] ZM7NOBRM new fork: carousel shell
  • [30] YY472LBU resolve conflicts
  • [31] 5OVKHVY6 nice way to make on.* handlers more discoverable
  • [32] GWLETNMW Mike's suggested button layout
  • [33] M5JXTW56 Merge text.love
  • [34] K2X6G75Z start writing some tests for drawings
  • [35] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [36] JOPVPUSA editing source code from within the app
  • [37] EZHO4TSW new file-system format for freewheeling apps
  • [38] CE4LZV4T drop last couple of manual tests
  • [39] 6LJZN727 handle chords
  • [40] VXORMHME delete experimental REPL
  • [41] ORKN6EOB Merge lines.love
  • [42] 2DVVKKVA flesh out Readme
  • [43] ED4Z6ORC cleaner API for file-system access
  • [44] VXRYVZ74 Merge text.love
  • [45] RU4HIK43 Merge lines.love
  • [46] FS2ITYYH record a known issue
  • [47] YF2ATH2Q Merge lines.love
  • [48] TBTRYEBP Merge lines.love
  • [49] UEG224LH debug animations
  • [50] Z5M23NTK implement second, 'output' editor
  • [51] 4GX6NAY4 some very basic animations for switching panes
  • [52] CZQ3NJ4N Merge text0
  • [53] 34BZ5ZKN Merge lines.love
  • [54] 5MEJ7XNH lay out buttons based on device dimensions
  • [55] ZENSSO3D pass remaining love handlers through
  • [56] R5QXEHUI somebody stop me
  • [57] UUAIVZ4U 2 bugfixes in font rendering
  • [58] 4YDBYBA4 clean up memory leak experiments
  • [59] KMSL74GA support selections in the source editor
  • [60] VLTU33KW resolve conflicts
  • [61] 2L5MEZV3 experiment: new edit namespace
  • [62] 36Z442IV back to commit 8123959e52f without code editing
  • [63] LRDM35CE app running again
  • [64] ZLJYLPOT Merge lines.love
  • [65] 2CFLXLIE Merge text.love
  • [66] IP4LD33D mouse events for scrollbar
  • [67] 2Q437U4F starting to experiment with animated pane transitions
  • [68] RK2ASPN7 add lots of buttons to the toolbar
  • [69] WR2WMEPE implement 'Run' button
  • [70] BLWAYPKV extract a module
  • [71] T4FRZSYL delete an ancient, unused file
  • [72] RSZD5A7G forgot to add json.lua
  • [73] TLOAPLBJ add a license
  • [74] LXTTOB33 extract a couple of files
  • [75] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [76] D2TYFYG2 Merge text.love
  • [77] PJ5PQAQE record support for multiple versions
  • [78] CAG7PP5Y Merge text.love
  • [79] OGUV4HSA remove some memory leaks from rendered fragments
  • [80] N2NUGNN4 include a brief reference enabling many useful apps
  • [81] VAVXKWZV aggregate global state inside a 'pane' object
  • [82] 3QNOKBFM beginnings of a test harness
  • [83] FM5LDKGT Merge text.love
  • [84] OOSUBWKX subject people to a tutorial
  • [85] 5RUFNRJO start of the visual skeleton
  • [86] 66X36NZN a little more prose describing manual_tests
  • [87] D43U7GQ4 alter on-disk representation (manifest files)
  • [88] JV27LDDK sliders for font size and color settings
  • [89] TVCPXAAU rename
  • [90] AVTNUQYR basic test-enabled framework
  • [91] VHUNJHXB Merge lines.love
  • [92] KKQKPGCI resolve conflicts
  • [93] XX7G2FFJ intermingle freehand line drawings with text
  • [94] VUF2SX7B implement carousel buttons for inserting/switching current pane
  • [95] VEAVIL4X resize handler

Change contents

  • file deletion: 0071-duplicate_pane_button (----------)
    [4.2][4.2467:2517](),[4.2517][4.1781:1781]()
    duplicate_pane_button = function(x)
    local w = App.width('clone')+10
    button(Global_state, 'clone', {x=x, y=Menu_top+5, w=w, h=Line_height, bg={r=0.6, g=0.8, b=0.6},
    icon = function(p)
    App.color(Normal_color)
    love.graphics.rectangle('line', p.x,p.y, p.w,p.h, 2,2)
    love.graphics.print('clone', p.x+5,p.y+2)
    end,
    onpress1 = function()
    local new_pane = {
    editor_state = copy_editor(Current_pane.editor_state)
    }
    new_pane.output_editor_state = output_editor_state(new_pane.editor_state)
    Current_pane_index = Current_pane_index+1
    table.insert(Panes, Current_pane_index, new_pane)
    Current_pane = Panes[Current_pane_index]
    end,
    })
    return x+w+10
    end
  • file deletion: 0068-copy_editor (----------)
    [4.2][4.3689:3729](),[4.3729][4.3249:3249]()
    copy_editor = function(state)
    local new_state = edit.initialize_state(
    Menu_bottom + 20, -- top
    Safe_height/2-Line_height, -- bottom
    Menu_left + 50 + Line_number_padding, -- left
    math.min(100+30*App.width('m'), Safe_width*2/3), -- right
    Font_height, Line_height)
    new_state.lines = map(state.lines,
    function(line)
    return {data=line.data}
    end)
    Text.redraw_all(new_state)
    return new_state
    end