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

RE: NB 11.2 hangs on project background scan

2020-01-31 Thread Joao Rebelo
Hi, I had the same problem with NB10, but only with PHP projects, I switch from adoptOpenJDK to Oracle jdk and did well. -- Cumprimentos, João Rebelo [cid:image001.jpg@01D5D816.60A5B3D0] PCHouse – Reflexão, Estudos e Sistemas Informáticos, Lda Rua Heróis de Quionga, 64-C * 1170-180 LISBOA Tel

[JIRA PLUGIN]: Any Jira plugin working??

2020-01-31 Thread Bilu Al
Hello, Obviously the Jira plugin available at the plugin portal is not working with the latest NB version, see related issue: https://issues.apache.org/jira/browse/NETBEANS-2434, https://issues.apache.org/jira/browse/NETBEANS-3678, But did anyone know another one available and working? Thanks to