Closed GoogleCodeExporter closed 8 years ago
Original comment by serge....@gmail.com
on 13 Mar 2011 at 9:58
Since PHP may include HTML code, this behavior is perfectly valid. I was asked
to make extension work properly with PHP documents in previous issues.
You can type space or other non-valid for abbreviation character and then Tab
will be inserted correctly.
AFAIK, it is possible to tweak code not to expand in PHP code, but I don't
recall how to do it.
Original comment by GreLIm...@gmail.com
on 14 Mar 2011 at 9:32
GreLImail, there’s a `zen_coding.escapteText()`function that escapes some
control chars (including $) and allows you to paste text without breaking it
Original comment by serge....@gmail.com
on 14 Mar 2011 at 10:06
As I understood the problem isn't about inserting text but extending already
existing. However, I think it make sense to prevent extending of the text which
begins with $ at least in PHP editing mode. BTW it is possible that variables
or mixins starting with $ will appear in CSS.
Original comment by GreLIm...@gmail.com
on 15 Mar 2011 at 7:18
Original issue reported on code.google.com by
human.f...@gmail.com
on 9 Mar 2011 at 9:29