Is there a way to reformat code, i.e. force correct indentation in FlashDevelop as you can do with CTRL-SHIFT-F in Eclipse?
Asked
Active
Viewed 5,052 times
3 Answers
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
-
More annoying than useful (to me) unfortunately. – Glenn Jul 03 '13 at 01:40
-
1Only sometimes annoying because of bugs and missing features. But better than no auto-formatter. And can be changed to Ctrl+Shift+F (what I have done myself). – Bitterblue Nov 27 '13 at 10:39
-
Thanks, though not format html and JavaScript codes. – Kunj Apr 20 '18 at 12:31
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