[flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Matthew OMeara
My FlexBuilder IDE has been broken for about 3 weeks now, and I have chosen to ignore it as all obvious fixes failed to right the ship. At some point 3 weeks ago, FlexBuilder completely botched my project files and left me in a state where I could no longer launch the application. So I

Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Robert W
My recipe for that type of errors is use of ant script that calls mxmlc (with -verbose flag). Usually i want comment some lines to find uncatchable error. rw Matthew OMeara wrote: My FlexBuilder IDE has been broken for about 3 weeks now, and I have chosen to ignore it as all obvious fixes

Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread ivo
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 15, 2007 12:53:25 PM Subject: Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints My recipe for that type of errors is use of ant script that calls mxmlc (with -verbose flag). Usually i want

[flexcoders] FlexBuilder bug?

2007-04-17 Thread Shaun
I've been having a problem with FB lately and am wondering if anyone else has run into this issue. Occassionally, FB seems to stop using my latest file changes when compiling. I try cleaning, making additional changes, etc. to no avail. Eventually, something clicks and everything builds as

Re: [flexcoders] FlexBuilder bug: unwanted, incorrect code completion

2006-05-22 Thread Graham Weldon
Hi Tom, The option is turned off by going to: Window Preferences Flex Editors Actionscript Editor and turn off the Wrap string automatically option. Regards, Graham Weldon w. http://graham.weldon.ath.cx Tom Bray wrote: Check out his snippet: onlineUsersPanel.users = new

Re: [flexcoders] FlexBuilder bug: unwanted, incorrect code completion

2006-05-22 Thread Tom Bray
Nice! Thanks, Graham.On 5/22/06, Graham Weldon [EMAIL PROTECTED] wrote: Hi Tom, The option is turned off by going to: Window Preferences Flex Editors Actionscript Editor and turn off the Wrap string automatically option. Regards, Graham Weldon w. http://graham.weldon.ath.cx Tom Bray