Re: Hints for custom language

2019-12-30 Thread Bilu Al
Thanks you On 2019/12/30 16:40:44, Emilian Bold wrote: > From the tutorial: HintsController.setErrors (document, String > uniqueLayerID, List errors); > > --emi > > On Mon, Dec 30, 2019 at 6:34 PM Geertjan Wielenga wrote: > > > > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html

Re: Hints for custom language

2019-12-30 Thread Emilian Bold
>From the tutorial: HintsController.setErrors (document, String uniqueLayerID, List errors); --emi On Mon, Dec 30, 2019 at 6:34 PM Geertjan Wielenga wrote: > > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html > > Gj > > On Mon, 30 Dec 2019 at 12:43, Bilu Al wrote: >> >> Its a cust

Re: Hints for custom language

2019-12-30 Thread Geertjan Wielenga
https://platform.netbeans.org/tutorials/nbm-javacc-parser.html Gj On Mon, 30 Dec 2019 at 12:43, Bilu Al wrote: > Its a custom language for data processing something similar to xml. And i > am using JavaCC. > > On 2019/12/30 14:43:41, Geertjan Wielenga wrote: > > What custom language are you wo

Re: Hints for custom language

2019-12-30 Thread Bilu Al
Its a custom language for data processing something similar to xml. And i am using JavaCC. On 2019/12/30 14:43:41, Geertjan Wielenga wrote: > What custom language are you working on? And are you using Antlr or > something different? > > Thanks, > > Gj > > On Sun, Dec 29, 2019 at 7:57 AM Bilu

Re: Hints for custom language

2019-12-30 Thread Geertjan Wielenga
What custom language are you working on? And are you using Antlr or something different? Thanks, Gj On Sun, Dec 29, 2019 at 7:57 AM Bilu Al wrote: > Hello, > I am developing a module for netbeans to support a custom language. > > what i am trying to do now is to declare Hints for my custom lan

Hints for custom language

2019-12-29 Thread Bilu Al
Hello, I am developing a module for netbeans to support a custom language. what i am trying to do now is to declare Hints for my custom language. Following this tutorial: https://platform.netbeans.org/tutorials/nbm-java-hint.html my hint only works for Java file. How can i make my hint specifi