Re: Implement additional Hints for existing Language
Alex Muthmann <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Svata, thanks for your time! >> If you make the IDE to recognize your HTML files as >> text/x-sightly+html, >> you could register your Language Sightly language (based on HTML) and >> eventually get a combination of tools for text/html AND >> text/x-sightly+html (which takes precedence). This would mean that I have to force everybody using the plugin to change the mimeType? >> I wonder whether simple registration of your rules would be sufficient >> - >> register in mf-layer's folder >> "csl-hints/text/html/error|hints|suggestions|selection/<category> THAT sounds really good I'll definitly have a look into this option. As I already failed with the (imho) easiest way: implement language and here we go, I didn't think that this could work.