Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-02-01 Thread Geertjan Wielenga
Not yet, no. I recommend you look at other examples e.g., in the NetBeans source code in GitHub. Gj On Sat, 1 Feb 2020 at 12:27, Bilu wrote: > none of this works, first example was quit similar. did you reproduce the > problem or not? > Le 01/02/2020 à 10:01, Geertjan Wielenga a écrit : > > htt

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-02-01 Thread Bilu
none of this works, first example was quit similar. did you reproduce the problem or not? Le 01/02/2020 à 10:01, Geertjan Wielenga a écrit : > https://github.com/search?q=SyntaxErrorHighlightingTask&type=Code > > Gj > > On Sat, Feb 1, 2020 at 12:48 AM Bilu Al > wrote: >

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-02-01 Thread Geertjan Wielenga
https://github.com/search?q=SyntaxErrorHighlightingTask&type=Code Gj On Sat, Feb 1, 2020 at 12:48 AM Bilu Al wrote: > > https://vimsky.com/zh-tw/examples/detail/java-method-org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription.html > > There must be some issue change in t

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu Al
https://vimsky.com/zh-tw/examples/detail/java-method-org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription.html There must be some issue change in the API Le ven. 31 janv. 2020 à 22:43, Geertjan Wielenga a écrit : > Which other implementations did you check? Maybe you sho

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Geertjan Wielenga
Which other implementations did you check? Maybe you should go furthermore. Gj On Fri, Jan 31, 2020 at 8:47 PM Bilu wrote: > from my debug the issue seems to comes from the > SJSyntaxErrorHighlightingTask class. i check already a little other > implementations and they are quite similar but i

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu
from my debug the issue seems to comes from the SJSyntaxErrorHighlightingTask class.  i check already a little other implementations and they are quite similar  but i failed to go futhermore. waiting for your feedback, thanks you very much Le 31/01/2020 à 20:25, Geertjan Wielenga a écrit : > I wo

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Geertjan Wielenga
I would look for other implementations of that class on GitHub and elsewhere to see how others have done it. Gj On Fri, 31 Jan 2020 at 20:18, Bilu wrote: > Sorry you right i skipped this step a bit: > > What i do is: > > 5.a- change: public static class SJParserResult extends Result { =>

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu
Sorry you right i skipped this step a bit: What i do is:     5.a- change: public static class SJParserResult extends Result { =>  public static class SJParserResult extends org.netbeans.modules.csl.spi.ParserResult {     5.b- org.netbeans.modules.csl.spi.ParserResult require module: Common Scrip

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Geertjan Wielenga
What does this mean, exactly: "update SJParserResult class to extend o.n.m.csl.spi.ParserResult instead of o.n.m.parsing.spi.Parser.Result" I'm not going ton try to guess, since you have done the above, would be best if you'd explain how you made the above change -- it's not a simple question of

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu Al
Complete step is available in this tutorial: https://platform.netbeans.org/tutorials/nbm-javacc-parser.html You can also get the complete source code of the tutorial to avoid all the steps: https://github.com/vparfonov/api-samples/tree/master/nb-api-samples~api-samples/versions/7.2/tutorials/Simpl

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Geertjan Wielenga
Complete environment and precise steps to take to reproduce the problem. Gj On Fri, Jan 31, 2020 at 6:35 PM Bilu Al wrote: > Any advice hear please? > > > Le jeu. 30 janv. 2020 à 16:53, Bilu Al a écrit : > > > > Hello, > > > > Can somebody tell if this tutorial still up to date: > https://plat

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu Al
Any advice hear please? Le jeu. 30 janv. 2020 à 16:53, Bilu Al a écrit : > > Hello, > > Can somebody tell if this tutorial still up to date: > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html with Apache > NetBeans IDE 11.1 platform? > > I am facing an issue when implementing th