IDLE: Select current line when text is not selected while doing copy
Open
@terryjreedy is already working on this.
Since Jul 5, 2022.
topic-IDLE
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
Feature or enhancement
When the selection is empty, select and copy/cut the current line.
Original Python’s IDLE can copy empty text, but it seem make no sense.
Previous discussion
Usage: https://github.com/znsoooo/IDLE-Advance
Implementation: https://github.com/znsoooo/IDLE-Advance/blob/master/idlealib/CopyNoSelect.py
Linked PRs
- gh-126034
- gh-145134
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.