Merge lines.love
[?]
Sep 17, 2023, 4:18 PM
CIK3U5S6Z3CDHJEYGWWB4AR3ZP7VWLHAC3NHHJ233PASFI6PWSKACDependencies
- [2]
OWE64YJ2Merge lines.love - [3]
T7EAACC5bugfix to the helper I added yesterday - [4]
IENTL2ITindent - [5]
VN3MTXFKMerge lines.love - [6]
LF7BWEG4group all editor globals - [7]
NVSC4N4Kchange a helper slightly - [8]
7VGDIPLCmore robust state validation - [9]
SW7BSBMJseveral bugfixes in saving/loading cursor position - [10]
Z5WOBP27Merge lines.love - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- edit in edit.lua at line 109
State.cursor1 = {line=1, pos=1} - edit in edit.lua at line 118
State.cursor1 = {line=1, pos=1} - replacement in edit.lua at line 147
if State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakif State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakendState.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1 - edit in edit.lua at line 156
State.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1end - edit in edit.lua at line 615
if State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakendState.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1 - resolve order conflict in edit.lua at line 615[2.17561]