rename
[?]
May 21, 2022, 5:16 AM
JY4VK7L2JKRWRV45QEMGLWPFAQRUWKFHMAL6DWNYEDCKO5Y4W5FQCDependencies
- [2]
537TQ2QNsome more logging - [3]
MGT5FTJ3first stab at supporting wrapping in cursor up - [4]
PR4KIAZDfirst stab at equally hacky cursor down support - [5]
5L7K4GBDclicking to the right of a wrapped line - [6]
XNFTJHC4split keyboard handling between Text and Drawing - [7]
KJKKASHZreduce ambitions a bit: page up/down need not start screen from the middle of a line - [8]
H2DPLWMVsnapshot: wrapping long lines at word boundaries - [9]
RTDYYP4Hbugfix: text past cursor was rendered red on wrapped lines - [10]
BOFNXP5Gclicking now moves the cursor even on long, wrapped lines - [11]
Y36LOGR5bugfix: show cursor when past end of line - [12]
5DOC2CBMextract a function - [13]
WLHI7KD3new globals: draw partial screen line up top - [*]
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