PiRSquared17 / zen-coding

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

Don't change tag to lowercase #301

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using a Netbeans plugin.

Example:

config>Modules

Expect:

<config>
    <Modules>
    </Modules>
</config>

But output:

<config>
    <modules>
    </modules>
</config>

I use zendconding write some xml files.So I really need some tags uppercase.

Original issue reported on code.google.com by yesm...@gmail.com on 17 Nov 2011 at 8:27

GoogleCodeExporter commented 9 years ago
Tag case output is controlled by output profile: 
https://github.com/sergeche/zen-coding/blob/master/javascript/zen_coding.js#L22

You should ask plugin developer if it’s possible to change output profile: 
https://github.com/lorenzos/ZenCodingNetBeansPlugin

Original comment by serge....@gmail.com on 17 Nov 2011 at 3:24

GoogleCodeExporter commented 9 years ago
New ZC default settings do not change tan and attribute name string case.
I guess updated version of Netbeans plugin will be available with the next ZC 
release

Original comment by serge....@gmail.com on 4 Jul 2012 at 8:54