superman268 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Double line break breaks auto-tab #718

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make sure auto-tab is turned on.
2. Hit enter twice after any indented line.
3.

What is the expected output? What do you see instead?
Expect to have the second new line at the same indentation as the original 
line.  Instead, the second new line has no indentation.  All new lines should 
have the same indentation as the previous line when auto-tab is turned on.

What version of the product are you using? On what operating system?
PyScripter 2.5.3.0 x64 on Windows 7 Home Premium, Service Pack 1

Please provide any additional information below.
It's probably a SynEdit thing that we can't do anything about here, but I 
thought I'd log it on the off-chance you can (and are willing) to do something.

Original issue reported on code.google.com by Kopachris on 12 Jan 2013 at 4:48

GoogleCodeExporter commented 9 years ago
This should really be a top priority issue. Well placed white-space is crucial 
to readable code, and this bug makes auto tab almost useless as a result. I 
like almost everything else about PyScripter, but this issue alone has become 
frustrating enough to push me back to other editors.

Original comment by eavesdown on 1 Jun 2013 at 7:26