From 72791d9c35be82043a2f272a8cdeb11bd676a313 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2022 20:37:40 -0700 Subject: some debug prints I'm starting to edit the sources from within the app in ernest. First question: why does the file navigation menu skip some files? These prints answer the question. --- source.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source.lua') diff --git a/source.lua b/source.lua index c752604..70b0814 100644 --- a/source.lua +++ b/source.lua @@ -11,6 +11,7 @@ function source.initialize_globals() Show_file_navigator = false File_navigation = { candidates = { + 'main', 'run', 'run_tests', 'log', @@ -56,6 +57,7 @@ end -- called only for real run function source.initialize() + log_new('source') love.keyboard.setTextInput(true) -- bring up keyboard on touch screen love.keyboard.setKeyRepeat(true) -- cgit 1.4.1-2-gfad0