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, taleinat, terry.reedy
Date 2019-07-14.17:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563126320.29.0.937068094135.issue37559@roundup.psfhosted.org>
In-reply-to
Content
Whereas I found the fixed size to be much less usable.  The default of 3 lines was too few and often useless when context is needed whereas a realistic size of, say, 8, wasted too much space too much of the time.  I might prefer deleting the feature to reverting. 

It is probably a good thing to have 2 developers with different visual processing systems ;-).

With integral lines at the top of the text, scrolling one line down with a header line at the top means that the header line stays put while the background changes and the separator lines moves. A dedent line moves up as the context shrinks.  I *like* the CC size changes because the size indicates the indent depth.

Changing the general tab line from
  Max context lines:                              [ ]
to
  Code context lines:    min [ ]          max [ ]
strike me as an improvement even without adding min, and the somewhat obvious addition of min (it is currently fixed at 1) should not confuse users.  

The scrollbar slider bobble does not bother me much when scrolling with key or mouse wheel because I hardly see it.  My eyes are focused on the text.

Another possible solution is suppressing CC update at least while the mouse button is held down over the scrollbar.  Button down/up on the scrollbar instance sets text.pause_CC to True/False and CC update checks self.text.pauseCC.
History
Date User Action Args
2019-07-14 17:45:20terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella
2019-07-14 17:45:20terry.reedysetmessageid: <1563126320.29.0.937068094135.issue37559@roundup.psfhosted.org>
2019-07-14 17:45:20terry.reedylinkissue37559 messages
2019-07-14 17:45:19terry.reedycreate