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 JayKrish, Saimadhav.Heblikar, Todd.Rovito, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-03-13.11:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394711830.12.0.338532513734.issue17535@psf.upfronthosting.co.za>
In-reply-to
Content
As a part of my GSOC 2014 proposal, i had prepared a mockup which adds linenumbering feature to a text widget.I am adding the mockup along with a image.

Working:
Intercepts low level calls and detects if any of the actions modify current view.If they do , then re-render the line numbers.Uses a canvas to display,(using create_text)

*Also contains code to add breakpoints.Not a part of this issue,so ignore that aspect
History
Date User Action Args
2014-03-13 11:57:10Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, roger.serwy, Todd.Rovito, serhiy.storchaka, JayKrish
2014-03-13 11:57:10Saimadhav.Heblikarsetmessageid: <1394711830.12.0.338532513734.issue17535@psf.upfronthosting.co.za>
2014-03-13 11:57:10Saimadhav.Heblikarlinkissue17535 messages
2014-03-13 11:57:09Saimadhav.Heblikarcreate