1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2003-08-28 19:47:32 +00:00
parent 87ebd92130
commit f6653a6c61

View file

@ -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