Commit Graph

380 Commits (17a08cb07a926a2198771dd9879c6c20fe7e95e0)

Author SHA1 Message Date
Doug Coleman 7c92ab1ea5 move if-zero etc to math, remove 1-/1+ from math 2009-08-14 14:27:23 -05:00
Philipp Brüschweiler 26859a45eb various doc fixes 2009-08-11 16:58:47 +02:00
Slava Pestov 4b7185b61a Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-08-10 16:20:14 -05:00
Philipp Brüschweiler 230061783a misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
Slava Pestov 057a2d7b5c Rename some files in misc/Factor.tmbundle since Windows doesn't allow : in file names 2009-08-09 04:47:37 -05:00
Sam Anklesaria 70428241bd textmate bundle scaffolding 2009-08-04 16:05:37 -05:00
Sam Anklesaria dcd6bc316c textmate snippets for factor bundle 2009-08-03 14:06:00 -05:00
Sam Anklesaria 07b34c6d0a Merge branch 'master' of git://factorcode.org/git/factor 2009-08-03 10:13:27 -05:00
Sam Anklesaria a211054962 textmate bundle work- stopped by modules bug 2009-08-03 10:12:20 -05:00
Jose A. Ortega Ruiz e006b5f844 FUEL: additional debug level for, well, debugging purposes. 2009-07-31 17:45:46 +02:00
Jose A. Ortega Ruiz 5f4df2d661 FUEL: Bug fix: parenthesis matching when ( belongs to a word. 2009-07-29 00:29:43 +02:00
Jose A. Ortega Ruiz 69c82bc980 FUEL: Font lock/indentation for M::. 2009-07-10 01:00:06 +02:00
Doug Coleman 2cb94598b3 fix vim syntax highlighting for MEMO:, MEMO::, ::, MACRO:: 2009-07-02 16:33:08 -05:00
Jose A. Ortega Ruiz 4a6ee34ec4 FUEL: Bug fix: indentation of consecutive setter lines. 2009-06-14 20:29:27 +02:00
Slava Pestov 2b61f6c7ca Merge branch 'master' of git://github.com/mrjbq7/factor 2009-06-09 03:07:36 -05:00
John Benediktsson 427e44fb33 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-01 21:01:48 -07:00
Jose A. Ortega Ruiz 7639afb0d7 FUEL: Tiny refactoring. 2009-06-02 05:02:39 +02:00
Jose A. Ortega Ruiz 09b08a0924 FUEL: Better looking tables in help buffers and a fix for in-cell links. 2009-06-02 04:34:40 +02:00
Jose A. Ortega Ruiz a381d12b6d FUEL: Automatic insertion of scaffolding in docs and test upon file creation. 2009-06-02 03:21:35 +02:00
Jose A. Ortega Ruiz 577c450db9 FUEL: When creating foo-docs.factor, optionally insert scaffold. 2009-06-02 00:55:53 +02:00
John Benediktsson 00999b072f Merge branch 'master' of git://factorcode.org/git/factor 2009-06-01 15:04:34 -07:00
Jose A. Ortega Ruiz 2675533bed FUEL: Use by default Factor's developer-name in scaffolds. 2009-06-01 23:24:05 +02: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
Jose A. Ortega Ruiz 1f0bd22365 FUEL: Support for SYNTAX: parsing word. 2009-06-01 22:32:47 +02:00
John Benediktsson e0df03bfb1 Adding cdfactor script. 2009-06-01 11:20:49 -07:00
John Benediktsson aa7d24eec6 Resolved merge. 2009-05-26 22:20:53 -07:00
Doug Coleman 5a3a14d1c9 remove at-default. it was hardly used and it's just '?at drop' 2009-05-24 21:46:59 -05:00
Doug Coleman e18aa54eeb clean up vim syntax highlighting file, add a few more syntax words 2009-05-19 18:54:56 -05:00
Slava Pestov 0432b00336 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-04-30 21:16:37 -05:00
Jose A. Ortega Ruiz 9b19b34126 FUEL: Fix for C-cC-eC-l (make factor command ( -- )). 2009-04-24 22:15:20 +02:00
Jose A. Ortega Ruiz e4055005ea FUEL: Fixes for string highlighting. 2009-04-24 22:03:38 +02: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
Jose A. Ortega Ruiz 425be6a414 FUEL: modify directly use/in to set up evaluation context 2009-04-19 20:35:54 +02: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 5c6bc3f85e FUEL: Fixes for POSTPONE: forms font-lock. 2009-04-15 08:13:56 +02:00
Jose A. Ortega Ruiz 69017ce41f FUEL: fix for call( indentation. 2009-04-14 01:56:06 +02:00
Jose A. Ortega Ruiz b549bd6cc9 FUEL: More robust extract word refactoring (catching empty region case). 2009-04-04 22:34:21 +02:00
Jose A. Ortega Ruiz 408d592c3e FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms. 2009-04-01 05:03:28 +02:00
Jose A. Ortega Ruiz 5519e44550 FUEL: Fix indentation in presence of trailing whitespace. 2009-03-19 01:20:00 +01:00
Jose A. Ortega Ruiz 577aceb7fc FUEL: Fix for syntax highlighting of SYMBOLS: and SINGLETONS:. 2009-03-19 00:55:14 +01:00
Jose A. Ortega Ruiz 22ee146b60 FUEL: () and (()) are paren syntax only when surronded by word boundaries. 2009-03-13 23:17:31 +01:00
Jose A. Ortega Ruiz e248615afc FUEL: Fix highlighting for lines containing 'CHAR: "' plus other string literals. 2009-03-13 22:53:26 +01:00
Jose A. Ortega Ruiz 42fc636abc FUEL: fix vocabulary list tables. 2009-03-07 14:21:23 +01:00
Jose A. Ortega Ruiz 87d70e9523 FUEL: Autoloads for customization groups. 2009-02-28 02:56:38 +01:00
Jose A. Ortega Ruiz 473095b6d5 FUEL: Persistent listener history. 2009-02-28 02:29:35 +01:00
Slava Pestov 1efbd686a1 Remove two useless files: grovel.c and factor.el (superceded by fu/fu.el) 2009-02-26 01:37:05 -06:00
Jose A. Ortega Ruiz 90dac6f881 FUEL: C-uC-co won't ask for file creation while cycling. 2009-02-22 20:20:46 +01:00
Jose A. Ortega Ruiz 989912cb47 FUEL: Support for $or markup (still elisp-based, sorry). 2009-02-20 16:55:08 +01:00
Jose A. Ortega Ruiz 3bd573fe13 FUEL: New refactoring command: fuel-refactor-make-generic. 2009-02-20 01:02:24 +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