-
Notifications
You must be signed in to change notification settings - Fork 500
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
Python auto-complete does not understand newlines #751
Comments
Hi, I'm not available right now |
That's ok, looks like there are several related issues to be addressed after we move to Qt5. |
ihnorton
added a commit
to ihnorton/CTK
that referenced
this issue
Oct 3, 2017
Erasing whitespace doesn't make sense for any language, but especially python. Fixes commontk#751
ihnorton
added a commit
to ihnorton/CTK
that referenced
this issue
Oct 3, 2017
Erasing whitespace doesn't make very much sense for any language, but especially not for python. Fixes commontk#751
slicerbot
pushed a commit
to Slicer/SlicerGitSVNArchive
that referenced
this issue
Oct 3, 2017
References: * commontk/CTK#751 * fedorov/MultiVolumeImporter#23 List of changes: ``` $ git shortlog a83cec9..f096a15 --no-merges Isaiah Norton (1): BUG: preserve whitespace in console completion Steve Pieper (1): BUG: consistent return for value of uninitialized data ``` git-svn-id: http://svn.slicer.org/Slicer4/trunk@26416 3bd1e089-480b-0410-8dfb-8563597acbee
jcfr
added a commit
to jcfr/SlicerGitSVNArchive
that referenced
this issue
Oct 13, 2017
References: * commontk/CTK#751 * fedorov/MultiVolumeImporter#23 List of changes: ``` $ git shortlog a83cec9..f096a15 --no-merges Isaiah Norton (1): BUG: preserve whitespace in console completion Steve Pieper (1): BUG: consistent return for value of uninitialized data ``` git-svn-id: http://svn.slicer.org/Slicer4/trunk@26416 3bd1e089-480b-0410-8dfb-8563597acbee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Slicer console:
cc @MayeulChassagnard
The text was updated successfully, but these errors were encountered: