Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-ui-dev] CDT Edit hangs for many seconds



James Cobban wrote:
> 
> I am running Eclipse 3.2 with CDT 3.1.2, which appear to be the current
> levels, on Ubuntu 9.04 and I find the CDT editor is impossible to use
> because it keeps hanging up for many seconds.  For example just now I had
> to correct several lines that contained "instance.member" to
> "instance->member" because I had forgotten that I had a pointer to
> instance instead of a reference to instance.  Each time I replaced the .
> with the -> Eclipse hung for about a minute!  While waiting I worked on an
> unrelated task, but Eclipse was hogging so much of the system with
> whatever it was doing that everything was painfully slow.
> 

Thank you to the people who have contacted me.  I was running the version of
Eclipse from the Ubuntu repository, which is seriously out of date.  I have
now installed the Ganymede version and everything is hunky dory.
-- 
View this message in context: http://www.nabble.com/CDT-Edit-hangs-for-many-seconds-tp24018279p24037033.html
Sent from the Eclipse CDT - UI mailing list archive at Nabble.com.



Back to the top