Hi.
I would like to report two small annoyances with Python.
1) In Python document mode, when pressing HOME key, cursor goes to the first column. Second press on HOME takes the cursor to column where actual text begins. This is opposite to C/C++ mode (and perhaps other modes) where first HOME press takes the cursor to first text column and second press takes the cursor to first column.
2) When inserting for loop, typing "for" causes SE to insert "for in :". It places the cursor between "for" and "in". This is a little inconvenient because when you're done typing expression between "for" and "in" you have to either use mouse to place the cursor after "in", or to do it with arrow keys. This breaks the flow of how you type the text in. I think it would be better to insert colon, without "in" and let programmer to type the "in" part manually. This way, number of key presses that programmer will have to do is the same as before, but hands will remain on keyboard and won't wonder looking for mouse or arrow keys.
Thanks.
Alex.
PS: I have SE 14 for Windows with revision 13 of hotfixes.