mgaitan / sublime-rst-completion

Restructured Text snippets and code completion hotkeys for Sublime Text 2 and 3
BSD 3-Clause "New" or "Revised" License
251 stars 52 forks source link

Improve magic table field alignment with CJK characters #84

Closed haje01 closed 9 years ago

haje01 commented 9 years ago

With help of wcwidth( https://github.com/jquast/wcwidth ) I've managed to fix issue #83. Please review my modifications.

Thank you.

mgaitan commented 9 years ago

hey @haje01, thank you very much, it seems a perfect simple solution. I just would like to leave only the modules we need, and not the whole package. i.e, remove tests, README and .gitignore file.

Also, would be great if you can mention this in the "magic table" section of our README

haje01 commented 9 years ago

OK, I removed surplus files and add comment at README.

mgaitan commented 9 years ago

thank you very much Kim