Actionscript 3 Incorrect syntax detection
Hey, so intellij 13 marks
new Vector.<Object>(size);
as a red flag "invalid arguments, expected 0"
Vector should allow 0, 1 or 2 arguments.
This is not a problem in Intellij 12.
Also quick question, did they take off the * in the file name on the tab if there are changes, or does it just automatically save?
Thanks
Please sign in to leave a comment.
The problem woth Vector constructor highlighting is already fixed in IntelliJ IDEA 13.0.1, try Help | Check for Updates.
As for files saving - yes, all is saved automatically before Make, on frame deactivation and in other cases, you shouldn't care about it and never have to press Ctrl+S. Thought if you like to see senseless asterisk in the file header there's an option for that at Settings | Editor | Editor Tabs.
Hey Alexander, Thanks for the reply.`13
I tried looking for updates, but it says I already have the latest version. The version on the intellij site is 13.0 as well.
Thanks
Sorry for confusion, this 13.0.1 release was on EAP (early access) channel. Official 13.0.1 release is expected within 3 days. Feel free to try 13.0.1 EAP with the fix or wait a bit.
And official 13.0.1 was released later yesterday.