protoc / zen-coding

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

Wrap with abbreviation deletes part of wrapped text if it starts with $ #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Zen Coding for Notepad++, try wrapping <td>$100.00</td> with the 
abbreviation "tr".  The resulting output is:

<tr>
   <td>.00</td>
</tr>

rather than the expected output:

<tr>
   <td>$100.00</td>
</tr>

This is using Zen Coding 0.7 in Notepad++ 5.9 on Windows XP.

Original issue reported on code.google.com by jolteo...@charter.net on 10 Jun 2011 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 25 Jun 2012 at 8:38