Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'memory/org.eclipse.cdt.debug.ui.memory-feature')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties2
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml7
2 files changed, 8 insertions, 1 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties
index 827e75627cc..58974a665b6 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties
@@ -29,7 +29,7 @@ providerName=Eclipse CDT
updateSiteName=Eclipse CDT Update Site
# "description" property - description of the feature
-description=Additional features for debug Memory View - traditional rendering, Find/Replace, Import/Export.
+description=Additional features for debug Memory View - traditional rendering, floating-point rendering, Find/Replace, Import/Export.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
index 27fbf4a0fb8..334d34a8d3b 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
@@ -30,6 +30,13 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.cdt.debug.ui.memory.floatingpoint"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.cdt.debug.ui.memory.transport"

Back to the top