Roger D. Serwy

Results 15 comments of Roger D. Serwy

Thank you for the changes and information. I wrote the original EditWithIdleX for WinXP and never revisited it. I will need to carefully review and learn from what you wrote.

That is a good idea. I don't have much experience doing desktop integration with XFCE. Does anybody else?

The IDLE debugger is complicated and fragile due to its history of first being an in-process debugger before IDLE gained its subprocess capabilities, and then proxying results through its RPC....

What version of Python are you using?

Are you trying to run LineNumbers.py directly? Use `idlex` from scripts, or `python -m idlexlib.launch`

I should modify the script to to have `get_python_executable` return `sys.executable` on py3.

Can you be more specific? I wouldn't use `pip` from inside `idlex`.

If you are running a file with "F5", then the `Go to file/line` feature will work. If you are running using SubCodes, then the feature stops working, since the filename...

I can confirm the bug. Edit->Find does not pull up the dialog, but `Ctrl+F` does.

What do you want to accomplish? Is `ClearWindow.py` under consideration for inclusion to IDLE itself? IDLE in Python 3.6 had a large renaming of its contents, which IdleX did not...