-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Create sphinx rich text docstrings in QThread #1210
Comments
From jed.lud...@gmail.com on 2012-12-19T07:25:25Z Started quick review here: https://code.google.com/r/stevensilvester-rich-text-to-thread/source/detail?r=7bd9bc568dd551dd9ae8ae4f0402b60685dee926 Looks good to me. I'd vote for pulling in the change. Status: Started |
From ccordoba12 on 2012-12-19T08:02:22Z Thanks Jed, I have a couple of comments before pulling but indeed this is great! Owner: ccordoba12 |
From ccordoba12 on 2012-12-28T19:32:53Z Thanks Steve for your contribution. I added a couple of comments to your commit. Once they're solved I'll be ready to pull. |
From steven.s...@gmail.com on 2012-12-29T14:06:42Z I made the changes, they are in the sphinx-thread bookmark |
From ccordoba12 on 2012-12-31T14:55:47Z Ok, I review them and they are just what I asked, so thanks. I'll pull them as soon as I have a proper internet connection (Wednesday or Thursday). |
From ccordoba12 on 2013-01-03T08:02:22Z This issue was updated by revision fdee3dc320c1 . This avoids UI lockup while generating the docs Status: Fixed |
From jed.lud...@gmail.com on 2013-01-03T12:20:02Z Status: Verified |
From steven.s...@gmail.com on 2012-12-18T23:19:18Z
I edited spyderlib/plugins/inspector.py to push set_sphinx_text into a QThread. This frees the user to type while the docstring is created.
Please review the code at: https://code.google.com/r/stevensilvester-rich-text-to-thread/ It was tested using the latest dev branch on Ubuntu 12.04.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1210
The text was updated successfully, but these errors were encountered: