Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Detailed formatter feature for CDT, feedback welcome!

I need some time to understand the code. The problem with ICType was the first thing that caught my attention.

Mikhail 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Tor Arne Vestbø
Sent: Friday, June 20, 2008 5:26 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Detailed formatter feature for CDT, feedback welcome!

Mikhail Khodjaiants wrote:
> But the code requires changes.

Please elaborate :) My primary goal was to get something up and running, and then to release it to get early feedback, so any comments on how to structure it to be more in line with the rest of CDT, or anything else for that matter, is highly welcome.

> I have looked at it briefly and noticed that ICType is used in 
> ICDITarget. ICType is not a CDI interface and shouldn't be referenced 
> by it.

Good point. Would a solution be if we changed it to use a ICDIType? If so, how would the client code in CStackFrame get to the ICDIType? By making ICType adaptable, or by exposing CType.getCDIType()?

Thanks!

Tor Arne

--
Tor Arne Vestbø, Software Engineer
Trolltech ASA, Oslo, Norway
http://www.trolltech.com/
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top