join lines on delete

[?]
May 18, 2022, 4:59 AM
NUA5NOPIXGB4YHFM5HR77VBVHRYZV3PPMUXAVMD2QBSBQFYOCN2QC

Dependencies

  • [2] AVQ5MC5D finish uppercasing all globals
  • [3] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [4] MGOQ5XAV start uppercasing globals
  • [5] 6PUNJS5B backspace
  • [6] VVXVV2D2 change data model; text can now have metadata
  • [*] OTIBCAUJ love2d scaffold
  • [*] UTF73CBL reorg

Change contents

  • replacement in main.lua at line 302
    [3.1388][3.3992:4014]()
    -- join Lines
    [3.1388]
    [2.3797]
    -- join lines
  • edit in main.lua at line 320
    [2.4691]
    [9.592]
    end
    elseif Cursor_line < #Lines then
    if Lines[Cursor_line+1].mode == 'drawing' then
    table.remove(Lines, Cursor_line+1)
    else
    -- join lines
    Lines[Cursor_line].data = Lines[Cursor_line].data..Lines[Cursor_line+1].data
    table.remove(Lines, Cursor_line+1)