summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/sidebar.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)Miss Islington (bot)2022-02-031-4/+1
| | | | | (cherry picked from commit 51a95be1d035a717ab29e98056b8831a98e61125) Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com>
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-031-202/+209
| | | | | | Left click and drag to select lines. With selection, right click for context menu with copy and copy-with-prompts. Also add copy-with-prompts to the text-box context menu. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)Tal Einat2021-04-281-32/+231
| | | | | | The first followup will change shell indents to spaces. More are expected. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)Tal Einat2019-08-041-7/+24
| | | Convert mouse y to line number in the sidebar rather than the text.
* bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)Tal Einat2019-07-271-1/+1
|
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-0/+324