Python Console: Fix handling of the tab key in the input pane (#11532) (#11936)
* Python Console: Fix handling of the tab key in the input pane (#11532)
* Support indenting with tabs when editing a non-empty input line
* Support tab-completion in the middle of an input line
* Python Console: Tab-completion: Handle selection
* Consider selection start rather than cursor position (different if selection is anchored at start)
* Replace selection upon successful completion