This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, terry.reedy
Date 2014-10-25.13:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414242904.91.0.585552423042.issue22705@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch which attempts to display help text using a ToolTip. The additional requirement is that for entry 'name', there be another entry have a 'name_help' in the config-extensions.def(easier to see the file to understand what I mean).

A few changes were required in ToolTip.py to adjust the delay in millisecond value.

Note : In the current patch, I have added demo help string only for CodeContext and AutoComplete.
History
Date User Action Args
2014-10-25 13:15:04Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy
2014-10-25 13:15:04Saimadhav.Heblikarsetmessageid: <1414242904.91.0.585552423042.issue22705@psf.upfronthosting.co.za>
2014-10-25 13:15:04Saimadhav.Heblikarlinkissue22705 messages
2014-10-25 13:15:04Saimadhav.Heblikarcreate