summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/sidebar.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)Miss Islington (bot)2019-08-041-7/+24
| | | | | | Convert mouse y to line number in the sidebar rather than the text. (cherry picked from commit 86f1a18abfee5939452f468d80de998918e2afd2) Co-authored-by: Tal Einat <taleinat+github@gmail.com>
* bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)Miss Islington (bot)2019-07-271-1/+1
| | | | | (cherry picked from commit 46ebd4a6a22431ce9676546d2bbe5a6dcd1cc1c1) Co-authored-by: Tal Einat <taleinat@gmail.com>
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-231-0/+324
(cherry picked from commit 7123ea009b0b004062d91f69859bddf422c34ab4) Co-authored-by: Tal Einat <taleinat@gmail.com>