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 terry.reedy
Recipients ltaylor934, python-dev, roger.serwy, terry.reedy
Date 2014-08-09.03:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407555654.91.0.707605158009.issue14105@psf.upfronthosting.co.za>
In-reply-to
Content
I moved the BREAK tag configuration to PyShell.PyShellEditorWindow, which adds breakpoint support by subclassing EditorWindow. I wrapped the code in a function so we can also unconfig BREAK text colorizing. This might be desired when colored line numbers indicating breakpoints are added.
History
Date User Action Args
2014-08-09 03:40:54terry.reedysetrecipients: + terry.reedy, roger.serwy, python-dev, ltaylor934
2014-08-09 03:40:54terry.reedysetmessageid: <1407555654.91.0.707605158009.issue14105@psf.upfronthosting.co.za>
2014-08-09 03:40:54terry.reedylinkissue14105 messages
2014-08-09 03:40:54terry.reedycreate