When editing a Python source file, if the cursor is at the beginning of a non-
empty line and Enter is pressed, all indentation of the text on that line is
lost, so the text moves to the start of the next line. This is dysfunctional and
non-standard (other editors preserve indentation when inserting newline via
Enter).
I really hope this gets fixed, because it's highly distrating to mental flow
while coding, especially given how many times one enters newlines.
|