Diana EAP ActionScript Support Resolves Problem
Hello, i'm trying to use Diana EAP (8243) to write ActionScript application.
By Steps:
- Install IDEA 8443
-Create new Flex Project
-Setup Flex SDK (correct)
-Add to project file Runner.as
File Contains
+
package
{
import flash.utils.flash_proxy;
import flash.display.*;
import flash.events.*;
import flash.net.URLRequest;
public class Runner extends Sprite
{
var container :Sprite;
var texture : Bitmap;
}
}
+
Result:
There is highlighting in symbol Bitmap "Unresolved Type Bitmap"
Then
- Move cursor to end of Bitmap
- press backspace (Bitma]]>)
- press Ctrl+Space (complete)
Result:
There is Bimap type in codecompletion window, highlighting disappeared (symbol was resolved)
Resume: Some symbols are resolved only after code completion action
And why "unresolved type" highlighting isn't red, how to change severity (i didn't find it in Settings )?
Edited by: achmed on Apr 8, 2008 2:00 PM
Please sign in to leave a comment.
This bug is fixed in 7.0.4 eap (IDEADEV-25349)
To change severity press Alt + Enter and Left, there is 'Edit inspection
profile' popup menu item for that
achmed wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
When will build 8273 be available ?
Edited by: achmed on Apr 8, 2008 4:07 PM
>This bug is fixed in 7.0.4 eap (IDEADEV-25349)
>To change severity press Alt + Enter and Left, there is 'Edit inspection
>profile' popup menu item for that
Thank you for answer.