vkocubinsky / SublimeTableEditor

This package is no more supported. I moved to vim.
Other
494 stars 67 forks source link

Pressing tab after `+` #40

Closed maliayas closed 10 years ago

maliayas commented 10 years ago

Pressing tab after + character trigger the keybinding as defined here and here.

However this becomes a bug when writing markdown. + is a list bullet for markdown and whenever I press tab after +, the plugin unintentionally triggers.

Should I fix this via local overriding or is it a common bug that needs to be fixed in some way?

vkocubinsky commented 10 years ago

This is the same issue as Issue#14. As workaround for this issue you can click ctrl+shift+p click to "Table Editor: Disable For Current View" when edit text, and "Table Editor: Enable For Current View" when edit table.

This is a common bug and right now I don't have clear vision how to fix this. Probably have sense investigate to make key binding special for markdown, textile, restructured text, pandoc syntax.

Let me know if you found solution which works for you.

Thanks!

maliayas commented 10 years ago

I've sent a PR that fixes my problem and hopefully doesn't break other things. It should fix #14, too.

vkocubinsky commented 10 years ago

Fixed in 1.7.4 as split keybinding for normal row and for horizontal row