Trace buffer vs Debug buffer, print Buffer info, Add SaveAll

This commit is contained in:
2025-08-21 09:16:31 +02:00
parent 24533dfe7f
commit 166f06d1fb
10 changed files with 72 additions and 10 deletions

View File

@@ -391,9 +391,19 @@ function KeybindsBasic(e)
return false
end
FKey = {"build.bat", "", "", "", "", "", "", "", "", "", "", ""}
function BasicBuild()
SaveAll()
if OS_VALUE == OS_WINDOWS then
return "build.bat"
else
return "./build.sh"
end
end
FKey = {BasicBuild, "", "", "", "", "", "", "", "", "", "", ""}
FKeySDLK = {SDLK_F1, SDLK_F2, SDLK_F3, SDLK_F4, SDLK_F5, SDLK_F6, SDLK_F7, SDLK_F8, SDLK_F9, SDLK_F10, SDLK_F11, SDLK_F12}
function KeybindsFKeys(e)
for i = #FKey,1,-1 do
if FKey[i] ~= "" then