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 Rostyslav.Dzinko
Recipients Rostyslav.Dzinko
Date 2012-08-29.11:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346239424.4.0.436515008596.issue15808@psf.upfronthosting.co.za>
In-reply-to
Content
There's a possibility to add additional help sources in IDLE via

    Options -> Configure IDLE... -> General -> Additional Help Sources

Use case:

> If someone wants to download certain version of Python documentation in HTML and specify local "index.html" to be opened by custom menu item which appears the in Help menu.

Problem:

> It's not possible to assign custom hot-key (Options -> Configure IDLE... -> Keys) for such menu items or reassign <F1> to that new menu-item, which actually makes sense when talking in context of the use case specified above.

This use case was taken from real life (stackoverflow site):

http://stackoverflow.com/questions/12174255/linking-offline-documentation-to-idle-linux
History
Date User Action Args
2012-08-29 11:23:44Rostyslav.Dzinkosetrecipients: + Rostyslav.Dzinko
2012-08-29 11:23:44Rostyslav.Dzinkosetmessageid: <1346239424.4.0.436515008596.issue15808@psf.upfronthosting.co.za>
2012-08-29 11:23:43Rostyslav.Dzinkolinkissue15808 messages
2012-08-29 11:23:42Rostyslav.Dzinkocreate