9

Is there a way to reformat code, i.e. force correct indentation in FlashDevelop as you can do with CTRL-SHIFT-F in Eclipse?

Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047

3 Answers3

12

Since FlashDevelop 4 there is a reformater included: press Ctrl+Shift+2

Bitterblue
  • 13,162
  • 17
  • 86
  • 124
Philippe
  • 2,621
  • 1
  • 19
  • 20
0

This plugin for FlashDevelop worked for me:

http://www.flashdevelop.org/community/viewtopic.php?f=4&t=5208

tooshel
  • 1,556
  • 3
  • 19
  • 26
-8

open netbeans 6.5, create an xml file and then paste your mxml code; right click, format code, finally copy this formatted text from netbeans and past it in flex builder. it´s all.... i hope to be usefull