indent
[?]
Sep 17, 2023, 5:41 AM
IENTL2ITG2CJE5TRUJGUE65CNC4COAQIQGDMGETZCP5R2VUMS7QQCDependencies
- [2]
NVSC4N4Kchange a helper slightly - [3]
5STHSG4Uremove some duplication - [4]
OI4FPFINsupport drawings in the source editor - [5]
7VGDIPLCmore robust state validation - [6]
IX5YTLSVstate validation in source editor as well - [7]
2L5MEZV3experiment: new edit namespace - [8]
KKMFQDR4editing source code from within the app - [9]
ERQKFTPVextract method
Change contents
- replacement in source_edit.lua at line 147[2.124]→[2.124:179](∅→∅),[2.179]→[3.19877:19883](∅→∅),[3.19877]→[3.19877:19883](∅→∅),[3.19883]→[2.180:321](∅→∅)
if State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakendState.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1if State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakendState.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1 - replacement in edit.lua at line 145
if State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakendState.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1if State.cursor1.line >= #State.lines thenbreakendif State.lines[State.cursor1.line].mode == 'text' thenbreakendState.cursor1.line = State.cursor1.line+1State.cursor1.pos = 1