2 very small issues noticed in VC3

2018-07-11 Thread Mike Billman
Not sure if this is proper time to report this (also no clue if it is something on my settings). Has anybody else noticed these two things: * Using windows 10, I click "pin to taskbar" and it switches to the old logo * The right "alt" button does not seem work for any key combinations bu

Re: What will happen to NB 8.x (and earlier)?

2018-07-11 Thread Geertjan Wielenga
Agree completely. Gj On Wednesday, July 11, 2018, Neil C Smith wrote: > On Wed, 11 Jul 2018 at 18:19, Geertjan Wielenga > wrote: > > From another perspective, 8.2 and earlier are all Oracle products, > licensed > > to Oracle, so that's up to Oracle to decide. > > But still open-source under CD

Re: What will happen to NB 8.x (and earlier)?

2018-07-11 Thread Neil C Smith
On Wed, 11 Jul 2018 at 18:19, Geertjan Wielenga wrote: > From another perspective, 8.2 and earlier are all Oracle products, licensed > to Oracle, so that's up to Oracle to decide. But still open-source under CDDL / GPL! There are mirrors around, including Emi's conversion to git (https://github.

Re: What will happen to NB 8.x (and earlier)?

2018-07-11 Thread Geertjan Wielenga
We'll see, too early to tell, but the longer we can keep everything the better. >From another perspective, 8.2 and earlier are all Oracle products, licensed to Oracle, so that's up to Oracle to decide. Gj On Wed, Jul 11, 2018 at 7:10 PM, Peter Nabbefeld wrote: > > Hello, > > I wonder what will

Re: Any chance to still get some change into 8.2?

2018-07-11 Thread Geertjan Wielenga
No more features for 8.2. Gj On Wed, Jul 11, 2018 at 7:12 PM, Peter Nabbefeld wrote: > > Hello, > > I'd need the patch for NETBEANS-1035 (making org.netbeans.modules.web.wicket > a friend of html.editor and html.editor.lib) to also go into NB 8.2 - still > any chance? Or no more features for 8.

Any chance to still get some change into 8.2?

2018-07-11 Thread Peter Nabbefeld
Hello, I'd need the patch for NETBEANS-1035 (making org.netbeans.modules.web.wicket a friend of html.editor and html.editor.lib) to also go into NB 8.2 - still any chance? Or no more features for 8.2? Kind regards Peter

What will happen to NB 8.x (and earlier)?

2018-07-11 Thread Peter Nabbefeld
Hello, I wonder what will happen to earlier versions of NetBeans - will there any be available for longer time, or will hg repository etc. be closed completely and probably removed? Kind regards Peter - To unsubscribe, e-

Re: How to set the read lock on TokenHierarchyOperation?

2018-07-11 Thread Peter Nabbefeld
Hi Junichi, yes, thank You, that helped a lot, since I've been on the wrong trail - locked for sth. to fix in the area of the lexer. I'm not yet used to the Javac adoption by netbeans lexing and parsing logic. Kind regards Peter Am 11.07.2018 um 13:02 schrieb Junichi Yamamoto: e.g. htt

RE: [VOTE] Release Apache NetBeans 9.0 (incubating) [vote candidate 3]

2018-07-11 Thread Mike Billman
+1 -Original Message- From: Vikas Prabhakar [mailto:vikas.prabha...@oracle.com] Sent: Wednesday, July 11, 2018 1:50 AM To: dev@netbeans.incubator.apache.org Subject: Re: [VOTE] Release Apache NetBeans 9.0 (incubating) [vote candidate 3] +1 On 7/9/2018 2:16 AM, Mario Schroeder wrote: >

Re: How to set the read lock on TokenHierarchyOperation?

2018-07-11 Thread Junichi Yamamoto
e.g. https://github.com/OldGrumble/NBWicketSupport/blob/e846cdd2f949af4e78433d4e74ba427453a96546/src/main/java/org/netbeans/modules/web/wicket/tree/HtmlTreeBuilder.java#L53 AbstractDocument ad = (AbstractDocument) doc; ad.readLock(); try { TokenHierarchy th = TokenHierarchy.get(ad); // so

Re: How to set the read lock on TokenHierarchyOperation?

2018-07-11 Thread Geertjan Wielenga
Take a look at some of the tutorials that make use of those kinds of classes, e.g., this one: https://platform.netbeans.org/tutorials/nbm-hyperlink.html https://platform.netbeans.org/tutorials/nbm-javacc-parser.html http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-lexer/architecture-sum

How to set the read lock on TokenHierarchyOperation?

2018-07-11 Thread Peter Nabbefeld
Hello, I'm -still looking through some parts of the code, while extending the module otherwise. I just found this trace in the log/output window, which I probably just didn't notice before (because a bunch of other logging messages follows): INFO [org.netbeans.spi.lexer.MutableTextInput]: