Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] What happened to the Dom Ast View

Hi,

The current implementation reveals names of internal interfaces and methods and also makes arbitrary calls to these. This is perfect for a testing-tool however it should not be part of the standard CDT.

If there is an interest to provide a DOM AST view for all CDT users, I think the view needs to be rewritten and should then go into the cdt.ui plugin.

Markus.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc-Andre Laperle
Sent: Wednesday, January 04, 2012 02:57
To: CDT General developers list.
Subject: Re: [cdt-dev] What happened to the Dom Ast View

 

Maybe the DOM AST view could be moved to the cdt.util feature and that could be included in the sdk? What do you think? It always seemed weird to me that it's in org.eclipse.cdt.ui.test.
I personally find the view is useful when creating Codan checkers and refactorings. Since these can be contributed by installing the SDK alone and extending the CDT with a separate plugin, I think including the view would be a helpful addition to the SDK.

Marc-Andre

On 1/3/2012 2:50 PM, Schaefer, Doug wrote:

We no longer distribute the tests. They are just for running our test suite at build time and during development. The ui.tests plug-in is in our git repo.

 

The DOM AST view was intended only to help us develop the AST. We haven’t productized it for general usage.

 

Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc-Andre Laperle
Sent: Tuesday, January 03, 2012 2:36 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] What happened to the Dom Ast View

 

It's supposed to come with the org.eclipse.cdt.testing feature (CDT Tests) but it looks like it's gone in the 8.0.1 p2 repo. I'll look into it tonight.

Marc-Andre

On 03/01/2012 2:10 PM, David Glaser wrote:

No I don’t.  I checked the installation details and I only have org.eclipse.cdt.ui. 

 

How do I go about getting the org.eclipse.cdt.ui.tests plugin?

 

-David

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc-Andre Laperle
Sent: Tuesday, January 03, 2012 2:01 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] What happened to the Dom Ast View

 

Hi David,

It's in org.eclipse.cdt.ui.tests, do you have this plug-in?

Marc-Andre

On 03/01/2012 1:58 PM, David Glaser wrote:

I upgraded to CDT 8 SDK and I can’t find the Dom Ast Viewer.

 

Where can I find it?

 

-David






_______________________________________________
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