RE: Customizing the tab showing a TopComponent in Editor mode

2018-07-19 Thread stephen cumminger
After doing a little more digging, I found a Blog entry that describes how to implement a custom TabbedComponentFactory. https://blogs.oracle.com/geertjan/plug-a-custom-basictabbedpaneui-into-the-netbeans-platform However, the links to the sources are broken http://www.jroller.com/DhilshukReddy

Customizing the tab showing a TopComponent in Editor mode

2018-07-19 Thread stephen cumminger
I'd like to change the appearance of the tab used to show a TopComponent in the Editor mode. I have been trying to use basic HTML markup to change the color of the text displayed by over-riding this method of the TopComponent: @Override public String getHtmlDisplayName() { String p

Re: Are 9.0 beta or VC JARs available in Maven repository

2018-07-19 Thread Geertjan Wielenga
There’s quite a bit more involved than meets the eye. For example, the NetBeans brand and domain do not belong to Apache yet, this is one of several items still in process, so ‘org.netbeans’ doesn’t belong to Apache yet and cannot be used yet for Maven archetypes. So, anything that you’re likely t

Re: Are 9.0 beta or VC JARs available in Maven repository

2018-07-19 Thread Andreas Sewe
Geertjan Wielenga wrote: > Also note that VC3 stands for ‘voting candidate 3’. > > I.e., a VC is simply a build for purposes of voting in order to do an > Apache release. A VC will never ever be released via Maven — it is not > intended at all for distribution, just for voting. Thanks for the exp

Re: Are 9.0 beta or VC JARs available in Maven repository

2018-07-19 Thread Geertjan Wielenga
Also note that VC3 stands for ‘voting candidate 3’. I.e., a VC is simply a build for purposes of voting in order to do an Apache release. A VC will never ever be released via Maven — it is not intended at all for distribution, just for voting. Gj On Thursday, July 19, 2018, Geertjan Wielenga <

Re: Are 9.0 beta or VC JARs available in Maven repository

2018-07-19 Thread Geertjan Wielenga
Not yet, no. Hopefully soon after we do the final 9.0 release. Gj On Thursday, July 19, 2018, Andreas Sewe wrote: > Hi NetBeans team, > > are NetBeans 9.0 (beta/VC) JARs (think org.netbeans.api:*:RELEASE90-VC3) > published in a Maven repository somewhere? I'd like to do some builds > against t

Are 9.0 beta or VC JARs available in Maven repository

2018-07-19 Thread Andreas Sewe
Hi NetBeans team, are NetBeans 9.0 (beta/VC) JARs (think org.netbeans.api:*:RELEASE90-VC3) published in a Maven repository somewhere? I'd like to do some builds against those, in addition to RELEASE82, for sanity checking. AFAICT, only