Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Integrated CDT(rcp,cdt,artop)
RCP Integrated CDT [message #1864105] Sat, 16 March 2024 14:17
思远 张 is currently offline 思远 张Friend
Messages: 1
Registered: March 2024
Junior Member
I integrated CDTeditor into an RCP program, but after running the program, I was unable to select ProjectType when creating a C++project. Are there any missing plugins

<editor
default="true"
name="CEditor"
icon="icons/obj16/c_file_obj.gif"
class="org.eclipse.cdt.internal.ui.editor.CEditor"
contributorClass="org.eclipse.cdt.internal.ui.editor.CEditorActionContributor"
symbolicFontName="org.eclipse.cdt.ui.editors.textfont"
id="org.eclipse.cdt.ui.editor.CEditor">
<contentTypeBinding contentTypeId="org.eclipse.cdt.core.cSource"/>
<contentTypeBinding contentTypeId="org.eclipse.cdt.core.cxxSource"/>
<contentTypeBinding contentTypeId="org.eclipse.cdt.core.cxxHeader"/>
<contentTypeBinding contentTypeId="org.eclipse.cdt.core.cHeader"/>
<contentTypeBinding contentTypeId="org.eclipse.cdt.core.cSource"/>
</editor>
Previous Topic:[CNF] Link with editor / lazy tree & auto-expanding the tree
Next Topic:How can i open the editor on a file from a jar
Goto Forum:
  


Current Time: Sat Jul 27 15:11:49 GMT 2024

Powered by FUDForum. Page generated in 0.03689 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top