lorenzos / ZenCodingNetBeansPlugin

Zen Coding plugin for NetBeans
232 stars 57 forks source link

link:css #14

Closed kydex closed 12 years ago

kydex commented 12 years ago

Sorry for my bad english..

I think this is bug:

link:css -> link rel="stylesheet" type="text/css" href="${1:style}.css" media="all"

In PhpStorm and Notepad++: link:css -> link rel="stylesheet" type="text/css" href="style.css" media="all"

Example: in bundle editor (e text editor) source view like this link rel="stylesheet" type="text/css" href="${1:style.css}" media="all"${TM_XHTML}>$0 link rel="shortcut icon" type="image/x-icon" href="${1:favicon.ico}"${TM_XHTML}>$0

But snippets give different result in netbeans:

link:favicon -> link rel="stylesheet" type="text/css" href="${1:style}.css" media="all" link:css -> link rel="shortcut icon" type="image/x-icon" href="favicon.ico"

lorenzos commented 12 years ago

Can you explain it better? Give me example of desired/expected output and actual output.

lorenzos commented 12 years ago

Closed because not clear to me. Feel free to reopen providing more clear informations.