unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* jdee auto completion
@ 2007-03-15  8:45 op132650c
  2007-03-15  8:48 ` Matthew Flaschen
  0 siblings, 1 reply; 2+ messages in thread
From: op132650c @ 2007-03-15  8:45 UTC (permalink / raw)
  To: help-gnu-emacs

I'm programming on emacs with jdee plugin. When i do the auto-completion (M-x
jde-complete) in the mapping object, i get the message "No completion at this
point". I don't understand why, because it's defined that the object is a Map?
In the System.out.println line, the auto-completion worked.

what should i do to the completion work in this point?


[code]
import java.util.HashMap;
import java.util.Map;

public class Mapping {
public static void main(String[] args) {
System.out.println("TEST");
Map<String, String> mapping = new HashMap<String, String>();
mapping.p<cursor here>
}
}
[/code]

Thanks,
Pedro

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: jdee auto completion
  2007-03-15  8:45 jdee auto completion op132650c
@ 2007-03-15  8:48 ` Matthew Flaschen
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Flaschen @ 2007-03-15  8:48 UTC (permalink / raw)
  To: emacs

op132650c@mail.telepac.pt wrote:
> I'm programming on emacs with jdee plugin. When i do the auto-completion (M-x
> jde-complete) in the mapping object, i get the message "No completion at this
> point". I don't understand why, because it's defined that the object is a Map?
> In the System.out.println line, the auto-completion worked.
> 
> what should i do to the completion work in this point?

I use jde, and I don't think it can handle generics.

Matt Flaschen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-15  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-15  8:45 jdee auto completion op132650c
2007-03-15  8:48 ` Matthew Flaschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).