-- Open file dialog
print("diags.open:", diags.open())
-- Save file dialog
print("diags.save:", diags.save())
-- Open multiple files
local r, t = diags.open_multiple()
print("diags.open_multiple:", r)
pprint(t)
-- Open folder
print("diags.open_folder:", diags.open_folder())
Ah, no. That is only a “warning:”, and we are currently not compiling with"/Wx" (which turns warnings into errors)
Look further down if it says anything like “error:” or perhaps “unresolved” or anything else suspicious.
@sven Does Def-Diags need to be updated to work on Linux? I’d like to get the latest version of my polygon editor working cross-platform. At the moment it doesn’t bundle for Linux, but I’m not 100% sure if that’s because of the extension, or because Editor 2 doesn’t support that yet?