Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 052937f

Browse files
author
Steven M. Gava
committed
further work on config saving
1 parent ff34626 commit 052937f

4 files changed

Lines changed: 217 additions & 76 deletions

File tree

Lib/idlelib/config-highlight.def

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ string-foreground= #00aa00
1212
string-background= #ffffff
1313
definition-foreground= #0000ff
1414
definition-background= #ffffff
15-
hilite-foreground= #ffffff
15+
hilite-foreground= #000000
1616
hilite-background= gray
1717
break-foreground= #ff7777
1818
break-background= #ffffff
@@ -31,8 +31,8 @@ console-foreground= #770000
3131
console-background= #ffffff
3232

3333
[IDLE New]
34-
bold-foreground= #000000
35-
bold-background= #ffffff
34+
normal-foreground= #000000
35+
normal-background= #ffffff
3636
keyword-foreground= #ff7700
3737
keyword-background= #ffffff
3838
comment-foreground= #dd0000
@@ -41,7 +41,7 @@ string-foreground= #00aa00
4141
string-background= #ffffff
4242
definition-foreground= #0000ff
4343
definition-background= #ffffff
44-
hilite-foreground= #ffffff
44+
hilite-foreground= #000000
4545
hilite-background= gray
4646
break-foreground= #ff7777
4747
break-background= #ffffff

Lib/idlelib/config-keys.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
copy=<Control-c> <Control-C>
1010
cut=<Control-x> <Control-X>
1111
paste=<Control-v> <Control-V>
12-
beginning-of-line=<Control-a> <Home>
12+
beginning-of-line= <Home>
1313
center-insert=<Control-l>
1414
close-all-windows=<Control-q>
1515
close-window=<Alt-F4>
@@ -60,6 +60,7 @@ plain-newline-and-indent=<Control-j>
6060
python-docs=<Control-h>
6161
python-context-help=<Control-Shift-h>
6262
redo=<Alt-z> <Meta-z>
63+
remove-selection=<Escape>
6364
save-copy-of-window-as-file=<Control-x><w>
6465
save-window-as-file=<Control-x><Control-w>
6566
save-window=<Control-x><Control-s>

0 commit comments

Comments
 (0)