Re: Status of NetBeans Apache process

2017-03-07 Thread Mark Struberg
Great progress, thanks Geertjan! LieGrue, strub > Am 07.03.2017 um 15:07 schrieb Geertjan Wielenga > : > > Hi all, > > The review of the 'releases' repository continues to be in progress. > > So far, six out of 11 clusters that constitute a basic Java IDE > (nb.cluster.bootstrap, nb.cluster.

Status of NetBeans Apache process

2017-03-07 Thread Geertjan Wielenga
Hi all, The review of the 'releases' repository continues to be in progress. So far, six out of 11 clusters that constitute a basic Java IDE (nb.cluster.bootstrap, nb.cluster.platform, nb.cluster.harness, nb.cluster.ide, nb.cluster.extide, nb.cluster.websvccommon) have been reviewed, one is in p

@StaticResource was: Icons cleanup

2017-03-07 Thread Jaroslav Tulach
Please note that there already is a safe way to access icons by a key - it is the resource path. In addition to that there is http://bits.netbeans.org/8.2/javadoc/org-netbeans-api-annotations-common/org/ netbeans/api/annotations/common/StaticResource.html annotation which makes sure the icons a

Re: Icons cleanup

2017-03-07 Thread Jens Hofschröer
Hi Am 06.03.2017 um 15:19 schrieb Wade Chandler: This sounds like a good/interesting approach; resource IDs. Is this something you could put together as a simple RCP example and share on Github, less any other code? i.e. permission to share that specific module, and then maybe it could be loo