Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 346017

Summary: org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor does not offer 'privileged' modifier in content-assist
Product: [Tools] AJDT Reporter: Brett Randall <javabrett>
Component: UIAssignee: AJDT-inbox <AJDT-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: unspecified   
Target Milestone: 2.1.3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Brett Randall CLA 2011-05-16 20:20:21 EDT
Build Identifier: Build id: 20110301-1815

When editing AJ source, if you go to the Aspect declaration e.g. public aspect and position the cursor between those words, type a 'p' then control-space, the modifier 'privileged' is not offered by content assist.

The active editor class:
AspectJEditor
The contributing plug-in:
org.eclipse.ajdt.ui (2.1.3.e36x-20110315-1000)
The active editor identifier:
org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor
The active menu contribution identifiers:
org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor.EditorContext
#AbstractTextEditorContext
#CompilationUnitEditorContext
#AbstractTextEditorRulerContext
#AJCompilationUnitRulerContext
org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor.RulerContext
#OverviewRulerContext

Reproducible: Always

Steps to Reproduce:
Per above.
Comment 1 Andrew Eisenberg CLA 2011-05-31 15:55:15 EDT
Now committed.  Will be available in the next Eclipse 3.6 build.