tiddlyclip
tiddlyclip copied to clipboard
General Code Rafactoring
Objects in the prefs module needs to be turned from 'csv' like structures into arrays eg pref.Set('tabid'+tab, pref.Get('tabid'+(tab+1))); should really be pref.tabid[tab] =pref.tabid[tab+1];
Also pref.getCharPref() needs removing
pref.getCharPref() still needs removing