Merge lines.love
[?]
Mar 26, 2023, 4:56 AM
44O46KDAJN3VCT6NHUTOVOBZ7L7A3GDBNJEDCCVBMAFWKE2IBWTQCDependencies
- [2]
VHUNJHXBMerge lines.love - [3]
ZWDTEUH7clean up some absolute coordinates - [4]
MD3W5IRAnew fork: rip out drawing support - [5]
UN7GKYV5support hyperlinks in the source editor - [6]
32V6ZHQBMerge lines.love - [7]
VHQCNMARseveral more modules - [8]
LNUHQOGHstart passing in Editor_state explicitly - [9]
BW2IUB3Kkeep all text cache writes inside text.lua - [10]
4KC7I3E2make colors easier to edit - [11]
WJBZZQE4fold together two largely similar cases - [12]
PP2IIHL6stop putting button state in a global - [*]
2L5MEZV3experiment: new edit namespace - [*]
APYPFFS3call edit rather than App callbacks in tests
Change contents
- edit in icons.lua at line 7
love.graphics.line(4,y+6, 16,y+6)love.graphics.line(10,y, 10,y+12) - resurrect zombie in icons.lua at line 7
love.graphics.line(x,y+6, x+12,y+6)love.graphics.line(x+6,y, x+6,y+12) - resolve order conflict in icons.lua at line 7
- resurrect zombie in icons.lua at line 9[3.98]→[4.1318:1557](∅→∅),[2.1562]→[4.1318:1557](∅→∅),[4.5526]→[4.1318:1557](∅→∅),[4.5526]→[4.1318:1557](∅→∅)
endfunction icon.hyperlink_decoration(button_params)local x,y = button_params.x, button_params.yApp.color(Hyperlink_decoration_color)love.graphics.line(x,y+Editor_state.line_height, x+button_params.w,y+Editor_state.line_height) - edit in edit.lua at line 425
button(State, 'draw', {x=State.left-Margin_left+4, y=y+4, w=12,h=12, color={1,1,0}, - resolve order conflict in edit.lua at line 425[15.7287]