1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 478231 - Hook up .qrc files to the XML Editor

Change-Id: I41b8e07474b608d8311fbc3f117f9386e73b5305
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
This commit is contained in:
Matthew Bastien 2015-09-23 16:51:29 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent f97822d433
commit 74c21f5427
3 changed files with 12 additions and 0 deletions

View file

@ -9,5 +9,6 @@ providerName=Eclipse CDT
qtProjectFile.name = Qt Project File qtProjectFile.name = Qt Project File
qmlFile.name = QML File qmlFile.name = QML File
qrcFile.name = Qt Resource Collection File
qmakeEnvProvider.name = QMake Environment Provider qmakeEnvProvider.name = QMake Environment Provider
QtInstallHeaders.pathProvider.name = Qt Installed Headers QtInstallHeaders.pathProvider.name = Qt Installed Headers

View file

@ -35,6 +35,13 @@
name="%qmlFile.name" name="%qmlFile.name"
priority="normal"> priority="normal">
</content-type> </content-type>
<content-type
base-type="org.eclipse.core.runtime.xml"
file-extensions="qrc"
id="qrcFile"
name="%qrcFile.name"
priority="normal">
</content-type>
</extension> </extension>
<extension <extension
id="qtNature" id="qtNature"

View file

@ -55,6 +55,10 @@
<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/> <unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>
<repository location="http://download.eclipse.org/tm/terminal/builds/development/nightly/"/> <repository location="http://download.eclipse.org/tm/terminal/builds/development/nightly/"/>
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/neon/"/>
</location>
</locations> </locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<launcherArgs> <launcherArgs>