mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
updated
This commit is contained in:
parent
87ebd92130
commit
f6653a6c61
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue