Re: [flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread Toby Ashley
Semi-colons at the end of each line are optional in AS3, which is why Flex
Builder won't be highlighting those.

What other errors are still being ignored?


On Wed, Jul 2, 2008 at 4:27 PM, steve.baney [EMAIL PROTECTED] wrote:

 Alright, I just did a fresh install on a different computer with the
 same result.

 I've got to be doing something wrong...


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






Re: [flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread Toby Ashley
Yeah that should definitely cause an error. I'm out of ideas I'm afraid,
good luck sorting it



On Wed, Jul 2, 2008 at 5:05 PM, steve.baney [EMAIL PROTECTED] wrote:

 Thanks for the response!  I'm sure I sound like a raving lunatic by
 now, but I'm halfway through wasting a second day of coding trying to
 figure this out...

 OK good call on the semicolons, I could have sworn it was throwing
 errors on missing semicolons before I was having these issues though.

 OK i just figured out some weirdness, I removed the '' from the end
 of my ADG declaration (mxml), and it won't throw an error in source
 mode, but as soon as I switched to design it knew there was a problem
 and on what line it was on.  Weirdness...

 Here's one I would think should cause an error:
 var x:int = 'a string';

 No go though...


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links