Bug 77917 - AspectJ/Java editor missing gutter if file belongs to external folder
Summary: AspectJ/Java editor missing gutter if file belongs to external folder
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.1.12   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Sian January CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 85122 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-04 21:34 EST by Roman Dolgov CLA
Modified: 2005-02-24 08:31 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Dolgov CLA 2004-11-04 21:34:40 EST
AspectJ/Java editor missing guter (leftmost panel where breakpoints, bookmarks
ect are shown) if file belongs to external folder.

Steps to repproduce :

Create AspectJ project
Create folder which links to external folder somewhere on your filesystem.
Create AspectJ class

Check leftmost panel - it is missing.
BTW ruler (rightmost panel) is missing too.
Comment 1 Matt Chapman CLA 2004-11-08 04:48:24 EST
Sian, can you investigate?
Comment 2 Sian January CLA 2004-11-08 08:33:42 EST
In fact this just applies to .aj files in external folders.  .java files work 
fine.
Comment 3 Sian January CLA 2004-11-15 07:20:46 EST
This appears to be a side effect of bug 65066 - 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65066

It looks as though the JDT team have either acidentally or intentionally fixed 
this for .java files in the Java editor so it should be possible for us...
Comment 4 Sian January CLA 2004-11-18 12:08:33 EST
Fixed in latest build
Comment 5 Sian January CLA 2004-11-19 09:48:51 EST
Fix meant that we lost some other functionality in the editor, so it has been 
pulled out.
Comment 6 Sian January CLA 2004-11-19 09:53:48 EST
I have determined that this is definitely a side effect of 65066.  The text 
editor, which is a parent of our editor does not find an annotation model for 
files in linked source folders that are not also somewhere else in the 
workspace.  The Java editor provides its own annotation model for 
ICompilationUnits, which is why .java files are unaffected. Since this is so 
complicated to fix at our level and is an outside case we may wait and see 
whether 65066 is going to be fixed in the near future before looking at this 
again.
Comment 7 Sian January CLA 2005-02-15 05:29:27 EST
*** Bug 85122 has been marked as a duplicate of this bug. ***
Comment 8 Sian January CLA 2005-02-24 08:31:51 EST
Appears to be fixed in Eclipse 3.1