Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index a486b285f19..8cedadcd4e1 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-05 Andrew Niefer
+ C++ Search:
+ - enable Selected Resource Scope
+ - populate dialog base on selection when opened from outline view
+ - fix small bug that found namespaces when searching for enumerations
+ - tweak sorting by path to consider line number second
+
2003-09-04 John Camelon
First pass of parsing function bodies with X-Reference information.
Updated IASTFactory/ISourceElementRequestor to include IASTCodeScope

Back to the top