mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Added a QML Editor which handles basic syntax highlighting for keywords, multi-line and single-line comments, and strings. The highlight colours are similar to that of Qt Creator and cannot be modified by users as of yet. Change-Id: Ied0ab0432a3a2a43f93733964747c792e29771c4 Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
15 lines
496 B
Properties
15 lines
496 B
Properties
# Copyright (c) 2013 QNX Software Systems and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
pluginName=C/C++ Qt Support UI
|
|
providerName=Eclipse CDT
|
|
|
|
qmlEditor.name=QML Editor
|
|
|
|
qtHighlighting.extName=Qt Semantic Highlighting
|
|
qtHighlighting.displayName=Qt Keywords
|
|
|
|
newProject.name=Qt Project
|