Enhanced PythonQtScriptingConsole
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Hello,
I'd like to start by thanking all the contributors to PythonQt. I plan to make extensive use of PythonQt in the next year or so.
I've been playing around with PythonQtScriptingConsole. It does a good job of implementing the basic functionality needed in a python console, but could use a lot of improvements. I've extended it to more clearly display help messages and to properly parse embedded newline characters. I'm now thinking of adding syntax highlighting and auto-indentation.
However, before going down this road I thought I see if anyone already has a more enhanced version of PythonQtScriptingConsole available or in development.
Cheers,
Donovan
That should be interesting. I noticed some problems with the current PythonQtScriptingConsole and would like to make it better. I think that it should also take the keyboard interrupt signal and send it to the current python context so that you can stop long tasks, and be more similar to the typical bash shell.
If you have some news, can you please keep me informed?