Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] DOM Searching

Actually it all comes back my main mantra that makes me a natural tools guy:
"I hate typing!", so yes, the parentheses were a pain, not to mention I just
found Lisp code unreadable. And no, I still use my emacs key bindings in
Eclipse today. :) Eclipse-lisp would be funny...

Cheers,
D
 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Beth Tibbitts
> Sent: Wednesday, March 29, 2006 4:25 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] DOM Searching
> 
> Being an old Lisp fan and Prolog hater, I responded to your taunt.
> (Lisp = Lots of Infuriating Stupid Parentheses)
> You probably use VI instead of emacs too, don't you?
> 
> Well, I like you for OTHER reasons, then.
> Like your terrific work on CDT.
> I'll forgive you for the other, former endeavors.
> :-)
> 
> ...Beth
> 
> Beth Tibbitts  (859) 243-4981  (TL 545-4981)
> IBM T.J.Watson Research Center
> Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511
> 
> 
> 
>              Doug Schaefer
>              <DSchaefer@xxxxxx
>              m>                                                         To
>              Sent by:                  "CDT General developers list."
>              cdt-dev-bounces@e         <cdt-dev@xxxxxxxxxxx>
>              clipse.org                                                 cc
> 
>                                                                    Subject
>              03/29/2006 04:10          RE: [cdt-dev] DOM Searching
>              PM
> 
> 
>              Please respond to
>                "CDT General
>              developers list."
>              <cdt-dev@eclipse.
>                    org>
> 
> 
> 
> 
> 
> 
> Being an old Prolog fan and a LISP hater, I had to check this out.
> 
> ---
> % (append L K M) succeeds if M is the result of appending K to L.
> 
> append nil K K.
> append (X :: L) K (X :: M) :- append L K M.
> ---
> 
> It's amazing what can happen to a technology if you come back to it 16
> years
> later...
> 
> Thanks Rémi,
> Doug Schaefer, QNX Software Systems
> Eclipse CDT Project Lead, Tools PMC member
> http://cdtdoug.blogspot.com
> 
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On
> > Behalf Of Doug Schaefer
> > Sent: Wednesday, March 29, 2006 3:57 PM
> > To: CDT General developers list.
> > Subject: RE: [cdt-dev] DOM Searching
> >
> > Lambda Prolog? Very cool.
> >
> > We have been using the wiki on wiki.eclipse.org to store developer
> > information. On the CDT page you'll see pointers off to plans and a
> design
> > doc I'm currently working on for the PDOM, the new indexer/search
> > facility.
> > CDT 3.1 is to be released as part of Callisto by the end of June.
> >
> > It might be easier if you told me which interfaces you are using and I
> can
> > say what you should look out for.
> >
> > Cheers,
> > Doug Schaefer, QNX Software Systems
> > Eclipse CDT Project Lead, Tools PMC member
> > http://cdtdoug.blogspot.com
> >
> >
> > > -----Original Message-----
> > > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > On
> > > Behalf Of Rémi Dewitte
> > > Sent: Wednesday, March 29, 2006 12:30 PM
> > > To: CDT General developers list.
> > > Subject: Re: [cdt-dev] DOM Searching
> > >
> > > I am currently developping support for the Lambda Prolog language
> based
> > on
> > > the
> > > CDT work. Where can we be aware of changes happening with CDT 3.1 ?
> And
> > > when
> > > is it planned to be released ? I couldn't find any docs on CDT site.
> > > Thanks for your great work.
> > > Rémi
> > >
> > > Le Mercredi 29 Mars 2006 16:02, Doug Schaefer a écrit :
> > > > The best place to look is at the implementation of the CSearchPage
> > that
> > > > manages the C/C++ Search Dialog. It shows all the options to the CDT
> > > search
> > > > engine.
> > > >
> > > > Be warned that this is all changing in CDT 3.1, though so these APIs
> > > aren't
> > > > really considered public.
> > > >
> > > > Doug Schaefer, QNX Software Systems
> > > > Eclipse CDT Project Lead, Tools PMC member
> > > > http://cdtdoug.blogspot.com
> > > >
> > > > > -----Original Message-----
> > > > > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-
> > bounces@xxxxxxxxxxx]
> > > On
> > > > > Behalf Of Stewart, Richard
> > > > > Sent: Wednesday, March 29, 2006 8:18 AM
> > > > > To: CDT General developers list.
> > > > > Subject: [cdt-dev] DOM Searching
> > > > >
> > > > > I'd like to programmatically find all references in my workspace
> to
> > a
> > > > > particular function.  Can somebody point me in the right direction
> > of
> > > > > where to get started?  Thanks!
> > > > >
> > > > > Rick
> > > > > _______________________________________________
> > > > > cdt-dev mailing list
> > > > > cdt-dev@xxxxxxxxxxx
> > > > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > > >
> > > > _______________________________________________
> > > > cdt-dev mailing list
> > > > cdt-dev@xxxxxxxxxxx
> > > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top