alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 136 forks source link

Fail to indent with error "AttributeError: 'module' object has no attribute 'messages'" #102

Closed gMit03 closed 7 years ago

gMit03 commented 7 years ago

Hi, when i try run via command pallete, the following code is in the log and the code doesn't format. Traceback (most recent call last): File ".\sublimeplugin.py", line 362, in run File ".\indentxml.py", line 52, in run File ".\indentxml.py", line 106, in indent AttributeError: 'module' object has no attribute 'messages'

Seems like i'm encountering an error. Could you assist??

alek-sys commented 7 years ago

Please check the new version.