We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What steps will reproduce the problem?
What is the expected output? Editor selecting the correct line.
What do you see instead? Editor not moving the selected line. (It does however select the correct file tab.)
Please provide any additional information below It starts working if I add this slot to load:
--- a/spyderlib/plugins/editor.py +++ b/spyderlib/plugins/editor.py @@ -1641,6 +1641,7 @@ class Editor(SpyderPluginWidget): @Slot(bool) @Slot(str) + @Slot(str, int, str) @Slot(str, int, str, object) def load(self, filenames=None, goto=None, word='', editorwindow=None, processevents=True):
pyflakes >=0.6.0: 1.2.3 (OK) pep8 >=0.6 : 1.7.0 (OK) pygments >=1.6 : 2.1.3 (OK) qtconsole >=4.0 : 4.2.1 (OK) nbconvert >=4.0 : 4.2.0 (OK) pandas >=0.13.1 : None (NOK) numpy >=1.7 : None (NOK) sphinx >=0.6.6 : 1.4.3 (OK) rope >=0.9.4 : 0.9.4-1 (OK) jedi >=0.8.1 : 0.8.1 (OK) matplotlib >=1.0: None (NOK) sympy >=0.7.3 : None (NOK) pylint >=0.25 : 1.5.6 (OK)
The text was updated successfully, but these errors were encountered:
I saw this problem when working on plugins, but I wasn't sure if the problem was on my side or in spyder. Thanks for the report !
Sorry, something went wrong.
Thanks a lot for the fix!
a1f0541
No branches or pull requests
Description
What steps will reproduce the problem?
What is the expected output?
Editor selecting the correct line.
What do you see instead?
Editor not moving the selected line.
(It does however select the correct file tab.)
Please provide any additional information below
It starts working if I add this slot to load:
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: