Bug 282409 - [content assist] limitations of aspectOf completion proposal
Summary: [content assist] limitations of aspectOf completion proposal
Status: NEW
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 280508
Blocks:
  Show dependency tree
 
Reported: 2009-07-03 16:02 EDT by Andrew Eisenberg CLA
Modified: 2009-07-03 16:02 EDT (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 Andrew Eisenberg CLA 2009-07-03 16:02:19 EDT
As described in bug 280508, the new aspectOf completion proposal has the following limitations:

1. The proposal will not appear within the aspect itself.  Ie- content assist inside of the aspect will not show its own aspectOf() method, but other aspects' aspectOf methods will appear.
2. The proposal does not distinguish between the various forms of aspectOf (ie- aspectOf(Object) is not included).

I am marking this as an enhancement, but if you feel this is important, please bump up to major or critical.