Sorry meant that for the mailing list... Sent from my iPhone
Begin forwarded message: > From: Eric Bresie <ebre...@gmail.com> > Date: July 13, 2019 at 8:01:28 AM CDT > To: Peter Cheung <mcheun...@hotmail.com> > Subject: Documentation Updates (Re: HyperlinkProvider::isHyperlinkPoint > returns wrong offset) > > Suspect this is an ongoing activity but the bit api link mentioned below > mentions some related tutorials > > https://platform.netbeans.org/tutorials/60/nbm-hyperlink.html > > https://netbeans.org/kb/trails/platform.html > > This got me noticing much of these have not been updated for a while (since > about 8.x ish). > > In some places assume may just be as simple as references to newer builds. > > But wasn’t sure if any newer changes might have impacted the trails, > Tutorials, and apis documentation.. > > Would this fall under any existing defect or is new one needed? > > Eric Bresie > ebre...@gmail.com > >> On July 12, 2019 at 12:59:10 AM CDT, Peter Cheung <mcheun...@hotmail.com> >> wrote: >> Hi all >> My netbeans-antlr plugin supports jump to source feature, it works well in >> Netbeans 8.2. I upgrade it to Netbeans 11 without changing any code, and I >> found HyperlinkProvider::isHyperlinkPoint giving me wrong offset. Any hints >> for it? >> >> http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib/org/netbeans/lib/editor/hyperlink/spi/HyperlinkProvider.html >> >> HyperlinkProvider (Editor Library) - >> bits.netbeans.org<http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib/org/netbeans/lib/editor/hyperlink/spi/HyperlinkProvider.html> >> >> This interface should be implemented by anyone who whats to provide >> hyperlinking functionality in the source code. There should be one provider >> instance per mime-type. >> bits.netbeans.org >> >> >> Thanks >> From Peter