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

Mark Visual C++ Support feature as experimental

This feature was never really fully mature. It lacks important things
like proper built-in detection, ability to select VS version, target
architecture, Windows SDK, etc.  And now the supported VS versions are
quite behind. I have the intention to improve it over time but I think
it is better to set more reasonable expectations by flagging it as
experimental and it will also allow more ambitious but possibly
incompatible changes workspace-wise.

Change-Id: Iceaa316fb5cf17dde9a6f056d5ced1b3ce496c7f
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
This commit is contained in:
Marc-Andre Laperle 2020-08-19 23:42:16 -04:00 committed by Marc-André Laperle
parent 581eb9eb6d
commit 2effd41b14
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=C/C++ Visual C++ Support featureName=C/C++ Visual C++ Support (experimental)
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT providerName=Eclipse CDT

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<feature <feature
id="org.eclipse.cdt.msw" id="org.eclipse.cdt.msw"
label="C/C++ Visual C++ Support" label="%featureName"
version="10.0.0.qualifier" version="10.0.0.qualifier"
provider-name="Eclipse CDT" provider-name="%providerName"
plugin="org.eclipse.cdt.msw.build" plugin="org.eclipse.cdt.msw.build"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -19,7 +19,7 @@
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. # NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
blurb=C/C++ Visual C++ Support\n\ blurb=C/C++ Visual C++ Support (experimental)\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\