Commit Graph

170 Commits (f2a40f88dc4bb13a2974fb6ee8a5a2fbd706aefd)

Author SHA1 Message Date
John Benediktsson 916c495337 tools.scaffold: rename scaffold-help to scaffold-docs. 2012-07-27 15:24:30 -07:00
John Benediktsson 17b467a58e fuel.help: fix use of lookup-article. 2012-06-21 11:53:46 -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
Doug Coleman 763d9a3f7d Missed yet more renames 2011-10-24 17:00:09 -07:00
John Benediktsson e422187be1 fuel.eval: some minor cleanup. 2011-09-18 20:35:16 -07:00
John Benediktsson 2a72c5c34d fuel.eval: using a local fuel-eval-error symbol. Fixes #142. 2011-09-18 20:19:49 -07:00
John Benediktsson 84790f87f6 Change fuel.remote to use tty-server. 2011-08-19 15:03:45 -07:00
Doug Coleman 0bbfa64b24 Squashed commit of the following:
commit 54b3e19c7407707fabddd53872559c58cd5143d2
Author: Doug Coleman <doug.coleman@gmail.com>
Date:   Mon Sep 27 19:10:15 2010 -0500

    Fix typo

commit 3207516dc93e0e1edc9f119efcc79f4484eab244
Author: Doug Coleman <doug.coleman@gmail.com>
Date:   Mon Sep 27 19:08:30 2010 -0500

    Rename io.servers.connection to io.servers
2010-09-27 19:12:33 -05:00
Doug Coleman aa8c12a84b Squashed commit of the following:
commit 8a15381d30508b8f36a9e36dc3a0afc3c962c853
Author: Doug Coleman <doug.coleman@gmail.com>
Date:   Sat Sep 11 14:32:30 2010 -0500

    Squash threaded-server branch
2010-09-19 13:38:02 -05:00
Jose A. Ortega Ruiz cb96c33838 FUEL: fix for error reporting in remote listeners. 2010-08-02 23:12:57 -04:00
Daniel Ehrenberg 512fe14e4e Merge branch 'bags' of git://github.com/littledan/Factor
Conflicts:

	basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
	basis/furnace/auth/auth.factor
	basis/stack-checker/backend/backend.factor
