Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-04-21 18:28:07 +0000
committerAlain Magloire2004-04-21 18:28:07 +0000
commitadd448508384ee73395ee5a78b2f9e1b13682423 (patch)
treeac1360db18f6a57ff6df697a9946fdbf9133636f
parentd7632408799654dff1859a21150818d9438d9bfb (diff)
downloadorg.eclipse.cdt-add448508384ee73395ee5a78b2f9e1b13682423.tar.gz
org.eclipse.cdt-add448508384ee73395ee5a78b2f9e1b13682423.tar.xz
org.eclipse.cdt-add448508384ee73395ee5a78b2f9e1b13682423.zip
Disable the pathEntry property page
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog5
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 93be9a52c1f..cb29fcb5726 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-21 Alain Magloire
+ Disable the PathEntry property page.
+
+ * plugin.xml
+
2004-04-21 Hoda Amer
Fix for bug#58703 :[Content Assist] An extra [^SPC] is required after appending to a prefix
Fix for bug#58708 :[Content Assist] Invalid proposals on nested classes
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 9ddbdc982b2..33fb363b38b 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -644,7 +644,7 @@
id="org.eclipse.cdt.ui.CSearchResultPage">
</viewPage>
</extension>
--->
+<!--
<extension
point="org.eclipse.ui.propertyPages">
<page

Back to the top