[TxMt] Performance Issue: TextMate very slow on columnar edits

Jeroen van der Ham jeroen at je-ju.net
Mon Jun 20 17:58:46 UTC 2005


On 20-06-2005 19:21, Allan Odgaard wrote:
> Yes, currently memory usage for column-typing is quadratic in the 
> number of lines selected :/
> 
> Not that it has to be, just haven't had time to improve it yet…

There is of course a workaround here, using regexps and selection (if
needed). It's not pretty, but probably faster ;)

You can select a column insertion point by using
	(^.{xx})(.*$)

Where xx is the column number you want to replace after. And replacing
with value:
$1 Inserted words $2

Jeroen.
-- 
            <http://www.je-ju.net/~jeroen/blog/>



More information about the textmate mailing list