MXML Script block formatting
Hi all,
When creating a new <mx:Script/> block in MXML, it is formatted as follows:
<mx:Script><![CDATA[
...
]]></mx:Script>
I was wondering if there was any possibility to have it generated as
<mx:Script>
<![CDATA[
...
]]>
</mx:Script>
I could not find anything in the settings so perhaps it is not possible to do configure this. Can anyone enlighten me?
regards,
Christophe
Please sign in to leave a comment.
+1
Regards,
Peter
Right now it is not possible but it seems that there is such issue,
please, vote for it.
Christophe Herreman wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
http://youtrack.jetbrains.net/issue/IDEA-21113