5

How can I reformat the Text(.cfm file) ?

I am trying to do CTRL+SHIFT+F which works for java files, But its not working with Coldfusion files. ? Is there anyway I can format the text?

CFUser
  • 2,295
  • 5
  • 32
  • 37

2 Answers2

3

not implemented in CFEclipse nor CF Builder (YET)

Henry
  • 32,689
  • 19
  • 120
  • 221
0

With the release of Coldfusion Builder 2 they have added support for formatting code. Press Ctrl+Shift+F Windows or Command+Shift+F Mac to format existing code in a Coldfusion Builder 2 IDE.

Vlad
  • 1,077
  • 2
  • 13
  • 27