Message391449
Despite being large, the PR is mostly trivial changes (e.g. changing indentation). The main changes worth noting (and hence the reason for this issue) are:
1) the renaming of `ResetColorizer` to `reset_colors`, `ResetFont` to `reset_font`, `RemoveKeybindings` to `remove_keybindings` and `ApplyKeybindings` to `apply_keybindings`.
2) removal of some potentially unneeded imports
3) renaming of the `tokeneater` args to be lowercase
I chose `reset_colors` (as proposed in PR-22682) rather than `reset_colorizer` because we are reconfiguring the Text, code context and line numbers, rather than only dealing with the colouriser. |
|
Date |
User |
Action |
Args |
2021-04-20 16:15:23 | epaine | set | recipients:
+ epaine, terry.reedy |
2021-04-20 16:15:23 | epaine | set | messageid: <1618935323.45.0.384862638375.issue43894@roundup.psfhosted.org> |
2021-04-20 16:15:23 | epaine | link | issue43894 messages |
2021-04-20 16:15:22 | epaine | create | |
|