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.

Assessment

This issue has not been assessed yet.

Description

topic-IDLE type-feature

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
Dominant language
Python
Stars
77.2k
Forks
36k
Avg merge
1d 9h
Merged PRs (30d)
558

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.

More from python/cpython

All issues in python/cpython

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.