Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] aspectJ & code assist in eclipse

Thanks a lot Matt,

I think you've just answered my questions. I never
thought it would be a bug in the AJDT editor.

Yenny

--- Matt Chapman <mpchapman@xxxxxxxxx> wrote:

> Hi Yenny,
> 
> Code assist is usually where you press Control and
> Space together to
> see the possible completions. Auto-activation is the
> feature where the
> completions appear automatically a short time after
> typing a ".". What
> exactly is the behaviour you are looking for? The
> AspectJ editor is
> designed to behave like the Java editor, but note
> there is an open bug
> for this auto-activation feature:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=111971
> 
> Regards,
> 
> Matt.
> 
> On 09/11/05, Yenny Rusli <yerusli@xxxxxxxxx> wrote:
> > Hi all,
> >
> > A very dumb question but I have been spending time
> in
> > figuring it out:
> >
> > How do you turn on/off code assist in eclipse?
> > When I am doing a regular Java programming, I want
> the
> > javadoc to give me suggestions of available
> methods
> > everytime I put a "." after an object.
> > ex: String str = new String("abc);
> >     str. ... (when I type in the "." I want the
> list
> > of methods corresponding to the String class to
> > appear).
> >
> > When I am doing AspectJ, I want this feature to be
> > disabled.
> >
> > I disabled this feature a while back and now I
> can't
> > seem to turn it on.
> >
> > I tried to modify the code assist section of
> Window ->
> > Preferences -> Editor -> Code Assist to no avail.
> >
> > Any input will be greatly appreciated!
> >
> > Thanks!
> >
> >
> >
> >
> > __________________________________
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> > _______________________________________________
> > 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
> 



		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


Back to the top