Lua UI improvements (#68887)

Atomized from #68816, with a little addition. Fixes some dumb formatting issues with the lua editor, adds a "jump to bottom" button when viewing the state log, and paginates the state logs.
This commit is contained in:
Y0SH1M4S73R
2022-08-12 12:06:48 +03:00
committed by GitHub
parent 4ed87fe8b8
commit 6cc161e25b
8 changed files with 361 additions and 199 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ GLOBAL_PROTECT(lua_usr)
break
if(append_to_log)
log += list(weakrefify_list(result))
INVOKE_ASYNC(src, .proc/update_editors)
INVOKE_ASYNC(src, /datum/lua_state.proc/update_editors)
/datum/lua_state/proc/load_script(script)
GLOB.IsLuaCall = TRUE