[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: how to delete a class?

"Christoph Nelles" <news-eclipse@xxxxxxxxxxxxx> wrote in message 
news:evshro$hto$1@xxxxxxxxxxxxxxxxxxxx
> Hi!
>
> My first guess is to use "rebuild index" onto the project and then to 
> retry creating the new class after the old one does not show up anymore. 
> ...

ok. but where is this? it does not appear on the project properties or 
context menu. i can find where it says i am using the fast indexer, but 
that's all.

thanks

> Ray Tayek schrieb:
>> hi, newbie fooling around with cute in the cdt on 3.2.2. i deleted the 
>> .cpp and .h files for a class that i added using the new|class wizard. 
>> trying to re-create the class using the wizard says that the class 
>> already exists. cleaning, closing the project and restarting eclipse does 
>> not help. it's easy enough to start over from scratch, but it would be 
>> nice to know how to delete a class and have it really go away.
>>
>> i found the c/c++ index view and it does show the class that i deleted. 
>> ...