Focus3D / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

tooltip plugin doesn't distinguish between Borg and Isolated interpreter #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In a Borg interpreter, import graphics
2. Type in "graphics." - the help will pop-up.
3. Type in "graphics." in an isolated interpreter ...

What is the expected output? What do you see instead?

The help pop-up will appear as though graphics is known to that
interpreter.  However, typing something like "graphics.init_graphics()" and
executing will raise an error - as it should.

Original issue reported on code.google.com by andre.ro...@gmail.com on 8 Jul 2007 at 9:03

GoogleCodeExporter commented 8 years ago
Fixed.   Note that this fixed another unwanted behaviour as well:

when using an interpreter with raw_input() or input(), if typing something that 
had a
( in it, the tooltip would be displayed.

Original comment by andre.ro...@gmail.com on 9 Jul 2007 at 1:14