From f6653a6c61443dc04d5cd684582c96343c180a86 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 28 Aug 2003 19:47:32 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 6b3a3b7d676..ae733e58e99 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,18 @@ +2003-08-28 Alain Magloire + + Changes to be able to see external file in the CEditor. The main problem + was that the way the Core/Model ICElement and IWorkingCopy was designed + they always assume that files are inside the workspace .... So to always have + an IFile. One of the problem was the CContentOutliner. We provid and + extern WorkingCopy: CFileWorkingCopy. But this should be revisited. + + Changes aslo to the OpenIncludAction to use the IScannerInfo to search + for headers. + + * src/org/eclipse/cdt/internal/ui/CFileElmentWorkingCopy.java + * src/org/eclipse/cdt/internal/ui/editor/CContentOutliner.java + * src/org/eclipse/cdt/internal/ui/editor/OpenIncludeAction.java + 2003-08-27 Thomas Fletcher Update code completion to include () for functions and methods and