GoogleCodeArchives / editra

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

too big helper tooltip on opening braces for example: gtk.Button( #336

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type gtk.Button( or ...

What is the expected output? What do you see instead?
expected to see something like an scrollable tooltip if can or summarized
information( e.g. first 10 lines).

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Editra 0.4.75 on Platform: (linux2, python 2.5.4,wxGTK 2.8.7.1, unicode,
gtk2, wx-assertions-off, SWIG-1.3.29) (debian)

What method of install was your version installed with (Binary/Source)?

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Original issue reported on code.google.com by rastiker...@gmail.com on 22 Apr 2009 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by CodyPrec...@gmail.com on 22 Apr 2009 at 6:32

GoogleCodeExporter commented 9 years ago
from the next release calltips will be trimmed to a reasonable length by 
truncating
long docstrings to only show the method signature and any additional docs as 
long as
they don't run on too long.

Original comment by CodyPrec...@gmail.com on 14 Nov 2009 at 2:24