AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Plugin pane settings #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A solution needs to be found to address plugin panes' settings. 
1. The settings can be stored in separate xml files. This sounds ugly to
me, but it would be an easy solution. 
2. Settings can be stored in the master settings.config file. Harder
because I will have to circumvent the built-in serialization code that I
already have to dynamically read in xml nodes for the plugin panes. I think
this is the better, cleaner solution, but it might be a pain to implement.

Original issue reported on code.google.com by longueur...@gmail.com on 12 Aug 2008 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by longueur...@gmail.com on 17 Aug 2008 at 11:37

GoogleCodeExporter commented 9 years ago
This has been finished in r566, r567, r568. It was a pretty big update to 
hijack the
serialization process that occurs when the settings are saved or read.

Original comment by longueur...@gmail.com on 17 Aug 2008 at 11:40