When using VS, the preferred way to store user- and application settings seems to be to access VS “settings” tab for the given assembly and simply type the settings you need.
Monodevelop does not have this feature (or at least I did not find it…)
What is the preferred way to do this under mono using monodevelop?
If the answer is “well, do the same – but hand-type the code needed” I’d love some pointers to a nice tutorial.
On the mono list, John Ludlow had the answer I needed:
Thanks to John and the people of the mono-list.