don't save settings on error in source editor
Dependencies
- [2]
VPRGENLAhide some details within the 'warning' state - [3]
PCB3ATUXclean up test mocks before aborting - [4]
4MT5UHHKfix still more issues with the previous scenario - [5]
3YTMIHTWimprove a name - [6]
L2FWWEQLsource: remember cursor position of multiple files - [7]
6JKFAHNLremove a no-op regex munging on callstacks - [8]
SBR7ARVHsimplify saving settings - [9]
G75ITNUVstandardize between run and source some more - [10]
KKMFQDR4editing source code from within the app - [11]
IZGZEWFGswitch to source editor on error - [12]
NLU6BXIRclean up some cruft from error callstacks - [*]
OTIBCAUJlove2d scaffold - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- edit in source.lua at line 274
App.screen.width, App.screen.height = App.screen.size() - edit in main.lua at line 334
if Disable_all_quit_handlers then return end - replacement in app.lua at line 56
if App.disable_tests then App.disable_tests() end-- abort without running love.quit handlerDisable_all_quit_handlers = true