bugfix
Dependencies
- [2]
KMSL74GAsupport selections in the source editor - [3]
2RXZ3PGObeginning of a new approach to scroll+wrap - [4]
SPSW74Y5add state arg to Text.keychord_pressed - [5]
OI4FPFINsupport drawings in the source editor - [6]
KKMFQDR4editing source code from within the app - [7]
MTJEVRJRadd state arg to a few functions - [8]
LF7BWEG4group all editor globals - [9]
XNFTJHC4split keyboard handling between Text and Drawing - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
PTDO2SOTadd state arg to schedule_save - [*]
DHI6IJCNselecting text and deleting selections
Change contents
- edit in text.lua at line 200[12.82][13.8453]
returnendif State.cursor1.line == 1 and State.cursor1.pos == 1 then-- no-op - replacement in text.lua at line 219
elseif State.cursor1.line > 1 thenelseassert(State.cursor1.line > 1) - edit in source_text.lua at line 277
returnendif State.cursor1.line == 1 and State.cursor1.pos == 1 then-- no-op - replacement in source_text.lua at line 296
elseif State.cursor1.line > 1 thenelseassert(State.cursor1.line > 1)