helwardany / pyscripter

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

Call tips not handling string annotations properly #511

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2. def g(distance:"in meters"):  pass
3. g(

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

In the editor's call tip, I expect to see the annotation on distance, ie 
distance:"in meters".  It works fine if the annotation is a typename like Int, 
but when the annotation is a string, as above, it incorrectly pops up the tip 
as  
     distance:"`````````"

What version of the product are you using? On what operating system?
PyScripter 2.4.1.0, Python 3.1.3, Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by p.wentwo...@ict.ru.ac.za on 25 May 2011 at 8:03

GoogleCodeExporter commented 9 years ago
Fixed in version control.

Original comment by pyscripter on 15 Jun 2011 at 12:36

GoogleCodeExporter commented 9 years ago
Now annotations also work in the interpreter window.

Original comment by pyscripter on 15 Jun 2011 at 12:37