I'm very interested in this project. What about an equivalent for QSEditor and maybe QSWorkbench ?
The svn version does not compile. I can send a patch but it should be really easy to fix.
I'm very interested in this project. What about an equivalent for QSEditor and maybe QSWorkbench ?
The svn version does not compile. I can send a patch but it should be really easy to fix.
Please send the patch to florian (at) mevis.de, I did not recognize that it
does not compile because I work on a different svn branch in my company.
I started implementing an own TextEditor with
- Python syntax highlighting
- Autocompletion for builtins, keywords and types in an attached python module
- Autocompletion for import
- Autoindent/dedent after ident/dedend keywords
- Brace matching
- Outline which shows classes and functions in the loaded file
It will first be incorportated in our product MeVisLab and I hope I find some time to create a standalone version for PythonQt.
Bookmarks