This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Dec 17, 2009 5:03 PM by Brad Handy  
Brad Handy Newbie 32 posts since
Dec 2, 2009
Currently Being Moderated

Dec 15, 2009 12:28 AM

Basic Code Completion in IntelliJ 8.1.4

I have a PsiPolyVariantReference where I implemented the getVariants method.  However, ever time I hit Ctrl-Space to do the completion, my call to getVariants is interrupted by another thread.  What information do you need from me to help diagnose what's happening?

Dmitry Jemerov JetBrains 11,356 posts since
Aug 19, 2002
Currently Being Moderated
Dec 17, 2009 1:04 PM in response to: Brad Handy
Re: Basic Code Completion in IntelliJ 8.1.4

Hello Brad,

 

What exactly do you mean by "interrupted by another thread"?

 

I have a PsiPolyVariantReference where I implemented the getVariants

method.  However, ever time I hit Ctrl-Space to do the completion, my

call to getVariants is interrupted by another thread.  What

information do you need from me to help diagnose what's happening?

 

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

 

 

 

More Like This

  • Retrieving data ...