Ticket #59 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Extension page should provide filtered type selection dialogs

Reported by: stephan Owned by:
Priority: major Milestone: OTDT_1.1.7
Component: third-party Version: 1.1.6
Keywords: Cc:

Description

When adding an aspectBinding extension using the extension editor the fields class and superclass have a Browse button which opens a type selection dialog.

This dialog should only present team classes.

This is actually an instance of the more general request in  Eclipse bug 61185.

Change History

Changed 4 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to OTDT_1.1.7

Fixed in r17897.

Yup, fixing again a PDE bug without editing the PDE sources ;-)

Involved two steps:

  • Use a HierarchyScope instead of a std. JavaSearchScope
  • assumed bug fix in !TypeNameMatchRequestorWrapper:
    member types were never checked by the scope.
Note: See TracTickets for help on using tickets.