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 ned.deily
Recipients Bruce.Sherwood, benjamin.peterson, eric.araujo, kbk, ned.deily, ronaldoussoren, taleinat
Date 2010-12-07.18:04:31
SpamBayes Score 0.009824279
Marked as misclassified No
Message-id <1291745073.46.0.33485721442.issue10404@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, just adding the binding to <button-2> does not work because the Tk Text widget already has a documented binding of "paste-text" to <button-2> and this does not override that.  With the binding added, I found that the button-2 behavior for breakpoints did not work correctly as both events would be triggered and the resulting breakpoint lines were incorrect.  That, plus the compatibility issue, is why I thought it best to just stick to control-click.
History
Date User Action Args
2010-12-07 18:04:33ned.deilysetrecipients: + ned.deily, kbk, ronaldoussoren, taleinat, benjamin.peterson, eric.araujo, Bruce.Sherwood
2010-12-07 18:04:33ned.deilysetmessageid: <1291745073.46.0.33485721442.issue10404@psf.upfronthosting.co.za>
2010-12-07 18:04:31ned.deilylinkissue10404 messages
2010-12-07 18:04:31ned.deilycreate