ElasticTabstops
ElasticTabstops copied to clipboard
Tab characters automatically adjust to keep adjacent lines aligned.
i can edit just fine when the plugin is disabled.
This PR adds debouncing to avoid being blocked on each editing keypress: While editing large vertical blocks the plugin struggles to do a lot of inserts needed to vertically align...
First of all, thanks a lot for creating this addon, I wish ST had a proper native support of elastic tabstops, but in the meantime your "lite" version is a...
ST3 32-bit on Windows. When I redo a "paste" operation, Elastic reformats the pasted text, throwing away all subsequent redo steps. This leads to code loss when stepping through undo...
This is not a proper implementation of my invention. The whole point of elastic tabstops is that it works by moving tabstops rather than modifying the contents of the buffer...
`a` `ñ` `o` Using a precomposed eñe makes the word count as three letters, while `a` `n` `̃` `o` using a combining tilde makes the word count as four letters,...
Fix SublimeText/ElasticTabstops#14
Take this TSV: ``` date |P東 |東 score |P南 |南 score |P西 |西 score |P北 |北 score |comment 2015-04-04 john 35100 bob 32100 mary 12000 katy 20800 2015-04-04 mary 33500...
I like this plugin. Yes, [it's not a proper implementation of elastic tabstops](https://github.com/SublimeText/ElasticTabstops/issues/4), because ST does not allow one yet, but it has the added benefit of being able to...
I use sublime a lot for coding, and I think ElasticTabstops can be very usefull for that to (aligning comments, ...) The only thing that is annoying (on de border...