Open
Description
Bug report
Bug description:
Indent width bug in idle after changing "dedent-region" to "Shift+Tab"
Only tested on Windows with
Python 3.12.6 with tcl/tk 8.6.13
Deleted .idlerc and replicated bug again to confirm.
Steps to replicate:
- Delete .idlerc
- Launch Idle IDE
- Custom keyset > change "dedent-region" to "Shift+Tab"
- Close & relaunch Idle IDE
Tab indent defaults to 8 spaces ( remains 4 in GUI)
Have to reconfigure with Alt+U every time you launch Idle.
Annoying enough to be a bug even if it is intended behavior.
CPython versions tested on:
3.12
Operating systems tested on:
Windows