I’m using PHP Syntax mode for this. Sometimes it does it in HTML also.
Let’s say you started typing something of the following (step 1)
<div class="foo">|
and then you hit enter (step 2)
<div class="foo">
|
As it should. That part works great. However, if you hit tab (step 3)
<div class="foo">
|
And then start typing, the tab indent will delete itself taking you back to step 2
<div class="foo">
<div class="bar">|
when it should have continued where it was at from step 3
<div class="foo">
<div class="bar">|
I know this isn’t a major thing, but considering that it’s almost had to become habit to hit home, then tab and then end again in order to continue keeping the indent where I want it, this is quite frustrating.
Sorry if this is a re-post, but I searched the forums for about 5 minutes prior to this to see if anyone had found a fix for it, and didn’t see anything that had been talked about before. If someone has a really simple fix for this, I’d be really greatful.
Thanks