indicate unsaved changes

akkartik
Mar 17, 2024, 6:45 PM
PO77NPCO2Y4RKIG6TJWOA44PKCAAZ2LXOIRBBOPTA3D4BUTHL6MQC

Dependencies

  • [2] FIUQJVL2 first draft of load/save buttons
  • [3] 5RUFNRJO start of the visual skeleton

Change contents

  • replacement in 0020-draw_editor_border at line 16
    [2.3733][2.3733:3845]()
    local tx2 = tx1 + App.width(Current_pane.filename)
    love.graphics.print(Current_pane.filename, tx1, y1-15+5)
    [2.3733]
    [2.3845]
    local filename = Current_pane.filename
    if Current_pane.editor_state.next_save then
    filename = filename..' *'
    end
    local tx2 = tx1 + App.width(filename)
    love.graphics.print(filename, tx1, y1-15+5)