Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] aspect types search

Matt,

Thanks, I didn't know that was possible. What I want is actually a way to use this dialog in my plugin, and I just found it in the code. I worked around instantiating an OpenTypeSelectionDialog object. It's in an internal package, and I get some warnings, but everything works fine.

thanks,
Davi Pires


On 12/12/06, Matt Chapman <mpchapman@xxxxxxxxx> wrote:
Hi Davi,

What functionality are you looking for exactly? It's true that full
searching of declarations in aspects is not implemented, but there is
an "Open AspectJ Type" dialog (Alt+Shift+A) which can be used to
select from all the aspects, classes, interfaces etc in a project.

Regards,

Matt.

On 11/12/06, Davi Pires <inhodpr@xxxxxxxxx> wrote:
> Hi aspectj fellows,
>
> I'm trying to search for the aspect types in a project and show them in a
> dialog, where the user would choose one of them and do something with it.
> However, I just realized the AspectJ search isn't implemented yet (
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=71073 or
> http://www.eclipse.org/ajdt/tasks.php ) and, therefore, I
> see no straightforward way to do this (like using
> JavaUI.createTypeDialog(...)).
>
> Anyone ever came across a similar problem and found a decent workaround? Do
> the developers have this feature planned for any future release (apparently
> not) ?
>
> thanks,
> Davi Pires
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top