Doug Coleman
70537e86e4
fuel.help: Help test requires io.servers to be loaded, so load it.
2018-07-07 12:27:11 -05:00
Doug Coleman
4e9d383fe5
docs: Fix help-lint-all mistakes.
2018-07-07 01:13:19 -05:00
John Benediktsson
4a144e5ea7
more test IN: cleanup.
2018-02-15 08:45:08 -08:00
Björn Lindqvist
d2b58e93e0
FUEL: fix the test that broke due to refactoring
2018-02-07 20:37:06 +01:00
Björn Lindqvist
5d27f004a1
FUEL: refactoring to eliminate the eval-result variable
...
This makes the FUEL <-> Elisp ipc much simpler. All code called from
Elisp should put one result item on the stack. The fuel-pprint word
serializes it.
2018-02-07 18:38:28 +01:00
John Benediktsson
849b6d76f4
fuel.help: change find-word to use words-named.
...
It still returns the "first" word found (which might be dubious), but
now it supports qualified search like "math:+" find-word.
2018-02-05 15:40:46 -08:00
Björn Lindqvist
5709e0b621
FUEL: improved fuel-get-uses
...
The path to the source file needs to be set when parsing, in case a
syntax word uses 'where' or some similar word.
2018-01-29 12:12:07 +01:00
John Benediktsson
c20d36bab9
fuel: forgot to push tests change for ? rename.
2018-01-22 13:59:43 -08:00
John Benediktsson
ea66922b91
fuel: add ? to a couple words.
2018-01-22 11:33:27 -08:00
Björn Lindqvist
71b92c4e28
FUEL: breadcrumb system on vocabs/tag and vocabs/author pages
2017-07-07 15:26:03 +02:00
Björn Lindqvist
2ffb7a2669
fuel.help: breadcrumbs in article pages too
2017-07-04 17:05:46 +02:00
Björn Lindqvist
1265bb3b5c
FUEL: cool breadcrumb navigation for help pages
2017-07-04 15:23:04 +02:00
Björn Lindqvist
eb62e1fe4e
fuel.help: fix for a small help bug on vocabs without words in them
2017-06-26 15:53:54 +02:00
Björn Lindqvist
08354f638f
fuel.eval: fixing the manifest gunk more
...
Some FUEL features doesn't ship a correct usings list so you need to use
the current manifests vocabs.
2017-06-26 05:44:51 +02:00
Björn Lindqvist
963d9da525
fuel.eval: refactoring to remove the globals eval-error and eval-output
2017-06-26 05:44:51 +02:00
Björn Lindqvist
e020369b13
fuel.eval: better manifest handling in eval-in-context
2017-06-26 05:44:51 +02:00
John Benediktsson
3a6eefcc8e
using ignore-errors instead of [ drop ] recover.
2017-02-09 15:50:33 -08:00
Björn Lindqvist
78555afb9e
fuel.help: value-str -> unparse-short
2017-01-10 12:36:46 +01:00
Björn Lindqvist
0884434c0f
fuel: more word renamings, now only words called from elisp have the fuel- prefix
2017-01-10 12:36:46 +01:00
Björn Lindqvist
cd3adb671c
fuel.eval.tests: fixing the test by wrapping it in a manifest
2017-01-08 13:41:43 +01:00
Björn Lindqvist
c11c59876f
fuel,fuel.eval: renaming fuel- prefix words
2017-01-08 13:18:50 +01:00
Björn Lindqvist
340ca944d4
fuel,fuel.help: refactoring of lots of word names
...
Better to use unprefixed words everywhere. When they clash with words
from the help system, fully qualified names can be used.
2017-01-08 13:18:17 +01:00
Björn Lindqvist
a1f9fca4dc
FUEL: ensuring that autodoc works for qualified word references (eg unix.ffi:accept)
2017-01-07 15:26:19 +01:00
John Benediktsson
b141e0d2fb
assocs: moving collect-by from math.statistics.
2016-12-28 12:56:19 -08:00
Alexander Iljin
2fd5654473
Add EOL at EOF for all authors.txt files for consistency
...
In some instances replaced CR/LF with LF.
2016-07-30 09:25:30 -07:00
Björn Lindqvist
27a707947a
fuel.listener: new vocab with a listener better for FUEL ( #1486 )
2015-10-06 14:09:51 +02:00
Björn Lindqvist
97de22755c
fuel: move the server-starting main to the fuel.remote vocab
2015-10-06 13:54:33 +02:00
Björn Lindqvist
804348287c
Docs: fix a bunch of help-lint warnings
2015-09-22 08:52:59 +02:00
Björn Lindqvist
8ef926989b
fuel.pprint: fix a thing that broke in fuel due to the source-file-error
...
tuple change
2015-08-06 09:21:33 -07:00
Doug Coleman
3f6634650d
fuel: fix load
2015-07-24 00:32:51 -07:00
Doug Coleman
352e5de16a
core, basis, extra: Remove DOS line endings from files.
...
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
Doug Coleman
a4c5a748ad
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise.
2015-06-08 12:47:35 -07:00
Björn Lindqvist
c631ba8dfe
FUEL: the web reference have next and prev links for each word, let's add them to the fuel
...
help too
2015-06-07 17:00:56 -07:00
Benjamin Pollack
4ada328880
Make fuel more discoverable when browsing Factor help
2015-02-03 15:27:46 -08:00
John Benediktsson
31b22494a1
extra: using empty? in some places.
2014-12-04 19:13:08 -08:00
Björn Lindqvist
45ef36e42c
fuel.xref: refactor of normalize-loc and group-xrefs per mrjbq7s comments
2014-11-17 19:00:32 -08:00
Björn Lindqvist
2b1e080ccd
FUEL: big refactoring of fuel-xref-mode and the fuel.xref vocab
...
The big difference is that links to words are now grouped by vocab and
sorted alphabetically which I think makes *fuel xref* much more usable
when you have lots of words in the list
2014-11-17 19:00:32 -08:00
Björn Lindqvist
bc3a6660b8
FUEL: words-matching outputs an assoc so pick only the keys which are the words + test
2014-11-17 19:00:32 -08:00
Björn Lindqvist
db88ae8d30
fuel: get-vocabs word is redundant
2014-11-04 07:40:16 -08:00
Björn Lindqvist
0d6f70cc7c
fuel.eval: wrap fuel-pprint in a without-limits so fuel output isn't truncated
2014-10-10 14:01:23 -07:00
John Benediktsson
cc4c83783f
fuel.eval: re-use listener:parse-lines-interactive.
2014-05-23 11:12:30 -07:00
Björn Lindqvist
c21a562529
fuel.pprint: . needs to be escpaed to load prettyprint's help page
2014-04-18 08:43:12 -07:00
Björn Lindqvist
b9082ca7b1
FUEL: fallback to the all-words algorithm when search doesnt work
...
It's to hard to figure out the correct "in" and "usings" values for
fuel-eval-in-context when *fuel help* is looking at articles. Instead
of trying, fallback on the less precise word lookup algorith and
accept that it sometimes will lead you wrong.
2014-04-18 08:43:11 -07:00
Björn Lindqvist
385a8a0798
FUEL: remove fuel-help-short and supporting code
...
The feature is not used anywhere (not bound to any key) and the normal
fuel-help display works better than fuel-help-short anyway
2014-04-18 08:43:11 -07:00
Björn Lindqvist
35fd1ad8cb
FUEL: correct fuel-helps word lookup algorithm
...
e.g if you lookup help for pop you should see the help page for
sequences:pop not persistent.deques.private:pop
2014-04-14 08:38:33 -07:00
Doug Coleman
c40c8ccd52
fuel: Renamed restart to continue-restart.
2013-03-23 20:04:11 -07:00
Doug Coleman
52c8b9fc3d
fuel.pprint: Fix bad use of source-file.
2013-03-23 19:59:50 -07:00
Doug Coleman
8c19602ae9
assocs: Add of and ?of. Change all the things at once! Fixes #701 .
2013-03-23 14:59:07 -07:00
John Benediktsson
e74f770b57
Use bl in more places.
2013-03-14 19:24:00 -07:00
John Benediktsson
916c495337
tools.scaffold: rename scaffold-help to scaffold-docs.
2012-07-27 15:24:30 -07:00