mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Added content types for .pro and .qml files for Qt.
This commit is contained in:
parent
c946bb225a
commit
f5030e3533
3 changed files with 20 additions and 0 deletions
|
@ -9,3 +9,4 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.eclipse.cdt.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Localization: plugin
|
||||
|
|
2
qt/org.eclipse.cdt.qt.core/plugin.properties
Normal file
2
qt/org.eclipse.cdt.qt.core/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
qtProjectFile.name = Qt Project File
|
||||
qmlFile.name = QML File
|
|
@ -24,4 +24,21 @@
|
|||
</toolChain>
|
||||
</template>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.contenttype.contentTypes">
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
file-extensions="pro"
|
||||
id="qtProjectFile"
|
||||
name="%qtProjectFile.name"
|
||||
priority="normal">
|
||||
</content-type>
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
file-extensions="qml"
|
||||
id="qmlFile"
|
||||
name="%qmlFile.name"
|
||||
priority="normal">
|
||||
</content-type>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue