From ryan at web-scripter.com Thu Oct 9 21:37:22 2008 From: ryan at web-scripter.com (Ryan Joseph) Date: Fri, 10 Oct 2008 08:37:22 +0700 Subject: [WASTE-list] Next update? In-Reply-To: <20080730074353.1268004115@relay.pair.com> References: <20080730074353.1268004115@relay.pair.com> Message-ID: <77E12D97-E102-4014-96CA-67D1FA68A842@web-scripter.com> Any new information on the update? It's been about 2 months now. I just bought a new 2Ghz Intel Mac and WASTE still totally chokes on files around 1000+ lines. It's just as slow as the older PPC machine! Not to mention a program using WASTE that was still a PPC binary running in emulation mode was too slow to use on files larger than a few hundred lines, which means PPC binary WASTE apps are useless on Intel machines. Anyone else seeing this problem and thinking it's crazy? Maybe if enough people kindly let the developer know he will find some time to fix it. On Jul 30, 2008, at 2:43 PM, Marco Piovanelli wrote: > On Mon, 28 Jul 2008 12:51:24 -0500, > Chinh Nguyen (cnguyen at stata.com) wrote: > > >> What's the status on the next update? > > I have a bunch of changes ready to go into the next update. > I'm just waiting to have some spare time to review the changes > and assemble the new distribution disk image. > Probably during the first or second week of August. > > > > -- marco > > -- > It's not the data universe only, it's human conversation. > They want to turn it into a one-way flow that they have entirely > monetized. I look at the collective human mind as a kind of > ecosystem. They want to clear cut it. They want to go into the > rainforest of human thought and mow the thing down. > > _______________________________________________ > WASTE-list mailing list > WASTE-list at ovolab.com > http://six.pairlist.net/mailman/listinfo/waste-list Regards, Josef -------------- next part -------------- An HTML attachment was scrubbed... URL: From thealchemistguild at gmail.com Fri Oct 31 22:03:25 2008 From: thealchemistguild at gmail.com (Gmail) Date: Sat, 1 Nov 2008 09:03:25 +0700 Subject: [WASTE-list] Line numbers with wrapping Message-ID: I found that when using WEGetLineRange it will return the line number based on the actual amount of lines in the document, instead of based off line breaks. I'm trying to implement a system where line numbers are drawn in the gutter, which is working except it counts lines that wrap as new lines making the count not accurate. Any ideas of how to fix this? Thank you.