2010/7/8 Lee Spector <lspec...@hampshire.edu>

>
> Laurent,
>
> Thanks for all of the helpful replies. Just one clarification:
>
> On Jul 8, 2010, at 3:37 AM, Laurent PETIT wrote:
> >> BTW, is there a way to get a popup menu of the options, or some other
> listing of them without going through them one by one?
> >
> > There is already a "Clojure" menu and a contextual menu (when in an
> editor) with a "Clojure" menu entry, which list available "commands" (those
> that are considered commands by Eclipse, and are customizable by you the
> user via Window > General > Keys menu).
> >
> > If you were talking about this menu and find it incomplete, I would
> appreciated if you could take the time to precisely list the missing pieces,
> so that I can concentrate on adding them, and not hunting them :-)
>
> Actually I was talking about a menu of *completions* here. I meant that
> when one has typed the beginning of a symbol and "asks" for completions, is
> there a way to get all of the known completions in a popup menu or listed in
> another buffer (two approaches taken in other systems), etc., instead of
> just getting one completion filled in where you're typing and having to keep
> asking for more to cycle through them? I think maybe you already have
> something like this but I'm missing it... in the doc you talk about
> "omni-completions," and I'm not sure what those are, and you also talk about
> hitting a key a second time to broaden the search for a whole new set of
> classes (while I have to hit it once for each possible match)... Or maybe
> I'm misreading that. I also note that the sentence beginning with "200
> results..." is cut off, and might give a clue if completed...
>
>
Oh, it appears that the documentation is a little bit outdated ... :'-(

What you first describe is odd. Is this a Mac particularity ?
On Windows/Linux, Hitting Ctrl+Space_bar results in showing a popup with all
the possible completions.
If there is only one completion that ccw is aware of, then no popup is
displayed at all.

"omni-completion" is the fact that you can type "f-d" and it will match
"find-doc" and "future-done?" (for example :-) ), which is an interesting
"type saver" !

Concerning "hitting a key a second time to broaden the search": it's an
error in the docs, it's not yet implemented *at all*.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to