correct location of the line width slider
[?]
Jun 18, 2022, 7:03 AM
BZRRUIFQQTGFJZH42H3LI4JX2GPCWVOKYF3HJQO7KNLHHHC7GAWQCDependencies
- [2]
6J3NXBYGaffordance to adjust width for word wrap - [3]
CE4LZV4Tdrop last couple of manual tests - [4]
DHCLUDCW. - [5]
K464QQR4more defensive resize handling - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
H2DPLWMVsnapshot: wrapping long lines at word boundaries - [*]
OTIBCAUJlove2d scaffold
Change contents
- edit in text.lua at line 17
--? love.graphics.line(Line_width,0, Line_width,App.screen.height) - replacement in main_tests.lua at line 19
App.run_after_mouse_press(Margin_left+256, Margin_top-3, 1)App.mouse_move(Margin_left+200, 37)App.run_after_mouse_press(256, Margin_top-3, 1)App.mouse_move(200, 37) - replacement in main.lua at line 225
button('line-width', {x=Margin_left+Line_width-4,y=Margin_top-10, w=10,h=10, color={1,1,1},button('line-width', {x=Line_width-4,y=Margin_top-10, w=10,h=10, color={1,1,1}, - replacement in main.lua at line 298
Line_width = App.mouse_x() - Margin_leftLine_width = App.mouse_x()