indent

[?]
Sep 17, 2023, 5:41 AM
IENTL2ITG2CJE5TRUJGUE65CNC4COAQIQGDMGETZCP5R2VUMS7QQC

Dependencies

  • [2] NVSC4N4K change a helper slightly
  • [3] 5STHSG4U remove some duplication
  • [4] OI4FPFIN support drawings in the source editor
  • [5] 7VGDIPLC more robust state validation
  • [6] IX5YTLSV state validation in source editor as well
  • [7] 2L5MEZV3 experiment: new edit namespace
  • [8] KKMFQDR4 editing source code from within the app
  • [9] ERQKFTPV extract 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 then
    break
    end
    if State.lines[State.cursor1.line].mode == 'text' then
    break
    end
    State.cursor1.line = State.cursor1.line+1
    State.cursor1.pos = 1
    [2.124]
    [2.321]
    if State.cursor1.line >= #State.lines then
    break
    end
    if State.lines[State.cursor1.line].mode == 'text' then
    break
    end
    State.cursor1.line = State.cursor1.line+1
    State.cursor1.pos = 1
  • replacement in edit.lua at line 145
    [2.457][2.457:512](),[2.512][3.355:361](),[3.355][3.355:361](),[3.361][2.513:654]()
    if State.cursor1.line >= #State.lines then
    break
    end
    if State.lines[State.cursor1.line].mode == 'text' then
    break
    end
    State.cursor1.line = State.cursor1.line+1
    State.cursor1.pos = 1
    [2.457]
    [2.654]
    if State.cursor1.line >= #State.lines then
    break
    end
    if State.lines[State.cursor1.line].mode == 'text' then
    break
    end
    State.cursor1.line = State.cursor1.line+1
    State.cursor1.pos = 1