rename
[?]
Sep 18, 2022, 6:43 AM
LZYLOTP343AXV7GSVRCCS6Z5XNS6BXFPTCOPRL47LC6LYPT5BUWACDependencies
- [2]
IOCATA27bugfix: never skip files in file navigator - [3]
GQKUD7QXdelete some logs - [4]
ZQZX364Vuse a helper - [5]
KKMFQDR4editing source code from within the app - [6]
QZ2SXLHFsome debug prints
Change contents
- replacement in commands.lua at line 56
for i,file in ipairs(File_navigation.candidates) doif file == 'source' thenfor i,filename in ipairs(File_navigation.candidates) doif filename == 'source' then - replacement in commands.lua at line 61
add_file_to_menu(file, i == File_navigation.index)add_file_to_menu(filename, i == File_navigation.index)