espruino / EspruinoWebIDE

The Espruino Web IDE - A Chrome Web App for programming Espruino
Apache License 2.0
367 stars 158 forks source link

Fix changes to editor settings not working #282

Closed ticalc-travis closed 1 year ago

ticalc-travis commented 1 year ago

Fixes issues with editor settings not working when changed, as discussed in #280 and #281.

With this changeset, the IDE options in Settings > General for JavaScript editor keymap, theme, indentation type and size, and code hints should now take effect immediately when changed and should be remembered when the page is reloaded.

gfwilliams commented 1 year ago

Looks great - thanks!