At 10:56 AM 5/3/00 +0200, you wrote:
>
>Hi,
>
>i am new to JDE, and i am trying to figure out why the jde-complete-at-point
>does not always work :
>let's say i have this 
>
>public class Essai{ 
>  ....
>  public void toto(String titi){
>       String tutu;
>  }
>}
>
>
>when i write "tutu." and when i do jde-complete-at-point it works fine :))
>but when i write "titi." and when i do jde-complete-at-point then i get a
>"can't find any declaration for titi" :(
>
>what should i do ?


The completion package is a work in progress. At the moment, it does not
handle completion of method arguments, fields declared in ancestors of the
current class, and static fields. One of the reasons for this has been the
difficulty of parsing Java source buffers, using regular expressions. The
new BNF grammar-based parser that I have added for the next release should
solve this problem. I plan to "complete" the completion package as soon as
possible

- Paul

------------------------------------------------------------
TECH SUPPORT POLICY

I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request. 

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive: 
http://www.mail-archive.com/[email protected]/maillist.html


Reply via email to