vkocubinsky / SublimeTableEditor

This package is no more supported. I moved to vim.
Other
494 stars 67 forks source link

Command menu "Table Editor: Disable for current view" do not disable table editor #13

Closed vkocubinsky closed 11 years ago

vkocubinsky commented 11 years ago

The reason is command menu erases setting "enable_table_editor", but if syntax specific setting has "enable_table_editor"=true view.settings().get("enable_table_editor") is still true. Fix is instead of erase setting use set to false.