some early returns should be asserts
[?]
Jun 20, 2022, 6:50 PM
XDB5D7H7UHQ3DGOCBA5RQA2LHLR4NUTYJD5LNJ5ERR5WPVCAE2FQCDependencies
- [2]
DRFE3B3Zmouse buttons are integers, not strings - [3]
G6OYAYHUpaste in text with M-v - [4]
VJ77YABHmore efficient undo/redo - [5]
XNFTJHC4split keyboard handling between Text and Drawing - [6]
4QQBMWLLregression: typing uppercase letters in text - [7]
PFT5Y2ZYmove - [8]
2ZYV7D3Whandle tab characters - [9]
BYG5CEMVsupport for naming points - [10]
JFFUF5ALoverride mouse state lookups in tests - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 142
if App.ctrl_down() or App.alt_down() or App.cmd_down() then return endassert(not App.ctrl_down())if App.alt_down() then return endassert(not App.cmd_down())