rename

[?]
Jun 3, 2022, 2:25 AM
RTPXEETLAQXBVSUDBLXB6QMJQDOPCGKACAXN3CC2HIDM5EZAELVAC

Dependencies

  • [2] GN3IF4WF bugfix: pasting newlines
  • [3] JF5L2BBS test harness now supports copy/paste
  • [4] CG3264MM move
  • [5] VJ77YABH more efficient undo/redo
  • [*] BULPIBEG beginnings of a module for the text editor

Change contents

  • replacement in text.lua at line 1440
    [4.2275][3.2765:2802](),[3.2802][4.121:156](),[4.121][4.121:156]()
    local s = App.getClipboardText()
    for _,code in utf8.codes(s) do
    [4.2275]
    [2.28]
    local clipboard_data = App.getClipboardText()
    for _,code in utf8.codes(clipboard_data) do