emmetio / emmet-atom

Emmet support for Atom
MIT License
764 stars 181 forks source link

Tabbing in snippets is broken #91

Open derekr opened 10 years ago

derekr commented 10 years ago

Seem to have traced this https://github.com/atom/snippets/issues/53 down to the emmet package. When I disable the package tab stops work as expected.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2524621-tabbing-in-snippets-is-broken?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github).
Whyounes commented 10 years ago

I have the same problem here

marek-vybiral commented 10 years ago

Same for me. I tried to play with settings in Atom but it was impossible for me to make emmet working with Meteor snippets plugin.

chibicode commented 9 years ago

Came from this page https://github.com/atom/atom/issues/3001 - Same error here.

image

rawzone commented 9 years ago

Using Wordpress-api package and the emmet package installed and active gives the following error, also it states its reported so this is more of a acknowledgement that this bug for sure exists.

Uncaught Error: Passed an empty array to setSelectedBufferRanges
/opt/atom/resources/app/node_modules/text-buffer/lib/history.js:124
The error was thrown from the emmet package This issue has already been reported.

Disabling emmet "fixes" the problem and i can tab all day long with out any errors in my snippets etc.

silvenon commented 9 years ago

Maybe related to #146.