This is a small and silly question, but:

Is there any way to persuade the AS editor's automatic indent function not
to turn something like this:

myArray = [
        [1,2,3],
        [4,5,6],
        [7,8,9]]

into: 

myArray = [1,2,3],[4,5,6],[7,8,9]]?

And yes, I know everyone prefers to use an external editor, but sometimes
it's less convenient (particularly when using the debugger)

Danny


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to