rename
[?]
Jun 3, 2022, 2:25 AM
RTPXEETLAQXBVSUDBLXB6QMJQDOPCGKACAXN3CC2HIDM5EZAELVACDependencies
- [2]
GN3IF4WFbugfix: pasting newlines - [3]
JF5L2BBStest harness now supports copy/paste - [4]
CG3264MMmove - [5]
VJ77YABHmore efficient undo/redo - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 1440
local s = App.getClipboardText()for _,code in utf8.codes(s) dolocal clipboard_data = App.getClipboardText()for _,code in utf8.codes(clipboard_data) do