On Mon, Jun 2, 2014 at 6:54 AM, John Gabriele <jmg3...@gmail.com> wrote:

> On Sunday, June 1, 2014 5:15:52 PM UTC-4, Andy Fingerhut wrote:
>>
>> Thanks to Francois du Toit, the versions of the Clojure cheatsheet
>> available at the link below now have the ability to let you search for all
>> symbols beginning with a string you type in, with color highlighting of
>> matches.
>>
>>     http://jafingerhut.github.io
>>
>>
> Oooh, that's nifty. Removes blocks with no results too. And I see that it
> actually searches for string anywhere in the function name (not just at the
> beginning). Thanks Francois and Andy!
>
> One minor thing: if a search string doesn't turn up any results at all, it
> would be nice if it turned red in the search field to indicate so.
>
> -- John
>

This 'turn search box red if there are no matches' functionality has been
implemented.

Also, before today searching would only find matches at the beginning of a
whole "word" in a symbol, e.g. typing "last" would find "last" and
"but-last", because the "last" in "but-last" had a hyphen before it, but it
would not highlight "butlast".  Now it will highlight all of those.

Andy

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to