Re: [HELP] Hint For Custom language
Emilian Bold <[email protected]> Fri, 27 Dec 2019 14:03:01 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAL6R17BRznjRTABTfk9WM=ZLwo+Pkhd6BHqERsTKsZ9c54Tqvw@mail.gmail.com> |
It's amazing you could even send that email. I assumed the mailing list is turned off. You want to join the users@ or dev@ mailing list http://netbeans.apache.org/community/mailing-lists.html --emi On Fri, Dec 27, 2019 at 12:25 PM Bilu <[email protected]> wrote: > > Hello everyone, > > I am developing a plugin to support a custom language with custom file type in Netbeans. > > What i am trying to do now is to create Hints for this custom language. > > Following the Tutorial here https://platform.netbeans.org/tutorials/nbm-java-hint.html the Hint only work for Java File. How can I make my Hints specific to my custom Language ? > > PS:I am not sure this is the right way to ask for support so please tell me the correct way if i am wrong. Thanks you