Jose A. Ortega Ruiz
0c5a0ee058
FUEL: Menus for factor, listener, doc and debug buffers.
2010-08-13 04:25:57 +02:00
Jose A. Ortega Ruiz
5d8495aa5a
FUEL: Remove key bindings of the form C-c <alphabetic>
...
Bindings of the form C-c <alphabetic> (e.g. C-c z) are traditionally
reserved in Emacs for user-defined keymaps, and shouldn't be used by
packages.
This patch removes all bindings of that form, replacing them by C-c
C-<alphabetic> (or simply preserving a previously existing binding).
E.g., C-c z becomes C-c C-z. In most cases, the binding with two C's
was already present.
The only change not following the above rule is C-c h in the listener,
which has become C-c C-w (because the C-h suffix is also 'taken' by
Emacs conventions).
2010-08-12 03:14:44 +02:00
Dmitry Shubin
a540ffdc36
FUEL: do not fail if there is no file associated with current buffer
2010-04-17 03:27:00 +04:00
erikc
c4bd780bff
Add fuel-test-vocab to FUEL (C-ct default) to run unit tests on a vocab
2010-02-08 15:58:40 -08: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
9b19b34126
FUEL: Fix for C-cC-eC-l (make factor command ( -- )).
2009-04-24 22:15:20 +02: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
Jose A. Ortega Ruiz
3ad52dd85b
FUEL: New refactoring: extract region as ARTICLE: (C-cC-xa).
2009-01-28 21:23:21 +01:00
Jose A. Ortega Ruiz
ae2e9b4192
FUEL: New refactoring: rename word.
2009-01-22 23:25:17 +01:00
Jose A. Ortega Ruiz
52f89b717b
FUEL: new command: fuel-refresh-all (C-cr in factor code and listener buffers)
2009-01-19 21:59:46 +01:00
Jose A. Ortega Ruiz
e27daf5daf
FUEL: New fuel-switch-to-buffer command family.
2009-01-19 05:10:47 +01:00
Jose A. Ortega Ruiz
5909ca0bd8
FUEL: New refactoring: inline word.
2009-01-13 04:06:21 +01:00
Jose A. Ortega Ruiz
0b36b8b259
FUEL: M-. improvements and new M-,.
2009-01-13 02:58:33 +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
c5f55dc36d
FUEL: New command: fuel-show-file-words.
2009-01-08 18:47:17 +01:00
Jose A. Ortega Ruiz
3b44c824ee
FUEL: Better word extraction.
2009-01-08 17:00:48 +01:00
Jose A. Ortega Ruiz
c30c9f0c03
FUEL: Ooops, missing require.
2009-01-08 01:54:22 +01:00
Jose A. Ortega Ruiz
676ead93a5
FUEL: Extract word refactoring.
2009-01-08 01:30:12 +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
c13a6efe97
FUEL: New command: fuel-apropos.
2009-01-04 02:36:58 +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
618a2a7e78
FUEL: Small fixes.
2008-12-23 00:34:43 +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
3721086424
FUEL: Small improvements to xref mode.
2008-12-21 18:39:59 +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
35039d0149
FUEL: Fix bug whereby true display-stacks? could hang the listener.
2008-12-19 00:20:56 +01:00
Jose A. Ortega Ruiz
de37d91304
FUEL: Bug fixes and compatibility with Emacs 22.
2008-12-17 23:50:48 +01:00
Jose A. Ortega Ruiz
e13adc4db0
FUEL: Edit word interactive command; completion in help prompt.
2008-12-17 01:12:15 +01:00
Jose A. Ortega Ruiz
6a144cc546
FUEL: Initial word completion (M-TAB) plus lotsa fixes.
2008-12-15 23:44:13 +01:00
Jose A. Ortega Ruiz
b4efb3891b
FUEL: Internal refactorings and cleanups.
2008-12-14 16:50:34 +01:00
Jose A. Ortega Ruiz
fbbe8d9e5e
FUEL: Edit vocabulary interactive command and bug fixes.
2008-12-14 00:41:35 +01:00
Jose A. Ortega Ruiz
d3c279469c
FUEL: Asynchronous comms with Factor implemented. Help mode improvements.
2008-12-13 01:54:18 +01:00
Jose A. Ortega Ruiz
d771e8a306
FUEL debug mode: :warnings &co. retrievable, and some cosmetics.
2008-12-09 23:37:27 +01:00
Jose A. Ortega Ruiz
faa6989fe9
FUEL: First stab at the debugger: error/restart display and restart invokation.
2008-12-09 02:36:55 +01:00
Jose A. Ortega Ruiz
eb43cddb33
FUEL: fuel-edit-word-at-point, fuel-eval-region, fuel-eval-extended-region.
2008-12-06 07:01:12 +01:00
Jose A. Ortega Ruiz
6860285b07
FUEL 0.0 : all factor.el functionality in place, plus evaluation.
2008-12-06 04:34:25 +01:00