You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Summary
Custom column alignment not worked for me.
Expected behavior
Actual behavior
Steps to reproduce
My
sublime-settingsfile:{ "enable_table_editor": true, "extensions": [ "kira" ], "table_editor_align_number_right": false, "table_editor_border_style": "simple", "table_editor_custom_column_alignment": true, "table_editor_detect_header": true, "table_editor_keep_space_left": true, "table_editor_syntax": "Simple" }In file with extension
kiraI insert tableI move at my table use Tab and Shift+Tab. I get actual behavior, not extended behavior. All columns align to right.
Environment
Operating system and version:
Windows 10.0.14393
Sublime Text:
Build 3126
Thanks.