|
next
|
 Subject: How to change the way whitespace is removed? Author: Steen Nielsen Date: 29 Nov 2010 04:12 AM Originally Posted: 29 Nov 2010 04:08 AM
|
Hi Ivan, yes it is related to this subject.
When you press enter the first time, then the textcursor correctly positions itselft on the next line, right below the beginning of <item> like so:
---
<root>
· · · <item>
· · · ^caret here
· · · </item>
</root>
---
But when you press Enter a couple of times more, the empty lines above the current one will no longer have any whitespace on it, like this:
---
<root>
· · · <item>
· · · ^caret here
· · · </item>
</root>
---
And as soon as you move your textcursor upwards, then it empties the latest inserted line, like this:
---
<root>
· · · <item>
^caret here
· · · </item>
</root>
---
I hope this better show what the issue is and I hope that there is a way around this behaviour, as I am getting pretty annoyed by it :-)
ps. each of the · represents a space character as several normal spaces could not be shown correctly in your forum.
For a forum for developers, I find it really odd, that you don't have a way to show code blocks (with colored coding).
|
|
|