I have a program that the user defines a bunch of settings which I store in structures and would like to preserve between program runs, normally I would just save these as settings under the project- >properties option, but there does not seem to be add user defined variable types to the type options.
The other option would be to get save the data on exit and get the user to load it on start up but that seems a little clunky.
