Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-11-12 22:17:17 +0000
committerAlain Magloire2002-11-12 22:17:17 +0000
commit47f264c7e8d1a192b3c77765eedadf4e90d2f226 (patch)
tree71b9988d272c825b3b49d3ef8a3fe9d568073a24
parent4d8caa576938778d29bdda240e7a859e616a3141 (diff)
downloadorg.eclipse.cdt-47f264c7e8d1a192b3c77765eedadf4e90d2f226.tar.gz
org.eclipse.cdt-47f264c7e8d1a192b3c77765eedadf4e90d2f226.tar.xz
org.eclipse.cdt-47f264c7e8d1a192b3c77765eedadf4e90d2f226.zip
updated.
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 2f5f8900c1c..e83a34b553c 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,5 +1,12 @@
2002-11-12 Alain Magloire
+ * index/.../internal/core/index/CTagsRunner.java (run):
+ Remove the quick start code, not necessary.
+ * index/.../core/index/IndexModel.java (setEnabled):
+ Check if it was already enabled.
+
+2002-11-12 Alain Magloire
+
* index/.../internal/core/index/IndexManager.java (removeConatiner):
Change the signature of the function to take IContainer.
(removeResource): Also remove the request from the requestList.
@@ -8,7 +15,7 @@
2002-11-12 Alain Magloire
- * index/.../index/IndexModel.java (isEnabled):
+ * index/.../core/index/IndexModel.java (isEnabled):
New method check if indexing is enable for a project.
(setEnabled) : enable/disable indexing for a project.
(removeResource): New method, remove resource from the list.

Back to the top