establish a fairly fundamental invariant
Dependencies
- [2]
TGHAJBESuse line cache for drawings as well - [3]
KKMFQDR4editing source code from within the app - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
KZ5GAYRPthis fixes the immediate regression
Change contents
- edit in text.lua at line 976[6.732][2.1613]
-- Perform some early sanity checking here, in hopes that we correctly call-- this whenever we change editor state.if State.right <= State.left thenassert(false, ('Right margin %d must be to the right of the left margin %d'):format(State.right, State.left))end - edit in source_text.lua at line 1038
-- Perform some early sanity checking here, in hopes that we correctly call-- this whenever we change editor state.if State.right <= State.left thenassert(false, ('Right margin %d must be to the right of the left margin %d'):format(State.right, State.left))end