paultela / enterprener

Because you don't know how to spell it either.
2 stars 0 forks source link

Test text box #13

Closed btmills closed 11 years ago

btmills commented 11 years ago

Add a text box on the options page to test the correction settings.

Also use the storage events to update dictionaries on the fly. (Assuming such a thing exists for sync storage as well as local storage; I haven't checked.)

paultela commented 11 years ago

It is possible to do this for sure, as the sync api clones the localStorage api. and has a onChange event (http://developer.chrome.com/extensions/storage.html)

btmills commented 11 years ago

Got the first part of this (text box) in a35f89379d3f5c48125f685512d7e0624472d341. Still need the storage events.