tiddlyclip icon indicating copy to clipboard operation
tiddlyclip copied to clipboard

General Code Rafactoring

Open buggyj opened this issue 10 years ago • 1 comments

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

buggyj avatar Oct 03 '14 13:10 buggyj

pref.getCharPref() still needs removing

buggyj avatar Oct 09 '14 17:10 buggyj