Bug in auto-completion under idea v6.0 when there are multiple References ? Follow
I'm the author of IdeaSpring and i had to add a Reference for property names in order to cover cases not handled by Idea.
Under Idea v5.x, when Idea do provide completion i return ArrayUtil.EMPTY_OBJECT_ARRAY from getVariants() and everything works fine.
Under Idea 6.0 when i return ArrayUtil.EMPTY_OBJECT_ARRAY Idea behave like all the References return ArrayUtil.EMPTY_OBJECT_ARRAY and not only mine.
Do i have to return something else or is it a bug in v6.0 ?
Please sign in to leave a comment.
Make your reference soft.
"Maurice Montgenie" <intellij@maguyane.net> wrote in message
news:3544348.1163031986117.JavaMail.itn@is.intellij.net...
>
>
>
Thank you
Does that mean we'll be getting a new IdeaSpring build? ;)
There is already one :) http://www.intellij.net/forums/thread.jspa?threadID=263576&tstart=0
BTW please check and tell me if 'Insert Dependency' works as you want.
Maurice
Hello Maurice,
Quick answer: this is exactly what I had in mind. Very, very cool.
A couple more features like this and IdeaSpring can be bundled with IDEA
6.5 ;)
The detailed answer: I've filed 7 new JIRA issues for various rough edges
of the "Insert Dependency" feature. Enjoy. ;)
Kind regards,
-tt
>A couple more features like this and IdeaSpring can be bundled with IDEA
Well, i didn't even have an answer when asking for being a companion product so i don't think that IdeaSpring will ever be bundled with IDEA ;)