rockbox/apps/plugins/lua_scripts
William Wilgus 80c3b84e08 lua Add scrollable stack traceback WIP
lua currently splashes a stack traceback on error
for deep tracebacks and especially on devices with smaller screens
this leaves out a lot of vital information

in the past I have resorted to splitting the traceback string or
even saving the return to a file

This patch provides a scrollable buffer with rudimentary text reflow
to allow you to read the whole traceback string

Upon traceback if you press nothing the screen will display for 5 seconds
If you press OK or CANCEL it will quit immediately
PREV/NEXT scrolls the list on button press timeout is disabled

lua now provides rb.splash_scroller(timeout, str)

example script provided too

Change-Id: Idbc8ce0c514196f0fae48c43aeaea8b60d6da1a5
2020-10-03 22:09:52 +00:00
..
dbgettags.lua
dump_rbsettings.lua Lua add metadata and settings reading helper module 2019-09-07 03:10:59 +02:00
fade2sleep.lua
file_browser.lua lua -- add sort by name, size, date to filebrowse include 2020-09-25 23:07:30 -04:00
filebrowse.lua lua -- add sort by name, size, date to filebrowse include 2020-09-25 23:07:30 -04:00
fileview.lua
fileviewers.lua
lua_scripts.make
playback.lua lua rockevents reduce context switching for action and buttons 2020-09-30 16:33:38 +00:00
print_lua_func.lua lua optimize print include, fix draw_poly 2019-08-04 17:54:03 +02:00
printmenu.lua
rlimg.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
splashscroller.lua lua Add scrollable stack traceback WIP 2020-10-03 22:09:52 +00:00
tagnav.lua
track_metadata.lua Lua add metadata and settings reading helper module 2019-09-07 03:10:59 +02:00