2013-02-05 09:56:18 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.cdt.ui.semanticHighlighting"
|
|
|
|
name="%qtHighlighting.extName"
|
|
|
|
id="org.eclipse.cdt.qt.ui.semanticHighlightings">
|
|
|
|
<semanticHighlighting
|
|
|
|
id="org.eclipse.cdt.qt.ui.keywordHighlighting"
|
|
|
|
priority="5"
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.QtHighlighting"
|
|
|
|
preferenceKey="qt-keywords"
|
|
|
|
displayName="%qtHighlighting.displayName"
|
|
|
|
defaultTextColor="127,0,85"
|
|
|
|
defaultBold="true"
|
|
|
|
defaultEnabled="true">
|
|
|
|
<enablement>
|
|
|
|
<with variable="projectNatures">
|
|
|
|
<iterate operator="or">
|
|
|
|
<equals value="org.eclipse.cdt.qt.core.qtNature"/>
|
|
|
|
</iterate>
|
|
|
|
</with>
|
|
|
|
</enablement>
|
|
|
|
</semanticHighlighting>
|
|
|
|
</extension>
|
2013-02-20 13:23:40 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.cdt.ui.completionProposalComputer"
|
|
|
|
id="QtCompletionProposalComputer"
|
|
|
|
name="Qt Completion Proposal Computer">
|
|
|
|
<completionProposalComputer
|
|
|
|
categoryId="org.eclipse.cdt.ui.parserProposalCategory"
|
2013-12-12 07:40:51 -05:00
|
|
|
class="org.eclipse.cdt.internal.qt.ui.QtCompletionProposalComputer"
|
2013-02-20 13:23:40 -05:00
|
|
|
activate="true">
|
|
|
|
<partition type="__dftl_partition_content_type"/>
|
|
|
|
<partition type="__c_preprocessor"/>
|
|
|
|
</completionProposalComputer>
|
|
|
|
</extension>
|
2015-08-26 16:58:18 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.newWizards">
|
|
|
|
<wizard
|
|
|
|
category="org.eclipse.cdt.ui.newCWizards"
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.NewQtProjectWizard"
|
|
|
|
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
|
|
|
icon="icons/newcc_app.gif"
|
|
|
|
id="org.eclipse.cdt.qt.ui.newProject"
|
|
|
|
name="%newProject.name"
|
|
|
|
project="true">
|
|
|
|
</wizard>
|
|
|
|
</extension>
|
2015-09-21 11:16:56 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.editors">
|
|
|
|
<editor
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.editor.QMLEditor"
|
|
|
|
default="true"
|
|
|
|
extensions="qml"
|
|
|
|
id="org.eclipse.cdt.qt.ui.QMLEditor"
|
|
|
|
name="%qmlEditor.name">
|
|
|
|
</editor>
|
2015-09-23 13:22:06 -04:00
|
|
|
<editor
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.editor.QtProjectFileEditor"
|
|
|
|
default="true"
|
2015-10-02 17:56:45 -04:00
|
|
|
extensions="pro,pri"
|
2015-09-23 13:22:06 -04:00
|
|
|
id="org.eclipse.cdt.qt.ui.QtProjectFileEditor"
|
|
|
|
name="%qtProjectFileEditor.name">
|
|
|
|
</editor>
|
2015-09-21 11:16:56 -04:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.core.filebuffers.documentSetup">
|
|
|
|
<participant
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.editor.QMLDocumentSetupParticipant"
|
|
|
|
contentTypeId="qmlFile"
|
|
|
|
extensions="qml">
|
|
|
|
</participant>
|
|
|
|
</extension>
|
2015-11-11 21:55:06 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.preferencePages">
|
|
|
|
<page
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.preferences.QtPreferencePage"
|
|
|
|
id="org.eclipse.cdt.qt.ui.preferencePage.qt"
|
|
|
|
name="%preferences.qt.name">
|
|
|
|
</page>
|
|
|
|
</extension>
|
2013-02-05 09:56:18 -05:00
|
|
|
</plugin>
|