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.