mdaniel132 / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
0 stars 0 forks source link

Preferences editable on disk #262

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It woud be nice if preferences were editable on disk.  Currently we use a 
combination of NSUserDefaults and NSCoder that results in writing binary data 
(via NSCoder) inside the XML preferences (via NSUserDefaults).  This is stilly 
and should be fixed.

I think all we need to do is change all of the initWithCoder calls that take an 
NSCoder and pass around an NSUserDefaults instead.

Original issue reported on code.google.com by allen.po...@gmail.com on 13 Feb 2011 at 10:32

GoogleCodeExporter commented 8 years ago
Issue 281 has been merged into this issue.

Original comment by dave.sto...@gmail.com on 17 May 2011 at 8:33

GoogleCodeExporter commented 8 years ago
Any idea?

Original comment by phir...@gmail.com on 12 Jul 2011 at 1:56