You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spyder Version: 2.1.11
Python Version: 2.6.5
Qt Version: 4.6.2, PyQt4 (API v2) 4.7.2 on Linux
OS: Ubuntu 10.04
What steps will reproduce the problem?
Create some file with file name containing more than one the dot (e.g. examlple.1.py)
Fill it with any Python code, e.g.:
def main():
print "world"
print "Hello"
main()
Run Pylint analysis
Browse issues
Double click on the issue
What is the expected output?
That editor will focus on the line with issue.
What do you see instead?
Nothing happens without any error message.
Additional information:
Everything is working if you use file name with only one dot, like no_dot.py. But it is not working with the name changed to has.dot.py.
Dots in directory names are ok.
Unfortunately, I have to use dots in file names, I can not use different naming convention. So the usability goes down a little bit for me.
By the way, enhancement related to this would be to use single click in the list to unfold items and to focus to the source code. It is much more comfortable to me just use single click. (Of course this should be the same for all widgets and Outline already has this single click behavior.)
Summary: Pylint "go to line" does not work with the additional dot in filename (was: Pytlint "go to line" does not work with the additional dot in filename)
From wenzesl...@gmail.com on 2012-10-25T10:11:26Z
Spyder Version: 2.1.11
Python Version: 2.6.5
Qt Version: 4.6.2, PyQt4 (API v2) 4.7.2 on Linux
OS: Ubuntu 10.04
What steps will reproduce the problem?
def main():
print "world"
print "Hello"
main()
What is the expected output?
That editor will focus on the line with issue.
What do you see instead?
Nothing happens without any error message.
Additional information:
Everything is working if you use file name with only one dot, like no_dot.py. But it is not working with the name changed to has.dot.py.
Dots in directory names are ok.
Unfortunately, I have to use dots in file names, I can not use different naming convention. So the usability goes down a little bit for me.
By the way, enhancement related to this would be to use single click in the list to unfold items and to focus to the source code. It is much more comfortable to me just use single click. (Of course this should be the same for all widgets and Outline already has this single click behavior.)
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1179
The text was updated successfully, but these errors were encountered: