Roger D. Serwy
Roger D. Serwy
What is your use case for RTF? There is an HTML exporter tool already included.
I am not aware of Tcl/Tk support for clipboard handling of rich text formatting. What do you want to accomplish?
That might be doable. I will have to learn more about RTF support for the clipboard, or perhaps export to a `.rtf` file.
What version of Python are you using? With 3.7 on Linux, I can not replicate the bug.
IdleX, being built on IDLE, inherits its methods for launching the subprocess and redirecting its streams to and from the GUI front-end. Look at the `ModifiedInterpreter` class in `PyShell.py` to...