lorenzos / ZenCodingNetBeansPlugin

Zen Coding plugin for NetBeans
232 stars 57 forks source link

Expands abbreviations in *.css file like in *.html in NetBeans IDE 7.3 Beta #16

Closed maxceem closed 11 years ago

maxceem commented 12 years ago

I've tried to use the last 0.9 version of zencoding plugin in NetBeans IDE 7.3 Beta and it seems to work fine except of the one thing it expands abbreviations in .css files like in .html.

So when I enter bg inside *.css file and press Ctrl+Alt+N I get <bg></bg> instead of background:;.

lorenzos commented 12 years ago

It's the same in 7.2.1 or it works better there?

maxceem commented 12 years ago

My working version of NetBeans is 7.2. Though I've installed and tried 7.2.1 and it seems that zencoding works perfectly there too. So this issue appears in NetBeans 7.3 Beta only.

lorenzos commented 11 years ago

Solved in 1.0 with 81550a3.