Sergey Chikuyonok

Results 184 comments of Sergey Chikuyonok

Current version already works with 4.x and 5.x

Yeah, noticed this too. I’ll try to figure out why those settings aren’t updated

I don't think it's possible to create a unique and convenient shortcut for such big project as Eclipse IDE. You can change keybinding any time in Eclipse preferences so I...

No, I don't. My Delete Line keybinding is Cmd+L I'll try to investigate this problem. What's you Eclipse version?

Aptana 3’s Tab key handler takes precedence over ZC one. So, in your case you’re expanding Aptana snippet (read notes in README: https://github.com/sergeche/eclipse-zencoding).

I don’t use Aptana. It may be some sort of bundle action or dynamic contribution through bundles. You should ask Aptana devs

The “Upgrade web editors” option is used for Eclipse WTP editors: it better handles line breaks between tags (i.e. when you hit Enter key) and between curly braces in CSS

I’m working on new Emmet version right now so incoming updates on old plugins are on-hold. A new home for snippets is https://github.com/emmetio/snippets For now, you can use your snippets...

@LeaVerou, I can answer your questions and provide any help on ZC implementation. All you need is to implement Zen Editor interface in order to let ZC core know how...