The addon uses enums in the script instead of having the enum values stored in the project settings! Making it much easier to use. When exporting a variable where its type is an enum (to edit it in ...
minIniFS is a programmer's library to read and write "INI" files in embedded systems. The "showKeysValues(..)" method now checks the first key and returns a boolean value if it finds any keys. It ...