mirror of
https://github.com/python/cpython.git
synced 2025-08-17 23:31:09 +00:00
bpo-17535: IDLE editor line numbers (GH-14030)
(cherry picked from commit 7123ea009b
)
Co-authored-by: Tal Einat <taleinat@gmail.com>
This commit is contained in:
parent
bf8e82f976
commit
1da6a313dd
18 changed files with 891 additions and 80 deletions
|
@ -100,7 +100,8 @@ menudefs = [
|
|||
('Configure _IDLE', '<<open-config-dialog>>'),
|
||||
None,
|
||||
('Show _Code Context', '<<toggle-code-context>>'),
|
||||
('Zoom Height', '<<zoom-height>>'),
|
||||
('Show _Line Numbers', '<<toggle-line-numbers>>'),
|
||||
('_Zoom Height', '<<zoom-height>>'),
|
||||
]),
|
||||
|
||||
('window', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue