Annoying 'helpful' tip

While working on a file, a floating tip (in blue) comes up with every click that says:

xml.dom.expatbuilder.parse?(multiple choices...)

I hit option - return to see what it's trying to help with and none of it is pertinent. Or if it is, I don't understand why.

Is there sufficient info here to understand what I"m seeing?

how do I get rid of it?



Attachment(s):
Screen shot 2010-06-11 at 5.32.18 PM.png
0
2 comments

Hello Lee,

This tip is an auto-import popup, and is shown because Python cannot resolve

the 'parse' identifier you have used in your code. Could you please attach

a larger code example showing where the identifier comes from?

While working on a file, a floating tip (in blue) comes up with every

click that says:

xml.dom.expatbuilder.parse?(multiple choices...)

I hit option - return to see what it's trying to help with and none of

it is pertinent. Or if it is, I don't understand why.

Is there sufficient info here to understand what I"m seeing?

how do I get rid of it?

---

Original message URL:

http://www.jetbrains.net/devnet/message/5265342#5265342

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

Thanks Dmitry. I had done an import * and I 'fixed' that and the tip is gone.

Explicit is better than implicit.

- Lee
0

Please sign in to leave a comment.