-
-
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
Tabs as indentation - characters being removed in editor #4037
Comments
@rlaverde, please take a look at this one. |
It seems like I have an issue that is somewhat along the lines of the one described in this topic. I just thought I'd mention it as I noticed there was an update scheduled for 3.1.4 but I'm running 3.1.2 - will that update fix my problem as well? Here's how I reproduce this problem: type the following:
then place cursor in front of 1 on the first line and hit tab. Then down arrow (which should place the cursor at position 1 of line 2), tab, down arrow tab, etc until all numbers are tabbed over. Now place cursor on line 1 at the 1st position and hit tab, down arrow, tab, and you'll end up with this:
If I start with this:
and then do the same tab down thing like above, when you get to line 2 it deletes the entire line, probably because the four spaces are overwriting the carriage return. What might also be related to this is if you type the following:
and do the same tab thing as above (tab, down, tab), then back up and tab, down, tab. You end up with this:
so the indentation is kinda screwy, and that might be what's causing stuff to get overwritten. |
I was finally able to update spyder (I'm relatively new at github and spyder/anaconda) and it looks like the issues I mentioned above are resolved. Sorry about the extra post on a completed issue and I appreciate your help to fix this issue. |
Hi |
I think this will be fixed in Spyder 3.2. So please wait until that version is available (hopefully in a couple of days) and try again. |
Still having this problem with Spyder 3.3.3 |
TAB is overwriting text in the version of Spyder that I just downloaded. Very frustrating. Exactly as msoultan described in 2017. |
same problem with spyder 4.0.1 |
@asyates, please open a new issue about this so we can take a look at it again. Thanks! |
Description
In the main editor, tabbing forward then backward deletes some characters on the same line
What steps will reproduce the problem?
# comment
What is the expected output? What do you see instead?
tab should be added and removed without deleting other characters
Please provide any additional information below
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: