python / python/cpython

IDLE: Make CallTips selectable

Open
#94,520 1 comment 0 reactions 1 assignee View on GitHub

@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

CallTips was originally an object of type tk.Label, I hack it into type tk.Text, keeping the size and content unchanged, so the text in calltip can be SELECTED.

Previous discussion

Discuss at: https://discuss.python.org/t/i-made-some-improvement-for-idle-can-i-contribute-to-idlelib-library-in-python-project

Usage: https://github.com/znsoooo/IDLE-Advance

Implementation: https://github.com/znsoooo/IDLE-Advance/blob/master/idlealib/CalltipSelect.py

Linked PRs
  • gh-143029

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.