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-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"
|
2016-05-16 10:39:02 -04:00
|
|
|
contentTypeId="org.eclipse.cdt.qt.core.qmlFile"
|
2015-09-21 11:16:56 -04:00
|
|
|
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>
|
2015-11-26 16:20:37 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
|
|
|
<launchConfigurationTabGroup
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.launch.QtLocalLaunchConfigurationTabGroup"
|
|
|
|
id="org.eclipse.cdt.qt.ui.launchConfigurationTabGroup"
|
|
|
|
type="org.eclipse.cdt.qt.core.launchConfigurationType">
|
2016-01-25 15:00:32 -05:00
|
|
|
<launchMode
|
|
|
|
mode="run">
|
|
|
|
</launchMode>
|
|
|
|
<launchMode
|
|
|
|
mode="debug"
|
|
|
|
perspective="org.eclipse.debug.ui.DebugPerspective">
|
|
|
|
</launchMode>
|
2015-11-26 16:20:37 -05:00
|
|
|
</launchConfigurationTabGroup>
|
|
|
|
</extension>
|
2016-01-29 15:08:21 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTabs">
|
|
|
|
<tab
|
|
|
|
class="org.eclipse.debug.ui.EnvironmentTab"
|
|
|
|
group="org.eclipse.cdt.qt.ui.launchConfigurationTabGroup"
|
|
|
|
id="org.eclipse.cdt.qt.ui.tab.env"
|
|
|
|
name="Environment">
|
|
|
|
</tab>
|
|
|
|
</extension>
|
2015-12-08 10:22:33 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets">
|
|
|
|
<target
|
|
|
|
id="org.eclipse.cdt.qt.ui.qml"
|
|
|
|
name="QML Hyperlink Target">
|
|
|
|
<context
|
|
|
|
type="org.eclipse.cdt.internal.qt.ui.editor.QMLEditor">
|
|
|
|
</context>
|
|
|
|
</target>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
|
|
|
|
<hyperlinkDetector
|
|
|
|
activate="true"
|
|
|
|
class="org.eclipse.cdt.internal.qt.ui.editor.QMLHyperlinkDetector"
|
|
|
|
id="org.eclipse.cdt.qt.ui.hyperlinkDetector2"
|
|
|
|
name="QML Hyperlink Detector"
|
|
|
|
targetId="org.eclipse.cdt.qt.ui.qml">
|
|
|
|
</hyperlinkDetector>
|
|
|
|
</extension>
|
2016-02-22 20:14:28 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.tools.templates.ui.templates">
|
|
|
|
<tag
|
|
|
|
id="org.eclipse.cdt.qt.ui.tag"
|
|
|
|
label="Qt">
|
|
|
|
</tag>
|
|
|
|
<template
|
2016-08-09 14:54:14 -04:00
|
|
|
icon="icons/qt_logo.png"
|
2016-02-22 20:14:28 -05:00
|
|
|
id="org.eclipse.cdt.qt.ui.template.helloWorld"
|
2016-08-09 14:54:14 -04:00
|
|
|
label="Qt C++/QML Application"
|
2016-02-22 20:14:28 -05:00
|
|
|
wizard="org.eclipse.cdt.internal.qt.ui.wizards.HelloWorldWizard">
|
2016-08-09 14:54:14 -04:00
|
|
|
<description>
|
|
|
|
A simple Hello World Qt Application with main function in C++ and the UI in QML.
|
|
|
|
</description>
|
2016-02-22 20:14:28 -05:00
|
|
|
<tagReference
|
|
|
|
id="org.eclipse.cdt.qt.ui.tag">
|
|
|
|
</tagReference>
|
2016-08-09 14:54:14 -04:00
|
|
|
<tagReference
|
|
|
|
id="org.eclipse.cdt.ui.cdtTag">
|
|
|
|
</tagReference>
|
2016-02-22 20:14:28 -05:00
|
|
|
</template>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.launchbar.ui.launchBarUIContributions">
|
|
|
|
<descriptorUI
|
|
|
|
descriptorTypeId="org.eclipse.cdt.qt.core.launchDescriptorType"
|
|
|
|
labelProvider="org.eclipse.cdt.internal.qt.ui.launch.QtLaunchDescriptorLabelProvider">
|
|
|
|
</descriptorUI>
|
|
|
|
</extension>
|
2016-05-10 12:45:02 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
|
|
|
<launchConfigurationTypeImage
|
|
|
|
configTypeID="org.eclipse.cdt.qt.core.launchConfigurationType"
|
|
|
|
icon="icons/qt16.png"
|
|
|
|
id="org.eclipse.cdt.qt.core.launchConfigurationType.image">
|
|
|
|
</launchConfigurationTypeImage>
|
|
|
|
</extension>
|
2016-11-11 13:10:16 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.cdt.launch.coreBuildTab">
|
|
|
|
<provider
|
|
|
|
nature="org.eclipse.cdt.qt.core.qtNature"
|
|
|
|
tabClass="org.eclipse.cdt.internal.qt.ui.launch.QtBuildTab">
|
|
|
|
</provider>
|
|
|
|
</extension>
|
2013-02-05 09:56:18 -05:00
|
|
|
</plugin>
|