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:
parent
f97822d433
commit
74c21f5427
3 changed files with 12 additions and 0 deletions
|
@ -9,5 +9,6 @@ providerName=Eclipse CDT
|
|||
|
||||
qtProjectFile.name = Qt Project File
|
||||
qmlFile.name = QML File
|
||||
qrcFile.name = Qt Resource Collection File
|
||||
qmakeEnvProvider.name = QMake Environment Provider
|
||||
QtInstallHeaders.pathProvider.name = Qt Installed Headers
|
||||
|
|
|
@ -35,6 +35,13 @@
|
|||
name="%qmlFile.name"
|
||||
priority="normal">
|
||||
</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
|
||||
id="qtNature"
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/tm/terminal/builds/development/nightly/"/>
|
||||
</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>
|
||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<launcherArgs>
|
||||
|
|
Loading…
Add table
Reference in a new issue