@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 or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1374#issuecomment-2381333946
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1374/[email protected]>