| Summary: | The source folder cannot be a nested folder of the project | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | pizhou <pizhoupeter> | ||||
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> | ||||
| Status: | ASSIGNED --- | QA Contact: | Jonah Graham <jonah> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | elaskavaia.cdt, jamesblackburn+eclipse | ||||
| Version: | 6.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
pizhou
I followed your steps but cannot reproduce it neither in 7.0 nor in 6.0.0. aa.cpp appears under testmethod/src after step 6 for me like that:
- bb
- testmethod/src
+ aa.cpp
+ bb.cpp
I think it is refresh problem. Not related to source folder. Currently my refresh on notifications totally broken - if I create new file or move file from other place it does not refresh at all. Created attachment 172566 [details]
The source folder as a nested folder
I have just downloaded the eclipse c/c++ IDE for Galileo eclipse-cpp-galileo-SR2-linux-gtk-x86_64.tar.gz, My OS is:Red Hat Enterprise Linux Client release 5.3 (Tikanga) This issue can be reproduced. In the uploaded attachment, aa.cpp is just created and is opened in the editor, but is not shown as a child of the source folder "testmethod/src" in the left project explorer. (In reply to comment #1) > I followed your steps but cannot reproduce it neither in 7.0 nor in 6.0.0. > aa.cpp appears under testmethod/src after step 6 for me like that: > - bb > - testmethod/src > + aa.cpp > + bb.cpp If aa.cpp is shown in the project explorer, you can delete it and you may find that it is still displayed as a child of the source folder "testmethod/src", which is not expected. (In reply to comment #1) > I followed your steps but cannot reproduce it neither in 7.0 nor in 6.0.0. > aa.cpp appears under testmethod/src after step 6 for me like that: > - bb > - testmethod/src > + aa.cpp > + bb.cpp I'd like to know first that if it is a bug or this behavior(creating a source folder as a nested folder in the project) is not supported. (In reply to comment #2) > I think it is refresh problem. Not related to source folder. > Currently my refresh on notifications totally broken - if I create new file or > move file from other place it does not refresh at all. I can reproduce an oddity as well using the otlined steps. After step 6 the file shows up under the source folder, but not under the non-source folder... Doesn't seem major though as it looks like an odd UI issue. |