source: show files in MRU order
[?]
Sep 19, 2022, 7:37 AM
W6XUYQKPHYZLEMBPY5L2WCGXIDBKAHVAWAH5V7BKYQXZO33DTNIQCDependencies
- [2]
ZTK4QTZTextract a couple of functions - [3]
QZ2SXLHFsome debug prints - [4]
IOCATA27bugfix: never skip files in file navigator - [5]
LZYLOTP3rename - [6]
NYRESFK6source: show all files in navigator - [7]
KKMFQDR4editing source code from within the app - [8]
GQKUD7QXdelete some logs
Change contents
- edit in commands.lua at line 67
if filename == 'source' thenApp.color(Menu_border_color)love.graphics.line(Menu_cursor-10,2, Menu_cursor-10,Menu_status_bar_height-2)end - edit in commands.lua at line 133
move_candidate_to_front(s) - edit in commands.lua at line 137
endfunction move_candidate_to_front(s)local index = array.find(File_navigation.all_candidates, s)assert(index)table.remove(File_navigation.all_candidates, index)table.insert(File_navigation.all_candidates, 1, s)