Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT + WTP -> No more JSP Editor?

> 
> Hello list,
> 
> I hope this is the right place to ask after looking through the FAQ and 
> extensive use of Google, if not please excuse me and point me to the 
> correct place :)
> 
> I'm trying to use the C++ IDE in Ecplise by using the CDT. But after 
> installing it (I downloaded the zip and copied the directories manually) 
> my JSP editor seems to be broken, as the syntax highlighting and every 
> other cool feature like Ctrl+Space is not working anymore. Can you 
> please tell me what I'm doing wrong here, I bet it is a total beginner's 
> problem and I'm sorry for bothering you.
> 
> I'm using Eclipse 3.1M4, CDT SDK 2.1.0 and WTP SDK 1.0M2 (or rather 
> trying to) on MS Windows XP. Please tell me if you would need further 
> information and thank you for taking your time :)
> 

This will be fix in CDT-3.0 with the coming of the content-type framework.
The problem is the DocumentSetup and the DocumentParticipant are set to "*"
for extensions. You man want to put "c cpp, cc, h" instead.




Back to the top