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
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
ea66922b91
fuel: add ? to a couple words.
2018-01-22 11:33:27 -08:00
Björn Lindqvist
1265bb3b5c
FUEL: cool breadcrumb navigation for help pages
2017-07-04 15:23:04 +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
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
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
Björn Lindqvist
97de22755c
fuel: move the server-starting main to the fuel.remote vocab
2015-10-06 13:54:33 +02: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
db88ae8d30
fuel: get-vocabs word is redundant
2014-11-04 07:40:16 -08: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
Doug Coleman
c40c8ccd52
fuel: Renamed restart to continue-restart.
2013-03-23 20:04:11 -07:00
John Benediktsson
916c495337
tools.scaffold: rename scaffold-help to scaffold-docs.
2012-07-27 15:24:30 -07:00
Doug Coleman
2b35edb595
issue #358 : Make a word lookup-article so that article is just a tuple.
2012-06-21 08:35:38 -07:00
Doug Coleman
94db86a6db
Make "foo.private" require load foo instead.
...
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201 .
2011-11-02 11:50:03 -07:00
Joe Groff
48b433750b
clean up polymorphic stack effects in fuel
2010-03-05 21:51:13 -08:00
Erik Charlebois
0142d46688
Add scaffolding for platforms.txt, add option to fuel-scaffold-vocab
2010-02-22 20:17:49 -08:00
Erik Charlebois
ffddca36b7
Add scaffolding words for tags, summary and authors and hook these up to FUEL. Modified fuel-scaffold-vocab to prompt the user for tags, summary and whether to create help and test files immediately.
2010-02-21 03:34:08 -08:00
Doug Coleman
e376a0ece2
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
2009-10-28 17:25:50 -05:00
Jose A. Ortega Ruiz
45e6683c62
FUEL: developer-name is not overriden in scaffolds if so desired.
2009-06-01 23:09:30 +02:00
Slava Pestov
274655e77c
More work on auto-use
2009-05-16 04:26:45 -05:00
Nicholas Seckar
47064cd1af
Fix stack effect of fuel-use-suggested-vocabs
2009-04-22 15:40:17 -07:00
Nicholas Seckar
af7ecb16cf
Determine restart vocab thru obj>> instead of error string
2009-04-19 14:52:24 -07:00
Nicholas Seckar
86a6b75160
Merge branch 'autouse-existing-usings' of git@github.com:seckar/factor into cleaner-using-suggestions
2009-04-19 14:31:44 -07:00
Slava Pestov
f36a3c4713
fuel: Fix compiler warnings
2009-04-17 20:49:36 -05:00
Nicholas Seckar
8806a0b18b
Make fuel auto-use the existing using in fuel-debug--uses-for-file.
2009-04-15 16:12:31 -07:00
Jose A. Ortega Ruiz
08113cd741
FUEL: Don't load vocabs in USING: form by default.
2009-02-19 01:33:47 +01:00
Jose A. Ortega Ruiz
a654fac19e
FUEL: Cross-reference for vocabs (uses/usage).
2009-01-22 21:13:38 +01:00
Jose A. Ortega Ruiz
d3cbb62851
FUEL: fuel.xref subvocabulary factored out.
2009-01-22 16:11:44 +01:00
Jose A. Ortega Ruiz
f8632b46ce
FUEL: Remote listener functionality factored to a separate vocab.
2009-01-21 12:21:21 +01:00
Jose A. Ortega Ruiz
5b785d2f38
FUEL: In word extraction, ask for word name before stack effect.
2009-01-21 02:46:50 +01:00
Jose A. Ortega Ruiz
f34f7298ee
FUEL: remote connections.
2009-01-21 02:37:32 +01:00
Jose A. Ortega Ruiz
756464a487
FUEL: Help browser: Fix for links to articles keyed by string lists.
2009-01-16 00:38:18 +01:00
Jose A. Ortega Ruiz
5909ca0bd8
FUEL: New refactoring: inline word.
2009-01-13 04:06:21 +01:00
Jose A. Ortega Ruiz
977c4d6b6a
FUEL: New command: fuel-refactor-extract-vocab.
2009-01-12 02:10:13 +01:00
Jose A. Ortega Ruiz
960b67f6c9
FUEL: Subvocabularies factored out from fuel.
2009-01-12 00:52:31 +01:00
Jose A. Ortega Ruiz
d00d12d18c
FUEL: fuel-scaffold-vocab: go to the right source file for subvocabs.
2009-01-11 22:29:11 +01:00
Jose A. Ortega Ruiz
5c8a09eb52
FUEL: Use the customized developer name in fuel-scaffold-help.
2009-01-11 20:22:08 +01:00
Jose A. Ortega Ruiz
4bb5ad1925
FUEL: Interface with tools.scaffold.
2009-01-11 20:07:34 +01:00
Jose A. Ortega Ruiz
bb7c82a9aa
FUEL: Fix for float highlight (+ en exp) and small tweaks.
2009-01-11 14:15:26 +01:00
Jose A. Ortega Ruiz
65e6a6ca84
FUEL: Bug in quotation pprint fixed.
2009-01-10 15:44:03 +01:00
Jose A. Ortega Ruiz
c5f55dc36d
FUEL: New command: fuel-show-file-words.
2009-01-08 18:47:17 +01:00
Jose A. Ortega Ruiz
676ead93a5
FUEL: Extract word refactoring.
2009-01-08 01:30:12 +01:00
Jose A. Ortega Ruiz
1a384e5e01
FUEL: Tidbits.
2009-01-07 04:08:36 +01:00
Jose A. Ortega Ruiz
b8793abeea
FUEL: Vocab word lists in help browser.
2009-01-07 01:44:45 +01:00
Jose A. Ortega Ruiz
efcd8cb194
FUEL: Tags and authors support in help browser.
2009-01-06 23:08:33 +01:00
Jose A. Ortega Ruiz
af78443832
FUEL: Much faster and nicer table rendering.
2009-01-06 16:28:10 +01:00
Jose A. Ortega Ruiz
956492447c
FUEL: $describe-vocab and child vocab lists implemented.
2009-01-06 07:05:42 +01:00