some minor cleanup
[?]
Mar 24, 2023, 4:38 AM
TXI6GSQDOUHU4DWQTCMLVVCA2YSIAUZJWSFMH22QPO3W4NGNRF5ACDependencies
- [2]
GFXWHTE6mouse wheel support - [3]
2L5MEZV3experiment: new edit namespace - [4]
KKMFQDR4editing source code from within the app - [5]
OI4FPFINsupport drawings in the source editor - [6]
KMSL74GAsupport selections in the source editor - [7]
2CK5QI7Wmake love event names consistent - [8]
LNUHQOGHstart passing in Editor_state explicitly
Change contents
- replacement in source_edit.lua at line 314
elseelseif dy < 0 then - replacement in run.lua at line 166
function run.mouse_wheel_move(x,y)function run.mouse_wheel_move(dx,dy) - replacement in run.lua at line 168
return edit.mouse_wheel_move(Editor_state, x,y)return edit.mouse_wheel_move(Editor_state, dx,dy) - replacement in log_browser.lua at line 271
elseelseif dy < 0 then - replacement in edit.lua at line 313
elseelseif dy < 0 then