Flex core mx code red in Maia M1
It seems that in my project MXML code inspection for all Flex core components is completely broken in Maia M1, i.e. all core component attributes like "width", "height" etc. are red. When I open the exact same project in 8.1.3 everything is fine, so I reverted for now. Clearing the cache does not help. Anything stupid I overlooked? This is on OS-X 10.5.7, latest JDK 1.6_13 (with the 64-bit stub patch).
Thanks and Regards,
Peter
Please sign in to leave a comment.
Please, recreate Flex SDK
Peter Jacobsen wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Thanks, it is back working. I remember this happening a few times, maybe because I frequently switch SDKs (normal/AIR) to debug my project as web/AIR app. Should I file a JIRA ticket?
Regards,
Peter
It is rather expected behavior, for resolve and completion IDEA now uses
only binary swcs for the libraries / sdk to guarantee the same behavior
as flex compiler. Previously created SDK definitions do not contain all
swcs.
Peter Jacobsen wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"