From 607141f7d64d61c927da98b41e0d76ad3fda8100 Mon Sep 17 00:00:00 2001 From: Kristinita Date: Sat, 15 Oct 2016 14:10:25 +0300 Subject: [PATCH 1/2] Added elaboration in README.MD --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a9636d4..e9d4b9d 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,23 @@ Also you can temporary switch this setting with command palette: * Table Editor: Enable 'align_number_right' for current view * Table Editor: Disable 'align_number_right' for current view +If `table_editor_align_number_right` true, auto alignment will be only if numbers in column: + + | Sacred numbers | Birth | + |------------------|--------| + | 4 | 04 | + | 14 | 04 | + | 7 | 1990 | + |------------------|--------| + +If in column not only numbers, `table_editor_align_number_right` will not be worked. + + | Sacred numbers | Birth | + |-----------------|-------------| + | Sasha | 04 | + | 14 | Unusual | + | 7 | 1990 | + |-----------------|-------------| ### Detect header column to center From 348a97c34ce44648f3b2f27a4624f72e66128d74 Mon Sep 17 00:00:00 2001 From: Kristinita Date: Sat, 15 Oct 2016 14:39:39 +0300 Subject: [PATCH 2/2] Cursor move to end of current field, not to begin --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e9d4b9d..520ad85 100644 --- a/README.md +++ b/README.md @@ -566,7 +566,6 @@ By default a header column aligns to center, if you do not like this you can dis ```javascript { - "table_editor_detect_header": false } ``` @@ -644,7 +643,7 @@ and this result of Table Editor with **ctrl+shift+a** - Re-align the table without change the current table field. Move cursor to begin of the current table field. + Re-align the table without change the current table field. Move cursor to end of the current table field. **tab**