Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Integrated CDT(rcp,cdt,artop)
RCP Integrated CDT [message #1864105] Sat, 16 March 2024 10:17
Eclipse UserFriend
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: Sun Aug 31 09:18:53 EDT 2025

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

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

Back to the top