Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708) | Tal Einat | 2021-05-03 | 1 | -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 Einat | 2021-04-28 | 1 | -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 Einat | 2019-08-04 | 1 | -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 Einat | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | bpo-17535: IDLE editor line numbers (GH-14030) | Tal Einat | 2019-07-23 | 1 | -0/+324 |