faster paste
[?]
Jun 10, 2022, 9:02 PM
VC2CU2GGRIWXIFJELD5NAELDUIRY5S5LEAFJCM2A5P3CUBYF3Z3ACDependencies
- [2]
EV36VCVFanother known issue - [3]
WIDXZBNWexperiment: extremely precise scrolling on paste - [4]
34TC5SYKrecord another known issue I don't know how to fix yet - [5]
3TDOZESEextract scrolling logic out of insert_return - [6]
VJ77YABHmore efficient undo/redo - [7]
LS55YKGWswitch copy/paste to ctrl- hotkeys - [8]
A2TQYJ6J. - [9]
5ZFHMYQI. - [10]
IDGP4BJZnew known issue with drawings - [11]
73OCE2MCafter much struggle, a brute-force undo - [12]
SR7L4QPZrevert previous commit - [13]
IRCKL6VNextract scrolling logic out of insert_at_cursor - [14]
242L3OQXbugfix: ensure Cursor_line is always on a text line - [*]
OTIBCAUJlove2d scaffold - [*]
NQWWTGXRswitch undo/redo to ctrl- hotkeys - [*]
FS2ITYYHrecord a known issue
Change contents
- edit in main.lua at line 431
--? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos) - edit in main.lua at line 436
if (Cursor_y + Line_height) > App.screen.height thenText.snap_cursor_to_bottom_of_screen()end - edit in main.lua at line 438
--? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos) - edit in main.lua at line 439
if Cursor_y >= App.screen.height - Line_height thenText.populate_screen_line_starting_pos(Cursor1.line)Text.snap_cursor_to_bottom_of_screen()--? print('=>', Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos)end - edit in main.lua at line 440
endApp.draw()if Cursor_y >= App.screen.height - Line_height thenText.populate_screen_line_starting_pos(Cursor1.line)Text.snap_cursor_to_bottom_of_screen()--? print('=>', Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos) - replacement in README.md at line 76
* Large files may grow sluggish in other ways. Pasting more than a line or twogets slow. I've noticed in 100KB files that closing the window can take afew seconds. And it seems to take longer in proportion to how far down myedits are. The phenomenon persists even if I take out undo history.* Large files may grow sluggish in other ways. I've noticed in 100KB filesthat closing the window can take a few seconds. And it seems to take longerin proportion to how far down my edits are. The phenomenon persists even ifI take out undo history.