Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: CDT Parsing Callback


I do plan to formalize some external interfaces for the work that we have done (and plan to do) in the next CDT release (2.0?).  That being said, IParserCallback is not yet near complete, as the parser still does not parse statements and expressions fully.

Referring to internal interfaces within the CDT core is not pretty, but its not the end of the world either. :-)  My concern in creating an external interface too early is that we are still in the process of scoping out the work required to be done for the next release; I would be interested in discovering (soon!) the parser-related requirements that your CDT-based products (Momentics, TimeStorm, etc.), as right now we are focusing on getting the indexer/search enabled.

BTW, Sebastien, are we having a conference call tomorrow?

JohnC



"Douglas Schaefer" <dschaefe@xxxxxxxxxx>

05/06/2003 11:31 AM
Please respond to cdt-dev

       
        To:        cdt-dev@xxxxxxxxxxx
        cc:        
        Subject:        [cdt-dev] Re: CDT Parsing Callback



Moving to dev list.

We basically put the interfaces in internal because we didn't feel they
were ready to make public.  We should start moving them now as they start
to mature.  I'll let John C handle the details.

Cheers,
Doug Schaefer
Rational Software - IBM Software Group
Ottawa, Ontario, Canada




"Alain Magloire" <alain@xxxxxxx>
05/06/2003 10:26 AM

       To:     jcamelon@xxxxxxxxxxxx, hamer@xxxxxxxxxxxx
       cc:     Douglas Schaefer/Ottawa/IBM@IBMCA, dinglis@xxxxxxx
       Subject:        CDT Parsing Callback



Bonjour

                The new parser does not provide a visible(1) callback
mechanism.
The old callback provided by the old parser was not extensible enough.
Any ideas on where to start.


(1) visible: meaning it is public an not under a org.eclipse.*.internal.*
The *internal* package name is reserve fo the implementation see eclipse
coding
conventions.


P.S.:  I was not sure if you folks wanted to start this in the cdt-*
mailing list.
If you prefer, I can resend this email to the cdt-core-dev.



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top