[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] aspectJ & code assist in eclipse
|
- From: Matt Chapman <mpchapman@xxxxxxxxx>
- Date: Wed, 9 Nov 2005 21:59:32 +0000
- Delivered-to: aspectj-users@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ieJYriEF6IfRdP4bKof18bE3dw2+SmHNJgk2eFqd1xo1zClGlj8WKVXPbt6U8xU8usm7Z60bL8T+LWtaAbS5m+0Ch0cl9Z1Jb2Ox2HqPx1z0dhX5odTejXlT1IZcsUGH5sDC/MPtoBfMq0iVUZ7pBHxU2ukjMHPPjEPTHeqjp2k=
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
>