@Skif-off Only two files appear in choose dialog no matter how much files are opened in Geany - 3 or 7 etc.
This simple script doesn't work for me:
#! /usr/bin/env lua
files = {"file1","file2","file3","file4","file5"}
for i = 1, 5 do
geany.status(files[i])
end
geany.choose("Choose your file:", files)
geany.status works as expected - in messages window there all files
geany.choose lists only file1 and file2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.