PiRSquared17 / zen-coding

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

Tab No Longer Expands Expressions When Using Dreamwaver CS6 (2012) #337

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tab no longer expands css expressions on Dreamweaver CS6; Older versions of 
Dreamweaver this was not a problem. An update may be in order. The alternate 
way (Ctrl+ , + =
) does however. 

What is the expected output? What do you see instead?
Instead of expanding the expressions, Dreamweaver CS6 ignores this. When I 
uninstalled CS6 briefly and reused CS5.5, it works as normal. 

What version of the product are you using? On what operating system?
Dreamweaver CS6 on Windows 7 

Please provide any additional information below.

Original issue reported on code.google.com by lozand...@gmail.com on 20 May 2012 at 3:46

GoogleCodeExporter commented 9 years ago
Same issue, would definitely like to know when this is resolved, thank you.

Original comment by kliks...@gmail.com on 24 May 2012 at 7:28

GoogleCodeExporter commented 9 years ago
Same issue. I hope it gets resolved. Thank you!

Original comment by linxz...@gmail.com on 25 May 2012 at 3:56

GoogleCodeExporter commented 9 years ago
I have install zen coding in dreamweaver CS6, but I can't find it in command.

Original comment by queenso...@gmail.com on 28 May 2012 at 10:59

GoogleCodeExporter commented 9 years ago
I've installed the latest release packet for Zen coding 0.7.5 and this does not 
work. The original Tab function is not recognized by Dreamweaver CS6. I hope 
the developers tackle this problem as this new line of software demands such an 
update. Please resolve, time is essentially money -thank you!

Original comment by xjustinp...@gmail.com on 6 Jun 2012 at 1:26

GoogleCodeExporter commented 9 years ago
Same here after install Dreamweaver Cs6 with latest zencoding version but its 
not working.

Seems zenconding not compatible with dreamweaver cs6.

Original comment by abdullah...@gmail.com on 6 Jun 2012 at 6:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In the meantime, Ctrl+,+= to expand expressions. 

I mentioned that in my orignial comment, sorry if I didn't make it clearer. 

Using Tab no longer works on CS6 for some reason the Zen-Coding dev team has 
not addressed yet that I'm sure they will after the issues they already 
accepted it seems. 

Original comment by lozand...@gmail.com on 13 Jun 2012 at 2:30

GoogleCodeExporter commented 9 years ago
Issue 339 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 340 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Sorry to all, I've switched from Dreamweaver to Sublime Text 2, and thus don't 
have a time or wish to install DW6 and investigate the problem. Perhaps I'll 
release last 0.8 version of Zen Coding when it's done and look for it briefly, 
but I don't promise anything.

Original comment by levao...@gmail.com on 25 Jun 2012 at 6:08

GoogleCodeExporter commented 9 years ago
Understandable; what is the timeline of 0.8 being released? 

Crtrl+ comma works without being too much of a pain until the tab not being 
recognized to exabd expressions is fixed (hopefully)

Original comment by lozand...@gmail.com on 25 Jun 2012 at 6:40

GoogleCodeExporter commented 9 years ago
I'm not sure if there is any timeline for 0.8. Most likely it will be released 
when it's done. As you can see there is a developing process at github in the 
branch v0.7.1:
https://github.com/sergeche/zen-coding/tree/v0.7.1
For any plans etc I suggest you to ask sergeche.

I have a worse suspicion that the tab behaviour has been changed substantially 
and it will be very hard or even impossible to reuse it again.

Original comment by levao...@gmail.com on 25 Jun 2012 at 7:36

GoogleCodeExporter commented 9 years ago
v0.8 is in alpha state. I‘ve implemented all planned features and fixing bugs 
right now.
There’s lots of changes in codebase: the code is completely refactored and 
half of features is rewritten from scratch. But I’ve covered most features 
with unit-tests and everything seems to work fine.

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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
U can edit C:\Users\your user name\AppData\Roaming\Adobe\Dreamweaver 
CS6\zh_CN\Configuration\Menus\Menus.xml   in the line 3279  almost,
change the:
<menuitem id="DWMenu_Commands_ZenCoding_expandAbbreviation" name="_Expand 
Abbreviation" key="Cmd+," file="Commands/ZenCoding.html" 
arguments="'expand_abbreviation'" />
 to
<menuitem id="DWMenu_Commands_ZenCoding_expandAbbreviation" name="_Expand 
Abbreviation" key="Tab" file="Commands/ZenCoding.html" 
arguments="'expand_abbreviation'" />
,then restart your DW,and try div#head,haha!Is OK???

Original comment by i...@laoyus.com on 30 Jun 2012 at 1:17

GoogleCodeExporter commented 9 years ago
Comment 16 by i...@laoyus.com, Jun 29, 2012
U can edit C:\Users\your user name\AppData\Roaming\Adobe\Dreamweaver 
CS6\zh_CN\Configuration\Menus\Menus.xml   in the line 3279  almost,
change the:
<menuitem id="DWMenu_Commands_ZenCoding_expandAbbreviation" name="_Expand 
Abbreviation" key="Cmd+," file="Commands/ZenCoding.html" 
arguments="'expand_abbreviation'" />
 to
<menuitem id="DWMenu_Commands_ZenCoding_expandAbbreviation" name="_Expand 
Abbreviation" key="Tab" file="Commands/ZenCoding.html" 
arguments="'expand_abbreviation'" />
,then restart your DW,and try div#head,haha!Is OK???

Wonderful!!

Original comment by ejia...@gmail.com on 9 Jul 2012 at 2:09

GoogleCodeExporter commented 9 years ago
Impressive; this fix works.

Original comment by lozand...@gmail.com on 10 Jul 2012 at 10:31

GoogleCodeExporter commented 9 years ago
same issue

Original comment by haiyang....@yahoo.com.cn on 12 Jul 2012 at 7:14

GoogleCodeExporter commented 9 years ago
 C:\Users\your user name\AppData\Roaming\Adobe\Dreamweaver CS6\zh_CN\Configuration\Menus\Menus.xml   in the line 3279  almost,
change the:
<menuitem id="DWMenu_Commands_ZenCoding_expandAbbreviation" name="_Expand 
Abbreviation" key="Cmd+," file="Commands/ZenCoding.html" 
arguments="'expand_abbreviation'" />
i can't find the menus.xml in 
D:\Program Files\Adobe\Adobe Dreamweaver CS6\configuration\Menus\menus.xml

so,it still work.

Original comment by haiyang....@yahoo.com.cn on 12 Jul 2012 at 7:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It works, but Tab no longer actually tabs unfortunately; had to undo the 
change...

Original comment by lozand...@gmail.com on 15 Jul 2012 at 3:43

GoogleCodeExporter commented 9 years ago
the same

Original comment by ejia...@gmail.com on 15 Jul 2012 at 7:53

GoogleCodeExporter commented 9 years ago
on mac you could just overwrite your menu folder with the cs5.5 version. until 
.8 comes out...

Original comment by aaronlio...@gmail.com on 16 Jul 2012 at 8:59

GoogleCodeExporter commented 9 years ago
@lozand

Shift + tab works :-)

Original comment by atif...@gmail.com on 3 Oct 2012 at 12:15

GoogleCodeExporter commented 9 years ago
I'm using Shift+Tab now rather than removing Tab to actually Tab.

Original comment by mramire...@gmail.com on 24 Oct 2012 at 7:57

GoogleCodeExporter commented 9 years ago
Obrigado pela dica, funciona direitinho :)

Original comment by klink....@gmail.com on 26 Oct 2012 at 4:44