rename

[?]
May 21, 2022, 5:16 AM
JY4VK7L2JKRWRV45QEMGLWPFAQRUWKFHMAL6DWNYEDCKO5Y4W5FQC

Dependencies

  • [2] 537TQ2QN some more logging
  • [3] MGT5FTJ3 first stab at supporting wrapping in cursor up
  • [4] PR4KIAZD first stab at equally hacky cursor down support
  • [5] 5L7K4GBD clicking to the right of a wrapped line
  • [6] XNFTJHC4 split keyboard handling between Text and Drawing
  • [7] KJKKASHZ reduce ambitions a bit: page up/down need not start screen from the middle of a line
  • [8] H2DPLWMV snapshot: wrapping long lines at word boundaries
  • [9] RTDYYP4H bugfix: text past cursor was rendered red on wrapped lines
  • [10] BOFNXP5G clicking now moves the cursor even on long, wrapped lines
  • [11] Y36LOGR5 bugfix: show cursor when past end of line
  • [12] 5DOC2CBM extract a function
  • [13] WLHI7KD3 new globals: draw partial screen line up top
  • [*] BULPIBEG beginnings of a module for the text editor

Change contents

  • replacement in text.lua at line 6
    [2.2][2.2:26]()
    local New_render = true
    [2.2]
    [3.1567]
    local Debug_new_render = true
  • replacement in text.lua at line 18
    [3.39][2.27:64]()
    if New_render then print('--') end
    [3.39]
    [3.1901]
    if Debug_new_render then print('--') end
  • replacement in text.lua at line 27
    [3.119][2.65:110]()
    if New_render then print('y', y) end
    [3.119]
    [3.119]
    if Debug_new_render then print('y', y) end
  • replacement in text.lua at line 36
    [3.2206][2.111:199]()
    if New_render then print('checking to draw', pos, Top_screen_line_starting_pos) end
    [3.2206]
    [3.130]
    if Debug_new_render then print('checking to draw', pos, Top_screen_line_starting_pos) end
  • replacement in text.lua at line 38
    [3.210][2.200:253]()
    if New_render then print('drawing '..frag) end
    [3.210]
    [3.210]
    if Debug_new_render then print('drawing '..frag) end
  • replacement in text.lua at line 54
    [3.144][2.254:275]()
    New_render = false
    [3.144]
    [3.2661]
    Debug_new_render = false
  • replacement in text.lua at line 126
    [3.627][2.276:296]()
    New_render = true
    [3.627]
    [3.627]
    Debug_new_render = true