chrsmithdemos / zen-coding

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

Not expanding properly in Sublime Text 2 #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Loading a .html page
2. Typing a shortcut with a child ">"
3. Pressing tab

What is the expected output? What do you see instead?
Input: ul>li [NOTE: Adding *n will just add regular spacing]
Actual Output: ul><li></li>
Expected Output:
<ul>
   <li>
   </li>
</ul>

It fails to bracket the any ancestor tags. This was just an example, however, 
it works for any command that is typed.

What version of the product are you using? On what operating system?
Sublime Text 2 Beta, Build: 2139
Windows 7 Home Premium 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by reys813...@gmail.com on 15 Nov 2011 at 11:25

Attachments:

GoogleCodeExporter commented 9 years ago
Works for me on Mac OS. Try to ask SM2 author, he’s maintaining ZC plugin: 
http://www.sublimetext.com/forum/

Original comment by serge....@gmail.com on 16 Nov 2011 at 8:12

GoogleCodeExporter commented 9 years ago
Did you ever figure out this issue? Having the same troubles..

Original comment by diamonds...@gmail.com on 24 Feb 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Works for me as well.
Have you the latest editor version? Also perhaps there is packages conflict. 
Try to install separate version and add packages one by one to see what causes 
the problem.
It doesn't look like Zen Coding issue. However it could have better 
integration—tab conflicts with Sublime Text 2 itself.

Original comment by GreLIm...@gmail.com on 25 Jun 2012 at 7:49

GoogleCodeExporter commented 9 years ago
Judging on official Sublime Text 2 forum you just don't have Zen Coding 
properly installed:
http://www.sublimetext.com/forum/viewtopic.php?f=2&t=7681

li→<li> expansion is the default editor action. I believe the issue can be 
closed.

Original comment by GreLIm...@gmail.com on 25 Jun 2012 at 8:01

GoogleCodeExporter commented 9 years ago
OK, closing for now

Original comment by serge....@gmail.com on 26 Jun 2012 at 8:24