
Yeah, thanks ;)
My extension have some problems yet: - Doesn't merge text elements (solved, if we merge ours extensions :-) - Doesn't positioning of the new elements according to previous positions (it moves all the texts to a unique position, because it's hard to guess the width/height of the text by x, y and font-size) - Doesn't preserve some formatting when separating by words (I found it so difficult)
Here's an explanation image: http://nerdson.com/bin/split/
Karlisson - looks like your split functionality is better than mine because it handles splitting by chars, words, and lines, not just lines. Also might be more general in the way it collects text. I've attached my version for reference, but it might make more sense to just add merging to your extension following the same pattern you're already using - if you think it's worthwhile, really split will be used much much more often than merge, and have Bulia push it into SVN.
Cheers -Terry