thetooi / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

TextMate Expand Abbreviation bug #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open TextMate 1.5.9 with installed Zen Coding for TextMate v0.6
2. Create new document
3. Select PHP mode on the bottom
4. Add this string to document: 
strong<?php echo Price::currency($order->subtotal_monthly) ?> 
5) Put cursor after "strong" and press Ctrl+E for expand Abbreviation

What is the expected output? What do you see instead?

Expected:
<strong></strong><?php echo Price::currency($order->subtotal_monthly) ?>
I see:
<strong></strong><?php echo Price::currency(->subtotal_monthly) ?>

$order was removed after expand.

Original issue reported on code.google.com by airs0ur...@gmail.com on 21 May 2010 at 7:49

GoogleCodeExporter commented 9 years ago
Fixed in v0.7

Original comment by serge....@gmail.com on 24 Jan 2011 at 11:55