[Factor-talk] How to reload help definitions?

2014-02-13 Thread Jean-Marc Lugrin
Hi, I tried to write some help. Although I see the result if I start a fresh factor (after USE:ing the vocabulary), it seems that the help text is not reloaded from the file when I change it, even if I reload the vocabulary. Is there a way to force the reload of the help source for a vocabulary? Th

Re: [Factor-talk] How to reload help definitions?

2014-02-13 Thread Jon Harper
I can't reproduce what you describe: using a fairly recent git version, > USE: math.primes > "math.primes" help ... The browser opens edit basis/math/primes-docs.factor, change the ARTICLE: content >"math.primes" reload ...The browser is updated Same for word documentation (eg HELP: prime? ...) D

Re: [Factor-talk] How to reload help definitions?

2014-02-13 Thread Jean-Marc Lugrin
Thanks, Following these steps it works here too, at least a couple of times. .However I still have the problem if I use the 'refresh-all' (F2). It may be due to the fact that I copied the executable and images from the latest development release (2013-04-26) over the sources of the master on githu

Re: [Factor-talk] How to reload help definitions?

2014-02-13 Thread John Benediktsson
Hi, We use file system change events to monitor for changed files. You can read about it here: http://docs.factorcode.org/content/article-io.monitors.html I'm curious if they are broken somehow on your system. Do you get any errors when running our tests? IN: scratchpad "io.monitors" t

Re: [Factor-talk] How to reload help definitions?

2014-02-13 Thread Björn Lindqvist
2014-02-13 17:45 GMT+01:00 Jean-Marc Lugrin : > It may be due to the fact that I copied the executable and images from the > latest development release (2013-04-26) over the sources of the master on > github, as I have no way to rebuild the current version on windows. > Probably in some cases this