Closed GoogleCodeExporter closed 9 years ago
I'm getting this problem too. :( Only solution I"ve found so far is to use the
origin key-binding. CTRL+ALT+ENTER and then typing the the selector/pattern.
Original comment by m...@airfront.co.uk
on 29 Jun 2012 at 8:13
Looks like it’s ST2 issue: it doesn’t poll `on_query_completions` anymore
when character before caret is ] so ZC doesn’t even know that you’re trying
to expand something.
As a quick workaround, try to enter something after ] character. For example:
div[title] → div[title]s
Original comment by serge....@gmail.com
on 29 Jun 2012 at 3:15
I should kiss you, your tip works ! And will speed my dev ! Hallelujah !
Though, it's not perfect, but it's close !
I'm going to let a message on S2 board.
Thank you !
Original comment by MarinEth...@gmail.com
on 29 Jun 2012 at 3:20
The issue also exists with things like "table+", "ul+", etc. That workaround
doesn't work with +.
Original comment by youngwis...@gmail.com
on 3 Jul 2012 at 6:59
With my workspace, things like (ul>li*3>a[href])+h2+p>strong works perfectly…
Strange…
Original comment by MarinEth...@gmail.com
on 4 Jul 2012 at 3:37
Nothing strange here: the last character of your abbreviation (“g” in this
example) is a valid word character so ST2 gives control to ZC plugin and it
able to expand abbreviation. When the character before caret of expanded
abbreviation is not a valid word character (like, +, ), ]) ST2 doesn’t send
messages to ZC plugin.
Original comment by serge....@gmail.com
on 4 Jul 2012 at 8:28
This is making my life very difficult when coding CSS :( Has anyone found any
workarounds for things like bg+ and others?
Should this be fixed by the zen coding people, or the sublime text people?
Original comment by Jacky...@gmail.com
on 5 Jul 2012 at 10:32
It should be fixed by ST2 team in order to correctly expand abbreviations by
Tab key.
Original comment by serge....@gmail.com
on 6 Jul 2012 at 8:13
Hey guys, I'm the reluctant "maintainer" of Zen for Sublime. I don't use it much
myself so it's not a priority for me. Pull requests/ patches welcome etc.
Regardless, I just implemented a quick tentative fix for the problem serge was
mentioning. I've implemented a binding context with `side effects` that does a
quick switcheroo on the word_separators setting, allowing <tab> to work as
desired. It restores it on a 0ms timeout.
Hacky as shit :) Lemme know if it has any hickups.
Original comment by ndudfi...@gmail.com
on 6 Jul 2012 at 9:54
Thank you very much, it may be a hacky fix but it does work! And thus my
workflow is back
Original comment by Jacky...@gmail.com
on 6 Jul 2012 at 11:33
Thanks Nicholas! I’m creating a new version of Zen Coding right now, and when
I finish with the core, I’ll continue to develop the ST2 plugin.
Original comment by serge....@gmail.com
on 6 Jul 2012 at 12:59
Oh neat :) Is the new version multi select capable?
Original comment by ndudfi...@gmail.com
on 6 Jul 2012 at 1:16
Closing this issue since new plugin should work fine:
https://github.com/sergeche/emmet-sublime
Original comment by serge....@gmail.com
on 14 Sep 2012 at 11:36
Original issue reported on code.google.com by
MarinEth...@gmail.com
on 28 Jun 2012 at 12:42