timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

v2.0.7 does not works. #49

Closed mstssk closed 10 years ago

mstssk commented 10 years ago

v2.0.7 does not works on my MacBook.

log

Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./OmniMarkupPreviewer.py", line 398, in <module>
    plugin_loaded()
  File "./OmniMarkupPreviewer.py", line 394, in plugin_loaded
    RendererManager.start()
  File "./OmniMarkupLib/RendererManager.py", line 481, in start
    cls.on_setting_changing(setting)
  File "./OmniMarkupLib/RendererManager.py", line 442, in on_setting_changing
    cls.OLD_IGNORED_RENDERERS = setting.ignored_renderers.copy()
AttributeError: 'list' object has no attribute 'copy'
timonwong commented 10 years ago

Fixed in v2.0.8