emmetio / emmet-eclipse

Emmet for Eclipse
http://emmet.io
343 stars 74 forks source link

CSS Snippets not working as Sublime Text2 #22

Open chanakairugal opened 11 years ago

chanakairugal commented 11 years ago

Im new to the Aptana 3. i was try to install emmet for Aptana. and i think its install perfectly. but its not working for css like Sublime Text 2 does with emmet. how can i fix this ?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1290484-css-snippets-not-working-as-sublime-text2?utm_campaign=plugin&utm_content=tracker%2F311127&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F311127&utm_medium=issues&utm_source=github).
sergeche commented 11 years ago

If you’re using Tab key, it may not work since Aptana has its own Tab handler

chanakairugal commented 11 years ago

hmmm no i mean its working perfectly with html. but its comes to the css its not good at all like emmet did in Sublime Test2. (ex: bt for border-top, mt for margin-top etc like that). is emmet for sublime and aptana are two things?

sergeche commented 11 years ago

They are the same but plugin architecture in ST and Eclipse (Aptana) are different. Aptana’s Tab key handler may take precedence over Emmets’ one in CSS so it doesn’t even allow Emmet to do something.

neovea commented 10 years ago

Hey, any information about how to get it work like in ST ?