mikefowler / simple-clone

A Sublime Text plugin for lightning-fast file cloning. Compatible with both ST2 and ST3.
28 stars 12 forks source link

Fix "disabled_keymaps" preference doesn't work in ST3 #9

Closed lowerworld closed 10 years ago

lowerworld commented 10 years ago

Fix for issue #8.

mikefowler commented 10 years ago

:+1:

Catch me up real quick: was this not working in ST3 because the load_settings method was getting called too early?

lowerworld commented 10 years ago

Thank you for your reply.

Yes. In ST 3, sublime.Settings.get method (at simple_clone.py#L186) returns None at the time it was called.

mikefowler commented 10 years ago

Cool, thanks for investigating. I will happily merge.