On Mon, 7 Jan 2013 01:42:43 +1000 David Seikel <[email protected]> said:
> On Sun, 6 Jan 2013 16:33:03 +0100 Albin Tonnerre > <[email protected]> wrote: > > > On Fri, Jan 4, 2013 at 10:34 AM, Carsten Haitzler > > <[email protected]> wrote: > > > we upgraded major config version for e17 - thus yes - it gets wiped. > > > > Just curious - what was the particular change that required the config > > to get wiped? > > Also just curious, isn't it one of the design features of eet that you > can easily track what changes between versions of the files using it? > No need to wipe. Just write simple code to upgrade old config files > when you read them. That's how I'm using it in my projects. I guess > things are different with the e17 config stuff? eet has no such feature. eet is a data structure serialiser/de-serialiser plus image codec plus key-value file container handler. thats it. the rest is built on top in "your code" this was done not because we added 3 new items and want to merge the new values in. i want ALL the config values set back to a default "sane state". for people who have used e17 before and for many who have complained "i get problem X" or "y happens" the solution has been to change the default config to, by default, avoid the issue - eg it's a gfx driver issue and so it works for some, and not for others, and thus it has a checkbox. the point was to "go back to baseline" for everyone, to alleviate the "well it works for me" thing (because "me" has some option set setup by default - e17's default, and the other has old crufty config with a totally different setup and they havent CONSCIOUSLY changed it within recent memory or every but just happen to be vastly different). -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
