Closed josephernest closed 7 years ago
I guess this functionality is not provided by sublime table editor, probably Sublime Editor can work with rectangular areas and you can try use this as a workaround.
Thanks for your answer @vkocubinsky .
I guess this functionality is not provided by sublime table editor
I could try to add this feature. Would you have a few hints : where in TableEditor's code to put this? how to select the current cell only (and not current row), with a regexp?
probably Sublime Editor can work with rectangular areas and you can try use this as a workaround.
Which plugin are you talking about? Thanks in advance.
Working version here: https://github.com/josephernest/SublimeTableEditor
Using
SHIFT+ALT+DOWN
creates a whole new row, i.e. an empty cell is added for each column. How to add a new cell for the current column only?Before (current cell: hello)
After:
A cell has been inserted before
hello
. Columns A and C are not modified.