netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Extensions does'nt work

Open petrusdemelo opened this issue 8 years ago • 1 comments

I'm trying to use the preferences.json extensions and syntaxProfiles.json and it just does not work. I already configured the Extensions folder in NetBeans preferences and it does nothing.

preferences.json

{
    "filter.commentAfter": "<!-- end <%= attr('id', '#') %><%= attr('class', '.') %> -->"
}

syntaxProfiles.json

{
    "html": {
        "filters": "html, c"
    }
}

Could you please help me?

petrusdemelo avatar Jun 13 '17 14:06 petrusdemelo

Hello, I have the same issue with NetBeans 8.2 and NetBeans 10vc4 for the syntaxProfiles.json file. But for me, the preferences.json works. Thx

arnofly avatar Dec 17 '18 11:12 arnofly