Why when I click on left in the index menu, the description of a function shows on top? It should be right next to clicked position, so I won't scroll whole page on top in order to read doc.
Wiadomość napisana przez John Harrop w dniu 2009-11-09, o godz. 23:08: > On Mon, Nov 9, 2009 at 4:28 PM, Howard Lewis Ship <[email protected]> > wrote: > It looks very nice ... still I'd love to see something like what > clj-doc does (http://github.com/mmcgrana/clj-doc) ... it adds a text > field that you can type into and it matches the available names > against what you type, hiding the rest. So if you know part of the > name, you can take a very large page (like clojure.core) and quickly > narrow it down. > > I have that already. It's called typing (find-doc "foo") at the > REPL. :) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
