Re: NetBeans Design

2019-11-12 Thread Tim Boudreau
Indeed. I've found it handy to create a shell alias for searching java sources - dirt simple, but handy in your .bashrc: alias jfind='find . -name "*.java" | xargs grep -i ' will find any java source containing whatever string you pass to it. -Tim

RE: NetBeans Design

2019-11-12 Thread Eirik Bakke
vember 7, 2019 3:47 AM To: dev@netbeans.apache.org Subject: Re: NetBeans Design Hi Tim, That is most impressive, and yet terrifying at the same time. It raises even more questions for me. How does anyone know where anything is? Probably not for discussion here but, what use is software engineering

Re: NetBeans Design

2019-11-12 Thread Tim Boudreau
Best Regards > >>> Eric > >>> -Message d'origine- > >>> De : Christian Lenz > >>> Envoyé : mercredi 6 novembre 2019 15:43 > >>> À : dev@netbeans.apache.org > >>> Objet : AW: NetBeans Design > >>> >

Re: NetBeans Design

2019-11-07 Thread Geertjan Wielenga
nz > >>> Envoyé : mercredi 6 novembre 2019 15:43 > >>> À : dev@netbeans.apache.org > >>> Objet : AW: NetBeans Design > >>> > >>> ➢ And this IMHO continues to be the best book on the NetBeans Platform: > >>> > >>> ➢ ht

Re: NetBeans Design

2019-11-07 Thread Jeremy Cavanagh
the NetBeans Platform: ➢ https://leanpub.com/nbp4beginners ➢ Gj Hey Geertjan, how does that fit in the reworked/categorized structure. Is the book still up to date? Just asking. Cheers Chris Von: Geertjan Wielenga Gesendet: Mittwoch, 6. November 2019 15:34 An: dev Betreff: Re: Ne

Re: RE: NetBeans Design

2019-11-06 Thread Tim Boudreau
> À : dev@netbeans.apache.org > > Objet : AW: NetBeans Design > > > > ➢ And this IMHO continues to be the best book on the NetBeans Platform: > > > > ➢ https://leanpub.com/nbp4beginners > > > > ➢ Gj > > > > Hey Geertjan, > > >

Re: RE: NetBeans Design

2019-11-06 Thread Eric Bresie
reworked/categorized structure. Is the book still up > to date? Just asking. > > > Cheers > > Chris > > > Von: Geertjan Wielenga > Gesendet: Mittwoch, 6. November 2019 15:34 > An: dev > Betreff: Re: NetBeans Design > > On Wed, Nov 6, 2019 at 3:09 PM Chris

RE: NetBeans Design

2019-11-06 Thread Eric Barboni
d/categorized structure. Is the book still up to date? Just asking. Cheers Chris Von: Geertjan Wielenga Gesendet: Mittwoch, 6. November 2019 15:34 An: dev Betreff: Re: NetBeans Design On Wed, Nov 6, 2019 at 3:09 PM Christoph Theis wrote: > I have the same problem: > E.g., NB doesn&#x

Re: NetBeans Design

2019-11-06 Thread Geertjan Wielenga
ok still > up to date? Just asking. > Get the book. You'll see that aspect is unchanged and not discussed in that way in the book in the first place. Gj > > > Cheers > > Chris > > > Von: Geertjan Wielenga > Gesendet: Mittwoch, 6. November 2019 15:34 > An: d

Re: NetBeans Design

2019-11-06 Thread Laszlo Kishalmi
Well as you see the dependencies are quite extensive, I would judge that probably it won't even worth to try io represent it in 2D. Someone made some visualization earlier which was more for fun than useful. If you find something that you would like to explore, the best way is to search on som

Re: NetBeans Design

2019-11-06 Thread Geertjan Wielenga
On Wed, Nov 6, 2019 at 3:09 PM Christoph Theis wrote: > I have the same problem: > E.g., NB doesn't accept a current javahl. So, where would I find the > module where the check happened (I grep'ed for the error message and > found it). Are there dependencies? If I want to improve the error > mess

Re: NetBeans Design

2019-11-06 Thread Geertjan Wielenga
https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+Platform+Architecture Please write to the mailing list, not to me, so others can join in. Gj On Wed, Nov 6, 2019 at 2:43 PM Jeremy Cavanagh wrote: > Hi Geertjan, > > First, it's just general interest and understanding of the NetBean

Re: NetBeans Design

2019-11-06 Thread Geertjan Wielenga
http://wiki.netbeans.org/DevFaqApiSpi Gj On Wed, Nov 6, 2019 at 2:46 PM Jeremy Cavanagh wrote: > P.S., what does spi stand for? It's all over the place and I can't find > a definition that makes sense. > > On 06/11/2019 14:24, Geertjan Wielenga wrote: > > What specific things are you looking fo

Re: NetBeans Design

2019-11-06 Thread Christoph Theis
I have the same problem: E.g., NB doesn't accept a current javahl. So, where would I find the module where the check happened (I grep'ed for the error message and found it). Are there dependencies? If I want to improve the error message (right now it is hidden in the log files), how to do it? So,

Re: NetBeans Design

2019-11-06 Thread Geertjan Wielenga
What specific things are you looking for? Gj On Wed, 6 Nov 2019 at 14:05, Jeremy Cavanagh wrote: > Hi All, > > I was just wondering if there was a design document for NetBeans which > shows how all the pieces fit together? I ask this because whenever I > look at incubator-netbeans I have no ide