2010-03-16 13:28:00 -04:00
Joe Groff 48b433750b clean up polymorphic stack effects in fuel 2010-03-05 21:51:13 -08:00
Daniel Ehrenberg da57436180 Finishing eliminating prune as a synonym of members 2010-02-27 14:52:24 -05: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
Erik Charlebois 68c5335d50 Fix stack effect decl in listener.factor and mismatched dynamic stack effect for error hook in remote.factor 2010-02-13 03:50:04 -08:00
Doug Coleman e376a0ece2 (normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks 2009-10-28 17:25:50 -05:00
Slava Pestov 4b7185b61a Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-08-10 16:20:14 -05:00
Joe Groff f5edb8629f one last sort-with-able straggler in fuel.xref 2009-08-02 20:17:25 -05:00
Jose A. Ortega Ruiz 7d7a85e69a FUEL: Fix word completion in contexts where no context is provided (e.g., the listener) 2009-07-31 17:46:52 +02:00
Slava Pestov daed003f33 vocabs.hierarchy: more refactoring, update existing code for new API 2009-07-06 04:55:23 -05:00
Slava Pestov aaeeaa1e6f Fix load errors 2009-06-08 04:18:57 -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
Doug Coleman 50e6fac013 change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
Slava Pestov 3ffb67742f fuel.xref: remove some unnecessary inlines 2009-05-29 05:37:48 -05:00
Slava Pestov 274655e77c More work on auto-use 2009-05-16 04:26:45 -05:00
Slava Pestov 66a9416473 Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
Slava Pestov b62630b5ac Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
Slava Pestov 0c1e519dcb Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word doesn't exist 2009-05-13 22:15:48 -05:00
Slava Pestov b2c3183b21 Split up tools.vocabs. Note that load-everything is now named load-all 2009-05-04 06:44:17 -05:00
Nicholas Seckar 47064cd1af Fix stack effect of fuel-use-suggested-vocabs 2009-04-22 15:40:17 -07:00
Nicholas Seckar ca853d5eac Merge branch 'master' of git@github.com:seckar/factor into autouse-existing-usings 2009-04-22 15:35:47 -07:00
Nicholas Seckar 7f88f86f84 Merge branch 'master' of git://factorcode.org/git/factor into autouse-existing-usings 2009-04-22 15:10:21 -07:00
Nicholas Seckar 18b5090892 Add tests for auto-USING selection 2009-04-19 19:57:35 -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
Jose A. Ortega Ruiz 954f1abeb1 FUEL: conflict resolution 2009-04-19 21:04:07 +02:00
Jose A. Ortega Ruiz 425be6a414 FUEL: modify directly use/in to set up evaluation context 2009-04-19 20:35:54 +02:00
Alec Berryman 54f82be4e0 fuel: fix usage of (fuel-eval)
It used to take a string, but now takes a sequence of strings.
2009-04-18 22:37:18 -04:00
Slava Pestov c6072d7b4b fuel.eval: fix 2009-04-17 20:55:59 -05:00
Slava Pestov f36a3c4713 fuel: Fix compiler warnings 2009-04-17 20:49:36 -05:00
Nicholas Seckar 1b4229be1b Merge branch 'master' into autouse-existing-usings 2009-04-17 13:14:20 -07: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
Slava Pestov acd1a95f81 Update fuel for error reporting changes 2009-04-14 20:14:21 -05:00
Slava Pestov 637d06a4f8 Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
Slava Pestov eb0bedd9b0 Fixing up code after 'see' refactoring 2009-03-11 08:34:25 -05:00
Jose A. Ortega Ruiz 42fc636abc FUEL: fix vocabulary list tables. 2009-03-07 14:21:23 +01:00
Jose A. Ortega Ruiz 6a711861c6 FUEL: Compilation fixes. 2009-03-07 13:55:22 +01:00
Doug Coleman 59b7b95063 remove empty tests file 2009-02-22 17:50:56 -06:00
Jose A. Ortega Ruiz e426026f73 FUEL: Fix. 2009-02-19 10:36:52 +01:00
Jose A. Ortega Ruiz 9e68c222f0 FUEL: small refactoring. 2009-02-19 10:26:00 +01: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 a5cc358f19 FUEL: Bug fix: escape ';' in fuel pretty print. 2009-01-30 00:33:13 +01:00
Jose A. Ortega Ruiz 2ea9d0bce1 FUEL: Better handling of $see in help browser. 2009-01-30 00:20:58 +01:00
Jose A. Ortega Ruiz 7324e583a1 FUEL: capture restarts in remote connections 2009-01-27 10:34:25 +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 16c067e71a FUEL: Bug fix. 2009-01-13 10:29:27 +01:00
Jose A. Ortega Ruiz 5909ca0bd8 FUEL: New refactoring: inline word. 2009-01-13 04:06:21 +01:00
Jose A. Ortega Ruiz 093c615dfa FUEL: Use better defaults for factor's binary and image file. 2009-01-12 10:35:59 +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
Jose A. Ortega Ruiz ca0f944e04 FUEL: Edit article command in help buffers. 2009-01-05 22:06:43 +01:00
Jose A. Ortega Ruiz a0f3a44aa0 FUEL: New command fuel-help-kill-page (bound to 'k' in help browser). 2009-01-05 06:22:36 +01:00
Jose A. Ortega Ruiz e603602e18 FUEL: Fixes in help browser navigation and new refresh command. 2009-01-04 16:01:03 +01:00
Jose A. Ortega Ruiz c13a6efe97 FUEL: New command: fuel-apropos. 2009-01-04 02:36:58 +01:00
Jose A. Ortega Ruiz 9832429b94 FUEL: Better help page caching and some fixes. 2009-01-04 01:50:13 +01:00
Jose A. Ortega Ruiz 992633dd32 FUEL: Help system now displays vocab help. 2009-01-04 00:01:51 +01:00
Jose A. Ortega Ruiz 1ef58cbd43 FUEL: Help index pages implemented (but no vocab-index yet). 2009-01-03 21:51:21 +01:00
Jose A. Ortega Ruiz 796a7e9d37 FUEL: Help system overhaul. 2009-01-03 16:37:28 +01:00
Jose A. Ortega Ruiz 303735db5a FUEL: Offer a command to add missing vocabs after run-file. 2008-12-31 04:05:34 +01:00
Jose A. Ortega Ruiz a0761297ed FUEL: Increase autodoc timeout. 2008-12-31 00:23:44 +01:00
Jose A. Ortega Ruiz 90f6fef8d2 FUEL: fix in autodoc require's and echo area font lock. 2008-12-27 15:18:17 +01:00
Jose A. Ortega Ruiz a160e7d32a FUEL: New fuel-update-usings (C-cC-eu) command. 2008-12-23 22:37:25 +01:00
Jose A. Ortega Ruiz 7ecfef94e8 FUEL: Fixes in factor syntax table and setter/getter detection. 2008-12-22 06:58:20 +01:00
Jose A. Ortega Ruiz 31d783c2be FUEL: Edit word's documentation command. 2008-12-22 03:07:45 +01:00
Jose A. Ortega Ruiz 41b0bc0dd9 FUEL: small fixes for debug buffers. 2008-12-21 22:12:46 +01:00
Jose A. Ortega Ruiz 3721086424 FUEL: Small improvements to xref mode. 2008-12-21 18:39:59 +01:00
Jose A. Ortega Ruiz 3630933b09 FUEL: Nicer xref buffers. 2008-12-21 17:33:53 +01:00
Jose A. Ortega Ruiz 2434463736 FUEL: Display lists of callers/callees, linked to their source. 2008-12-21 01:43:28 +01:00
Jose A. Ortega Ruiz d3ba7e1abe FUEL: Stack inference support. 2008-12-20 16:51:05 +01:00
Jose A. Ortega Ruiz 98203729ed FUEL: USINGs fixed. 2008-12-19 00:37:04 +01:00
Jose A. Ortega Ruiz 149cb7f7b8 conflict resolution 2008-12-19 00:26:39 +01:00