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
eans.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, design methodologies etc., is so

Re: NetBeans Design

2019-11-12 Thread Tim Boudreau
gt;>> )) > >>> > >>> Maybe you want a more complex visualization, with rectangle and edge > but > >> I guess should be some layout and "dynamic page" to filter ( or 8K > monitors > >> :p). Modules are legion. > >>> > >>>

Re: NetBeans Design

2019-11-07 Thread Geertjan Wielenga
element" " mimetype" "project type" you can find > >> which module provide it (this is a bit too textual). > >>> )) > >>> > >>> Maybe you want a more complex visualization, with rectangle and edge > but > >> I guess should be som

Re: NetBeans Design

2019-11-07 Thread Jeremy Cavanagh
t and "dynamic page" to filter ( or 8K monitors :p). Modules are legion. Best Regards Eric -Message d'origine- De : Christian Lenz 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 N

Re: RE: NetBeans Design

2019-11-06 Thread Tim Boudreau
but > I guess should be some layout and "dynamic page" to filter ( or 8K monitors > :p). Modules are legion. > > > > Best Regards > > Eric > > -Message d'origine- > > De : Christian Lenz > > Envoyé : mercredi 6 novembre 2019 15:43 > >

Re: RE: NetBeans Design

2019-11-06 Thread Eric Bresie
you want a more complex visualization, with rectangle and edge but I > guess should be some layout and "dynamic page" to filter ( or 8K monitors > :p). Modules are legion. > > Best Regards > Eric > -Message d'origine- > De : Christian Lenz > Envoyé : mercredi

RE: NetBeans Design

2019-11-06 Thread Eric Barboni
rigine- De : Christian Lenz 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: ➢ https://leanpub.com/nbp4beginners ➢ Gj Hey Geertjan, how does that fit in the reworked/cat

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: dev &g

AW: NetBeans Design

2019-11-06 Thread Christian Lenz
. 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't accept a current javahl. So, where would I find the > module where the check happened (I grep'ed for the error message an

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

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 >

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

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

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?

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

NetBeans Design

2019-11-06 Thread Jeremy Cavanagh
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 idea of what I'm looking at, or where to find things. I really hope there is, particularly if it includes