Re: Syntax Parsing Problem
Re: Syntax Parsing Problem
- Subject: Re: Syntax Parsing Problem
- From: leenoori <email@hidden>
- Date: Tue, 2 Jan 2007 14:33:45 +0100
El 2/1/2007, a las 6:31, Curtis Jones escribió:
On 1/2/07, James Bucanek <email@hidden> wrote:
Very bizarre. I bet this would work:
#define ACCEPT_PROMPT "Accept: */*\r\n"
Yeah ... I'll probably end up doing that. Annoying.
I had to do the same when writing code that parses source code files.
I had to scan for comment start and end markers and ended up defining
macros for them to stop Xcode's syntax highlighting and indentation
from freaking out.
Don't forget to file a bug report.
Yes, that's very important because this is definitely a bug. The code
you posted is a legal string literal and it should be parsed/
identified as such; it shouldn't have any other effect on the syntax
highlighting or indenting.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden