Hello Defold community,
I was exploring ways to import and export the editor’s preferences, particularly settings like the custom editor choice and code editor font. Having an import/export function would be incredibly helpful for setting up the editor on multiple machines or for team members.
If such a feature doesn’t currently exist in the editor, is there another way to access and modify these preferences externally? I came across the com.apple.java.util.prefs.plist file which seems to store these configurations, but changes to it don’t appear to affect the editor’s settings.
Any insights or guidance on this would be greatly appreciated.