thomasballinger / fmtstr

temporary name, this term is overloaded
3 stars 3 forks source link

Insert, append, and copy_with_new_str #6

Closed feinomenon closed 10 years ago

feinomenon commented 10 years ago

Added functionality for inserting new strings or FmtStrs into existing FmtStrs, with append being a special case of insert. Also have a tentative method for creating a new FmtStr by copying an existing FmtStr's attributes onto a new string.

thomasballinger commented 10 years ago

Nice, this is great. Let's look at these together whenever you have time.

thomasballinger commented 10 years ago

I'm merging this into master, I'll fix FSArray today to keep things working.