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 has been archived by the owner on Jan 31, 2022. It is now read-only.
I noticed that TableEditor is not working if line is starting with _; as this is the normal behaviour in C comments, I'd like to use TableEditor in that case as well
For instance (on the _same* view):
* | a | b | c |
* |-<Tab>
TableEditor is not triggered. Instead, on:
| a | b | c |
|-<Tab>
TableEditor is correctly triggered and working
The text was updated successfully, but these errors were encountered:
Your are right Table Editor doesn't work inside C comments, it working only when line starts with '|'. Only spaces before first line in table uses for format a table.
I like share experience with you, usually I enable Table Editor for programming language syntax only temporary with palette "Table Editor: Enable for current view" then after edit a table, I disable table editor for current view with palette "Table Editor: disable for current view". The reason is in Java or C characters '|' and '||' used for other purposes.
Issue have sense for me, let's keep this issue open.
Hello. Thanks for the relply.
Actually, I do the same: I enable Table Editor only when I need it, and then I disable it again.
Nonetheless, I think it could be useful to make it working even if there are other characters on the line. For instance, I'd like to use it to edit tables inside C comments, as DoxyGen is able to parse tables, and to render them in the documentation. So, it would be nice to have it working, and keep characters on the left of the table unchanged.
Thanks again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that TableEditor is not working if line is starting with _; as this is the normal behaviour in C comments, I'd like to use TableEditor in that case as well
For instance (on the _same* view):
TableEditor is not triggered. Instead, on:
TableEditor is correctly triggered and working
The text was updated successfully, but these errors were encountered: