NataBilya / zen-coding

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

TextMate: Command-Shift-A (wrap with abbreviation) #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
this will output correct before I open a project window

test1
test2
test3 

become: 

<ul>
    <li><a href="">test1</a></li>
    <li><a href="">test2</a></li>
    <li><a href="">test3</a></li>
</ul>

but if I open a project window it will become:

<ul>
    <li><a href="">test1</a></li>
    <li><a href="">test2</a></li>
    <li><a href="">test3</a></li>
</ul>test1
test2
test3

it'll somehow copy the text twice whenever I open a project 

Original issue reported on code.google.com by andrewkm...@gmail.com on 15 Oct 2010 at 4:04

GoogleCodeExporter commented 8 years ago
Can't confirm that. Can you tell me what exactly you're doing so text copied 
twice?

Original comment by serge....@gmail.com on 12 Dec 2010 at 3:05

GoogleCodeExporter commented 8 years ago
No response from user, it it fixed in v0.7

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

GoogleCodeExporter commented 8 years ago
I can confirm in v0.6 that it duplicates the thing you want to wrap when the 
project drawer is open. Hoping you found the bug and fixed it.

What was happening was: I'd select the text 'test', wrap it in 'p', and it 
spits out

<p>test</p>test

instead of

<p>test</p>

But only when the project drawer is open. when closed it works as expected.

Original comment by matthewlein on 30 Jan 2011 at 9:21

GoogleCodeExporter commented 8 years ago
Confirm bug. Where I can see v0.7?

Original comment by kig...@gmail.com on 4 Mar 2011 at 12:24

GoogleCodeExporter commented 8 years ago
http://media.chikuyonok.ru/Zen.Coding-TextMate.v0.7.zip

Original comment by serge....@gmail.com on 4 Mar 2011 at 4:45

GoogleCodeExporter commented 8 years ago
I still can’t confirm that bug, works for me even with opened project drawer 
(or maybe we’re using different project drawers?). Can some send me TH 
screenshot with drawer opened, MacOS version, Python version?

Original comment by serge....@gmail.com on 4 Mar 2011 at 5:43

GoogleCodeExporter commented 8 years ago
rats. I was using 0.7 without any problems, but then it just happened.

I'm using Project+ for the drawer, which could be related I supposed. But I 
have also now seen the bug without the drawer open, but not as often. And 
closing the drawer does not always fix it.

mac 10.6.6
pyth 2.6.1
Textmate: 1.5.10 (1623)

Original comment by matthewlein on 8 Mar 2011 at 5:22

Attachments:

GoogleCodeExporter commented 8 years ago
I too am having the issue. 

Zen-coding 0.7
Textmate Version 1.5.10 (1621)
Project +

Original comment by m...@revolvercreative.com on 1 Apr 2011 at 7:30

GoogleCodeExporter commented 8 years ago
Issue 298 has been merged into this issue.

Original comment by serge....@gmail.com on 4 Jul 2012 at 9:49