diff options
author | Tom Schindl | 2015-12-02 01:23:18 +0000 |
---|---|---|
committer | Tom Schindl | 2015-12-02 01:23:18 +0000 |
commit | 00b1d9705ec0b95da562d52dc676d462daac5e1c (patch) | |
tree | 6ec0c235e132120c4e55b0d33a53d3619939125c /releng/code | |
parent | 8af075e8d3617b8022cb8c98b3d767218f234d2e (diff) | |
download | org.eclipse.efxclipse-00b1d9705ec0b95da562d52dc676d462daac5e1c.tar.gz org.eclipse.efxclipse-00b1d9705ec0b95da562d52dc676d462daac5e1c.tar.xz org.eclipse.efxclipse-00b1d9705ec0b95da562d52dc676d462daac5e1c.zip |
Bug 483038 - Allow to configures editor highlightings based on JSON
Diffstat (limited to 'releng/code')
-rw-r--r-- | releng/code/org.eclipse.fx.code.target.feature/feature.xml | 63 |
1 files changed, 21 insertions, 42 deletions
diff --git a/releng/code/org.eclipse.fx.code.target.feature/feature.xml b/releng/code/org.eclipse.fx.code.target.feature/feature.xml index 016cc8f93..ef3cdefe7 100644 --- a/releng/code/org.eclipse.fx.code.target.feature/feature.xml +++ b/releng/code/org.eclipse.fx.code.target.feature/feature.xml @@ -385,30 +385,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.text" - download-size="0" - install-size="0" - version="0.0.0"/> - - <plugin - id="org.eclipse.fx.code.editor.ldef.text.source" - download-size="0" - install-size="0" - version="0.0.0"/> - - <plugin - id="org.eclipse.fx.code.editor.ldef.text.fx" - download-size="0" - install-size="0" - version="0.0.0"/> - - <plugin - id="org.eclipse.fx.code.editor.ldef.text.fx.source" - download-size="0" - install-size="0" - version="0.0.0"/> - - <plugin id="org.eclipse.fx.code.editor.fx.themes" download-size="0" install-size="0" @@ -437,129 +413,132 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.langs.fx" + id="org.eclipse.jdt.core" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.langs.fx.source" + id="org.eclipse.jdt.core.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.langs.text" + id="org.eclipse.fx.code.editor.asciidoc" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.langs.text.source" + id="org.eclipse.fx.code.editor.asciidoc.fx" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.langs.themes" + id="org.eclipse.fx.code.editor.asciidoc.fx.e4" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.ldef.langs.themes.source" + id="org.eclipse.fx.text.compat" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.jdt.core" + id="org.eclipse.fx.code.editor.configuration" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.jdt.core.source" + id="org.eclipse.fx.code.editor.configuration.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.asciidoc" + id="org.eclipse.fx.code.editor.configuration.text" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.asciidoc.fx" + id="org.eclipse.fx.code.editor.configuration.text.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.asciidoc.fx.e4" + id="org.eclipse.fx.code.editor.configuration.text.fx" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.text.compat" + id="org.eclipse.fx.code.editor.configuration.text.fx.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.configuration" + id="org.eclipse.fx.code.editor.langs.codegen.fx" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.configuration.source" + id="org.eclipse.fx.code.editor.langs.codegen.fx.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.configuration.text" + id="org.eclipse.fx.code.editor.langs.contrib" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.configuration.text.source" + id="org.eclipse.fx.code.editor.langs.contrib.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.configuration.text.fx" + id="org.eclipse.fx.code.editor.langs.themes" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin - id="org.eclipse.fx.code.editor.configuration.text.fx.source" + id="org.eclipse.fx.code.editor.langs.themes.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> + + + </feature> |