[issue4630] IDLE: add cursor noblink option

2020-07-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.6, Python 3.7 ___ Python tracker ___

[issue4630] IDLE: add cursor noblink option

2020-07-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 29df301a9236cbae06762d9569e56197d3f5e6ee by Terry Jan Reedy in branch '3.8': [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) https://github.com/python/cpython/commit/29df301a9236cbae06762d9569e56197d3f5e6ee -- _

[issue4630] IDLE: add cursor noblink option

2020-07-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +20738 pull_request: https://github.com/python/cpython/pull/21599 ___ Python tracker ___ ___

[issue4630] IDLE: add cursor noblink option

2020-07-22 Thread miss-islington
miss-islington added the comment: New changeset 4cf7afcefcd1eb1ab233ed4523eb2b3bbf599c81 by Miss Islington (bot) in branch '3.9': bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) https://github.com/python/cpython/commit/4cf7afcefcd1eb1ab233ed4523eb2b3bbf599c81 -- ___

[issue4630] IDLE: add cursor noblink option

2020-07-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 592527f3ee59616eca2bd1da771f7c14cee808d5 by Zackery Spytz in branch 'master': bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) https://github.com/python/cpython/commit/592527f3ee59616eca2bd1da771f7c14cee808d5 -- ___

[issue4630] IDLE: add cursor noblink option

2020-07-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +20737 pull_request: https://github.com/python/cpython/pull/21598 ___ Python tracker ___ ___

[issue4630] IDLE: add cursor noblink option

2020-07-22 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +20733 pull_request: https://github.com/python/cpython/pull/21594 ___ Python tracker ___

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 753d0c05b39f21d5987d59d7fe8b5a6d721bc22c by Miss Islington (bot) in branch '3.7': bpo-4630: Add cursor no-blink option for IDLE (GH-16960) https://github.com/python/cpython/commit/753d0c05b39f21d5987d59d7fe8b5a6d721bc22c -- __

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset a67bc10e42fa9a077eb4d9d7bd767c3efddbc366 by Miss Islington (bot) in branch '3.8': bpo-4630: Add cursor no-blink option for IDLE (GH-16960) https://github.com/python/cpython/commit/a67bc10e42fa9a077eb4d9d7bd767c3efddbc366 -- nosy: +miss

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16650 pull_request: https://github.com/python/cpython/pull/17141 ___ Python tracker ___ ___

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16651 pull_request: https://github.com/python/cpython/pull/17142 ___ Python tracker ___ ___

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 9c2844927d15b2d3e21b28d62249dead02b5b597 by Terry Jan Reedy (Zackery Spytz) in branch 'master': bpo-4630: Add cursor no-blink option for IDLE (GH-16960) https://github.com/python/cpython/commit/9c2844927d15b2d3e21b28d62249dead02b5b597

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: My intent is that a followup patch should, for font sample and entry widgets, set insertofftime=0 on creation if not cursor_blink. A new idleConf.set_cursor_blink(widget), something like the new EditorWindow.update_cursor_blink could be used multiple places

[issue4630] IDLE: add cursor noblink option

2019-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Zackary's patch toggles blinking immediately in editor/shell/output windows, but does not affect the FontSample and numerous dialog entry lines. I changed the patch to store 'insertofftime' just once, as idleConf.blink_off_time. This is set the first time

[issue4630] IDLE: add cursor noblink option

2019-10-28 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a pull request for this issue. -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Pyt

[issue4630] IDLE: add cursor noblink option

2019-10-28 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +16488 pull_request: https://github.com/python/cpython/pull/16960 ___ Python tracker ___

[issue4630] IDLE: add cursor noblink option

2017-01-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: SO request for same: https://stackoverflow.com/questions/41937748/stop-cursor-blinking-in-idle. -- assignee: -> terry.reedy versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker <

[issue4630] IDLE: add cursor noblink option

2013-04-11 Thread Roger Serwy
Roger Serwy added the comment: Attached is an updated version of the patch against the latest 2.7 code. -- nosy: +roger.serwy Added file: http://bugs.python.org/file29787/issue4630_refreshed.patch ___ Python tracker

[issue4630] IDLE: add cursor noblink option

2013-04-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4630] IDLE: add cursor noblink option

2013-04-11 Thread Ismail Donmez
Ismail Donmez added the comment: Time to say ping here. This patch is still would be useful for Python. -- nosy: +cartman ___ Python tracker ___ __

[issue4630] IDLE: add cursor noblink option

2013-03-25 Thread Todd Rovito
Changes by Todd Rovito : -- nosy: +Todd.Rovito ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue4630] IDLE: add cursor noblink option

2012-01-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: IDLE no longer respects .Xdefaults insertOffTime -> IDLE: add cursor noblink option ___ Python tracker ___ _