google-code-export / ulipad

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

Crash in Mac when autofill appears #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type numpy. in editor or shell. 

What is the expected output? What do you see instead?
When I put "numpy." in the editor, it should pop out a window to show potential 
functions can be called like "numpy.array" in Windows 7. However, in Mac OS X 
(Mavericks), the window appears soon before the program crash.  

What version of the product are you using? On what operating system?
I check out the source code and run it in Mac OS X (10.9 Mavericks) using 
"python Ulipad.py". I use Windows 7 before and I am so grateful that Ulipad is 
available in Mac OS too.

The following picture shows the screen of Ulipad right before it crashes.

Please provide any additional information below.

Original issue reported on code.google.com by nielch...@gmail.com on 24 Feb 2014 at 2:07

Attachments:

GoogleCodeExporter commented 9 years ago
I'm sorry for mac. Because I have not mac box, so I've not even test ulipad at 
mac at all. And for auto completion, ulipad will try to execute it first, so I 
guess maybe something is conflict with python runtime.

Original comment by limo...@gmail.com on 24 Feb 2014 at 5:01

GoogleCodeExporter commented 9 years ago
Is there a way to disable the auto completion to work around this problem. 
That's the only problem I have right now.

Original comment by nielch...@gmail.com on 24 Feb 2014 at 5:57

GoogleCodeExporter commented 9 years ago
Yeah, in Preferences->Input Assistant There are several options about auto 
completion, so you can disable them as you wish.

Original comment by limo...@gmail.com on 24 Feb 2014 at 11:33