emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
489 stars 188 forks source link

Extra new line is added when I press Enter #103

Closed john-cj closed 6 years ago

john-cj commented 8 years ago

To reproduce:

Create blank html file, press Enter 2 times.

emmet2

It's all okay, you are on the line 3.

Now, press Enter again and the error is happened - you are on the line 5. The line 4 is skipped:

emmet3

You also may press Enter again, and the line 6 also will be skipped, you will be at the line 7:

emmet4

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

hmble commented 7 years ago

screenshot from 2017-04-27 19-51-12 variable activeEditor is already defined for expand_abbreviation_with_tab

hmble commented 7 years ago

I think we should edit var activeEditor in if loop of insert_formatted_line_break to lineActiveEditor