Commit 160d24c
Add a Unicode character browser extension to IDLE
The CharSelect extension adds a Character Browser command to the Edit
menu. It opens a window for browsing Unicode blocks in a grid, viewing
a character's details, and searching by name or code point. A character
can be inserted at the cursor of the editor or shell, or copied to the
clipboard. On the detail tabs, a representation or normalization form
can be clicked to copy it or double-clicked to insert it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a50b089 commit 160d24c
10 files changed
Lines changed: 1291 additions & 7 deletions
File tree
- Doc/library
- Lib/idlelib
- idle_test
- Misc/NEWS.d/next/IDLE
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
0 commit comments