Hello,
Does UE have something similar to EMacs table mode in order to generate text based tables?
Example:
Does UE have something similar to EMacs table mode in order to generate text based tables?
Example:
Code: Select all
+-----------------+--------------------------------+-----------------+
| Command | Description | Key Binding |
+-----------------+--------------------------------+-----------------+
| forward-char |Move point right N characters | C-f |
| |(left if N is negative). | |
| | | |
+-----------------+--------------------------------+-----------------+
| backward-char |Move point left N characters | C-b |
| |(right if N is negative). | |
| | | |
+-----------------+--------------------------------+-----------------+