add args to some functions
[?]
Jul 8, 2022, 10:17 PM
ZHLO7K3MQNI6OMK6226SSO2Z6Z4ZXF4T73VOG36DVAG6CHR6OHWACDependencies
- [2]
AOIRVVJArevert selection logic to before commit 3ffc2ed8f - [3]
62PZGSUCoptimization: moving cursor to next word - [4]
CPZGQT72go through and fix similar issues - [5]
DHI6IJCNselecting text and deleting selections - [6]
OGUV4HSAremove some memory leaks from rendered fragments - [7]
GCEF4N3Vstop repeatedly checking for line wrapping - [8]
ZPUQSPQPextract a few methods - [9]
4KOI3E6Rremove some redundant checks - [10]
3TDOZESEextract scrolling logic out of insert_return - [11]
KZ5GAYRPthis fixes the immediate regression - [12]
V5MJRFOZbugfix: down arrow doesn't scroll up unnecessarily - [13]
CG3264MMmove - [14]
KOYAJWE4extract a couple more methods - [15]
CVSRHMJ2experiment: slightly adaptive scrolling - [16]
MP2TBKU6bugfix: crash in Text.up() after return - [17]
VJ77YABHmore efficient undo/redo - [18]
AVLAYODPmuch simpler - [19]
HTWAM4NZbugfix: scrolling in left/right movements - [20]
X75QPYVWmove Selection1 clearing past business logic - [21]
SVJZZDC3snapshot - no, that's all wrong - [22]
2RXZ3PGObeginning of a new approach to scroll+wrap - [23]
MDXGMZU2disable all debug prints - [24]
EBBFOW4Xbugfix: clear selection in a couple more places - [25]
XNFTJHC4split keyboard handling between Text and Drawing - [26]
YJJ4X4JGbugfix: avoid scrolling on 'end' - [27]
AMSESRTHmove some code - [28]
PIEDOKYQbugfix - [29]
DLQMM265scroll past first page - [30]
KECEMMMRextract couple of functions - [31]
EMHRPJ3Rno, that's not right - [32]
GN3IF4WFbugfix: pasting newlines - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 263
Text.left()Text.left(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 266
Text.right()Text.right(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 272
Text.left()Text.left(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 277
Text.right()Text.right(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 280
Text.word_left()Text.word_left(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 283
Text.word_right()Text.word_right(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 289
Text.word_left()Text.word_left(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 294
Text.word_right()Text.word_right(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 299
Text.end_of_line()Text.end_of_line(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 310
Text.end_of_line()Text.end_of_line(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 312
Text.up()Text.up(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 315
Text.down()Text.down(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 321
Text.up()Text.up(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 326
Text.down()Text.down(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 328
Text.pageup()Text.pageup(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 331
Text.pagedown()Text.pagedown(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 337
Text.pageup()Text.pageup(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 342
Text.pagedown()Text.pagedown(Margin_left, App.screen.width-Margin_right) - replacement in text.lua at line 356
function Text.pageup()function Text.pageup(left, right) - replacement in text.lua at line 380
function Text.pagedown()function Text.pagedown(left, right) - replacement in text.lua at line 405
function Text.up()function Text.up(left, right) - replacement in text.lua at line 456
function Text.down()function Text.down(left, right) - replacement in text.lua at line 508
function Text.end_of_line()function Text.end_of_line(left, right) - replacement in text.lua at line 517
function Text.word_left()function Text.word_left(left, right) - replacement in text.lua at line 519
Text.left()Text.left(left, right) - replacement in text.lua at line 530
function Text.word_right()function Text.word_right(left, right) - replacement in text.lua at line 544
function Text.left()function Text.left(left, right) - replacement in text.lua at line 566
function Text.right()function Text.right(left, right)