Re: Testing 32/64 bit and/or PPC

2009-08-28 Thread Keitaroh Kobayashi
On Sat, Aug 29, 2009 at 12:31 AM, Keitaroh Kobayashi kthem...@gmail.comwrote: look up arch in the manpages On Fri, Aug 28, 2009 at 11:13 PM, Chris Idou idou...@yahoo.com wrote: If you have a universal binary, 32/64 and/or PPC, is there a way to force it to run one way or the other

Re: Syntax Coloring?

2009-08-24 Thread Keitaroh Kobayashi
On Sun, Aug 23, 2009 at 9:32 PM, BareFeet list.develo...@tandb.com.auwrote: Hi Keita, Hello, I'm writing a code editor and so far, i've been using Flex for regex-matching the whole document every time the text is changed and coloring appropriately... How are you doing this? How did you

Syntax Coloring?

2009-08-22 Thread Keitaroh Kobayashi
Hello, I'm writing a code editor and so far, i've been using Flex for regex-matching the whole document every time the text is changed and coloring appropriately... I got this idea from some CocoaBuilders or CocoaDev forum/mailing list awhile ago, but it's terribly inefficient and slow, especially