Editable blocks

Komodo allows you to create block selections. I’d want to see something similar but it will work like a wrapper so you’ll get word splitting and everything. Think about it as of Microsoft Word text blocks. If the user hits the bottom limit of such a block, it simply expands itself by one line.

    ||||||||||||||||||| something else
    | hello           | something else
    | this is a block | some text
    | it works like a | you got the idea
    | block of text   | lorem ipsum
    |||||||||||||||||||

How does this relate to writing code?

Writing comments mostly. I don’t see any use cases for writing code though.

Ok, in that case you basically want Elastic Tabstops, which Komodo supports.

http://nickgravgaard.com/elastic-tabstops/

That sounds handy, thanks!