-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
File save as: file is unavailable #3026
Comments
@stonebig, can you reproduce this problem? |
curious, I would imagine the file is open on internet, on a zip directory or in a read-only directory ? |
on the local drive. |
Is it a file in a normal directory or in a zipped directory ? which exact version of Spyder 3.0.0 ? |
normal, nothing compressed. Windows 7.
It does only show 3.0.0dev under the help / info. I updated from github middle of the week. More info on Monday. Please ask what I could provide. |
will recheck with spyder-master of the moment. hold on 10 minutes |
would be nice for inquiries if when building spyder wheel of today, it would generate a |
argh, spyder starting method has changed. |
I do not notice this 3026 problem with master of today (just before Carlos committed the pygment lexer). But checking that, I notice all my previous WinPython "spyder" icon will fail, as they were launching
Keeping a working Next Winpython will of course point to 'spyder.exe' executable |
I see this on master (5f7f375). |
Could you post the error please? |
Sorry, I did not mean error message, just the dialog box from first comment "Do you want to close...". Further investigation:
--- a/spyderlib/widgets/editor.py
+++ b/spyderlib/widgets/editor.py
@@ -974,7 +974,9 @@ class EditorStack(QWidget):
new_index = self.data.index(finfo)
self.__repopulate_stack()
if set_new_index:
+ self.tabs.blockSignals(True)
self.set_stack_index(new_index)
+ self.tabs.blockSignals(False)
else:
# Fixes Issue 1287
self.set_current_filename(current_fname) |
I just wanted to said that I reproduced this bug with a fresh installation of the last WinPython-64bit-3.5.2.1Qt5.exe here is my dependency copy-pasted : |
Yep, still happens with: Version and main components
Dependencies
When I get the dialog shown above in the initial post, if I answer 'no' then it does the 'Save As' operation correctly and leaves the file open, with it properly renamed. If I answer 'yes,' then it closes the tab and the file with the new name never gets created. |
Description of your problem
What steps will reproduce the problem?
Why does this come up?
What is the expected output? What do you see instead?
Expected / desired:
Please provide any additional information below
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered: