[MIRROR] Lua UI improvements [MDB IGNORE] (#15561)

* 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.

* Lua UI improvements

Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
This commit is contained in:
SkyratBot
2022-08-12 20:27:00 +02:00
committed by GitHub
parent a5f9f74b4c
commit c13c4b0056
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