Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Suggestion Pop Up List Incremental Matching Doesn't Work In AspectJ Editor

Sorry Matt, this slipped through my inbox.  There are quite a few
issues with content assist in AspectJ editors.  Please raise this as a
bug in bugzilla.  Content assist is something that we plan on tackling
in the future.

--andrew

On Fri, Aug 1, 2008 at 4:31 PM, Matt Brown <softmechanics@xxxxxxxxx> wrote:
> Hello all,
>
> I've noticed a problem with the suggestion pop up that only occurs when I'm
> editing an AspectJ file:
>
> As I type an import statement, for example, I get a list of all the known
> subpackages after I type a dot. If I type a letter, the list of packages
> disappear, instead of being narrowed to packages beginning with that
> letter.  I've also noticed that if the first letter is a lower case 'a', I
> get some AspectJ suggestions: "adviceexecution", "after_returning",
> "after_throwing", "around", and a "Note" entry.  Again, if I try to narrow
> the list by typing another letter, 'f', for example, the list disappears.
>
> Has anyone else experienced this problem?
>
> thanks
> -Matt Brown
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>
>


Back to the top