On Wed, Mar 12, 2008 at 5:24 AM, William Tanksley, Jr
<[EMAIL PROTECTED]> wrote:
>  Well... maybe something could be better. One of the hard problems is
>  knowing what to put in your USING: clause. Nobody ever shows that when
>  showing code examples, but it's crucial, and a serious blocker for
>  noobs. Maybe help could perform a search of some kind? I dunno.

I agree, it is difficult to know which vocab to find a word in.
'apropos' helps with this:

  "file-reader" apropos

But it won't find words in vocabs that haven't been loaded. So what I
do is load every vocab and save the image:

  USE: tools.browser
  load-everything
  save

This will then allow apropos, help, etc work across all contributed code.

Chris.
-- 
http://www.bluishcoder.co.nz

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to