gcanyon / navigator

The amazing small powerful plugin for Livecode that makes you a better, faster developer.
12 stars 4 forks source link

Prefs storage failure ate color scheme settings #25

Closed gcanyon closed 5 years ago

gcanyon commented 5 years ago

There was a glitch with storing prefs in an earlier 7.x version, and apparently it ate the prefs for the color set options. I'm going to put in a fix that patches in the original values if the current settings are empty (which is causing this issue).

For now though, if you just open the prefs file and find the lines near the top that look like this (only without values) and paste these lines in their place, the problem should be fixed.

uLight Theme group "Colors" of card id 1002 of stack "revNavigatorPrefs" Default,110,110,110\bScriptedObject,16,26,234\bBehaviorScripted,0,150,0\bScriptAndBehavior,146,17,164\bObjectMissing,231,74,77\bBehaviorMissing,231,74,77\bFilterText,50,50,50\bHighlight,190,210,250\bListLines,140,140,140\bBackground,250,250,250 uDark Theme group "Colors" of card id 1002 of stack "revNavigatorPrefs" Default,170,170,170\bScriptedObject,240,240,240\bBehaviorScripted,76,187,95\bScriptAndBehavior,136,136,204\bObjectMissing,231,74,77\bBehaviorMissing,231,74,77\bFilterText,255,255,255\bHighlight,121,119,97\bListLines,80,80,80\bBackground,40,43,52 uLight Theme 2 group "Colors" of card id 1002 of stack "revNavigatorPrefs" Default,110,110,70\bScriptedObject,66,26,204\bBehaviorScripted,0,120,70\bScriptAndBehavior,146,17,164\bObjectMissing,231,74,77\bBehaviorMissing,231,74,77\bFilterText,50,50,50\bHighlight,190,210,250\bListLines,140,140,140\bBackground,230,230,230

Those lines need to be un-wrapped to work.

gcanyon commented 5 years ago

Should be fixed with 7.1.1