rename
[?]
May 21, 2022, 5:16 AM
JY4VK7L2JKRWRV45QEMGLWPFAQRUWKFHMAL6DWNYEDCKO5Y4W5FQCDependencies
- [2]
537TQ2QNsome more logging - [3]
XNFTJHC4split keyboard handling between Text and Drawing - [4]
WLHI7KD3new globals: draw partial screen line up top - [5]
5L7K4GBDclicking to the right of a wrapped line - [6]
5DOC2CBMextract a function - [7]
PR4KIAZDfirst stab at equally hacky cursor down support - [8]
MGT5FTJ3first stab at supporting wrapping in cursor up - [9]
KJKKASHZreduce ambitions a bit: page up/down need not start screen from the middle of a line - [10]
Y36LOGR5bugfix: show cursor when past end of line - [11]
RTDYYP4Hbugfix: text past cursor was rendered red on wrapped lines - [12]
H2DPLWMVsnapshot: wrapping long lines at word boundaries - [13]
BOFNXP5Gclicking now moves the cursor even on long, wrapped lines - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 6
local New_render = truelocal Debug_new_render = true - replacement in text.lua at line 18
if New_render then print('--') endif Debug_new_render then print('--') end - replacement in text.lua at line 27
if New_render then print('y', y) endif Debug_new_render then print('y', y) end - replacement in text.lua at line 36
if New_render then print('checking to draw', pos, Top_screen_line_starting_pos) endif Debug_new_render then print('checking to draw', pos, Top_screen_line_starting_pos) end - replacement in text.lua at line 38
if New_render then print('drawing '..frag) endif Debug_new_render then print('drawing '..frag) end - replacement in text.lua at line 54
New_render = falseDebug_new_render = false - replacement in text.lua at line 126
New_render = trueDebug_new_render = true