Better still, upgrade to latest version which seems to have fixed it...

Cheers :)

On 12/05/2010 16:35, Eric E. Dolecki wrote:
Why not post a question to the FlashDevelop forum? I've even fetched the
link for you.

http://www.flashdevelop.org/community/index.php

- Eric


On Wed, May 12, 2010 at 9:30 AM, Glen Pike<[email protected]>wrote:

Hi,

    I am having problems with my "hardcoded" XML when typing in FlashDevelop
in AS3 code.

    Does anyone know how I stop FD "exploding" my XML when I press return.

    If I type this:

    var tmp:XML =
<event><format>hex</format><time>{event.time}</time><output>{event.output}</output><value>{event.value}</value
</event>
    FD then changes the formatting to this:

    var tmp:XML =<  event>  <  format>  hex</format><time>{event.time}</time
<  output>  {event.output}</output><value>{event.value}</value></event>
    e.g. adds extraneous whitespace to the XML which breaks it as far as the
compiler is concerned...

    Glen
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to