Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Scalability popup

In the preferences you can find C/C++ -> Editor -> Scalability.
This may allow you to configure things the way you want.  Maybe even programatically.
 
Marc


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Adam Neal
Sent: Tuesday, February 10, 2009 9:55 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Scalability popup

Hi,

We are using the CDT to show only small sections of the underlying file at any given time. When users are using our tooling, however, they are getting a scalability popup because their underlying source files are quite large. From their point of view it seems like an odd message as only a small portion of a method is being shown at any given time.

Is there anything that can be done about this? I suspect not, as the entire file needs to be loaded, but I need to do my due diligence :)

Thanks in advance,


Adam Neal
Rational Software, IBM Software Group
770 Palladium Drive, Kanata, Ontario, K2V 1C8
Phone: 514-964-0794
Email: adamneal@xxxxxxxxxx


Back to the top