Hi Paul and thanks for your answer.

I have looked some in the source code. But I didn't find any good way to
solve my problem without copying pretty much all code from
jde-complete-generic and jde-complete-pair.

Since there is jde-complete-function I thought that there was some function
that figured out all completions (with the beanshell) and that returned a
list of all completions. This way it would be easy to use modes such as ido
and anything. That was what I was trying to achive.

Just out of curiosity, when will there be a next release and what features
will it include? I didn't see any notes about it on the homepage.

On Thu, Jan 22, 2009 at 3:47 AM, Paul <[email protected]> wrote:

> I suggest looking at the current source code.  It uses beanshell to
> traverse the classpath.  In return, beanshell returns a list as a
> sexp, which Emacs then reads and uses `completing-read'.  Or wait
> until the next release, which will have an improved version which
> might address your needs.
>
> Johan Andersson writes:
>  > Hi,
>  >
>  > I'm trying to create my own custom function to jde-complete. But I cant
>  > figure out how to get the list of completions without activating some
> other
>  > completion method.
>  >
>  > Could someone please give me a short example of how this could be done?
>  >
>  > Thanks!
>  > Hi,<br><br>I&#39;m trying to create my own custom function to
> jde-complete. But I cant figure out how to get the list of completions
> without activating some other completion method.<br><br>Could someone please
> give me a short example of how this could be done?<br>
>  > <br>Thanks!<br>
>  >
> ------------------------------------------------------------------------------
>  > This SF.net email is sponsored by:
>  > SourcForge Community
>  > SourceForge wants to tell your story.
>  >
> http://p.sf.net/sfu/sf-spreadtheword_______________________________________________
>  > jdee-users mailing list
>  > [email protected]
>  > https://lists.sourceforge.net/lists/listinfo/jdee-users
>
> --
>
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to