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 cheryl.sabella, serhiy.storchaka, taleinat, terry.reedy
Date 2018-06-14.05:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528955096.56.0.947875510639.issue1529353@psf.upfronthosting.co.za>
In-reply-to
Content
3. It is idlelib's TextView, not tkTextView.  If it is not 'good enough', we might improve it.

5. Look at former extensions, like codecontext.py, corresponding parts of editor.py.  The key thing for immediate effect is the class reload method, called when the module is imported and when ConfigDialog [Apply] or [OK] is clicked.  For the latter, the class or its method must added to a list in either in ConfigDialog or EditorWindow.
History
Date User Action Args
2018-06-14 05:44:56terry.reedysetrecipients: + terry.reedy, taleinat, serhiy.storchaka, cheryl.sabella
2018-06-14 05:44:56terry.reedysetmessageid: <1528955096.56.0.947875510639.issue1529353@psf.upfronthosting.co.za>
2018-06-14 05:44:56terry.reedylinkissue1529353 messages
2018-06-14 05:44:56terry.reedycreate