Text editors

2002-04-27 Thread Simon Lord
Has anyone successfully created a text editor with metacard for use in the following fashion: I have a current need to create a simple text editor that runs *in the browser*. This would be to replace the standard textarea tag that lacks any sophisticated editing capabilities whatsoever.

Re: Comparing big lists

2002-04-27 Thread Gregory Lypny
Thanks for the suggestion, Scott. I'll give it a shot. I've also tried looping over the lines of bigList (i.e., a nested repeat), simply using the 'in' operator: if x is in y, then... It takes about 6 minutes on a modest (300 mHz) iBook running OS X, but I'm hoping for an improvement,

Re: Comparing big lists

2002-04-27 Thread Dar Scott
On Saturday, April 27, 2002, at 02:10 PM, Gregory Lypny wrote: It takes about 6 minutes on a modest (300 mHz) iBook running OS X, but I'm hoping for an improvement, Maybe. Maybe if you are able to keep the lists sorted you can come up with a faster way that takes advantage of that. Dar

Re: Comparing big lists

2002-04-27 Thread jbv
I'm wondering : what is the most expensive ? Is it lineoffset, or is it : put j tab line thisLine of bigList return after mergedList I vaguely recall some discussion about adding new lines at the end of a variable inside a loop, and the loop getting slower slower... I'm even pretty