Valery Kocubinsky
Valery Kocubinsky
It should work see "Set Table Syntax" section in documentation, but probably your case is specific. Could you describe your version sublime? Please check do you have syntax specific settings...
There is new content of widechar_support, but it is doesn't work on ST2 under windows ``` python import unicodedata import sys import locale def wcount(text): if sys.version_info[0] == 2 and...
I did not worked with themes in sublime and don't know exactly. But I think potentially yes. If table to be part of syntax, markdown for example, we can set...
It looks as a bug, but I am no more support this plugin Thanks!
Thanks for the feedback! Now Table Editor use character '|' for detect column. One way for fix this issue is detect column by '+' character, but the changes will break...
No changes for this issue.
Thanks for feedback. For now Table Editor only formats tables in different wiki format. LaTex tables doesn't supported. I don't know your use cases , but if I export to...
Hi, Thanks for feedback. Probably something happens on your sublime. For check what happens try before execute 'convert CSV into table' click 'ctrl `', 'ctrl`' will open message window and...
Is it still the issue, did you try click ctrl+` before convert into csv and see the output? If you have the issue could you also say your version of...
Hi @josephernest , not sure that I remember correctly, but I guess that files: ``` Default (Linux).sublime-keymap Default (OSX).sublime-keymap Default (Windows).sublime-keymap ``` are entry point for plugin. Let's look for...