Commit Graph

72 Commits

Author SHA1 Message Date
eknauel ffff7d3a60 Added a silly fatal-error-handler for EVAL-COMMAND-IN-SCHEME-MODE. 2005-08-10 19:46:13 +00:00
eknauel b46ff51a1c Fix the cursor position after pasting the selection. Yeah, and make
Commander S slower, once more...
2005-08-10 18:47:26 +00:00
eknauel 1c20604f4f Make the spectacular new command language work. At least for values of
"work" that don't call for intensive testing.
2005-08-10 18:03:59 +00:00
eknauel 8376b8b9f7 Added a README, an installation script, and various small fixes. 2005-07-06 08:57:44 +00:00
eknauel fe9bfbf1a0 Make job control work 2005-06-14 13:44:09 +00:00
eknauel 34761f66d2 Support POSIX job control, sort of. 2005-06-14 11:20:30 +00:00
eknauel 96e9c07f0e add implementation for call-completer 2005-06-13 11:04:49 +00:00
eknauel 9e3d00028c Fix an application of COMMAND-BUFFER 2005-06-07 20:54:22 +00:00
eknauel 7d0c566c0b A first (buggy) version with a virtual console 2005-06-07 18:24:05 +00:00
eknauel 8ae60787a7 Add a joblist-viewer, add a get-focus-object-method generator to
select-list and make some plugins use it, added argument
focus-object-table to get-selection message (thus a get-selection
method can call a get-focus-object method).
2005-06-04 11:22:44 +00:00
eknauel 143d6bbccb Fix asynchronous job status updates 2005-06-04 09:43:22 +00:00
eknauel 2f7595603b First version of the job control 2005-06-03 11:44:53 +00:00
eknauel 53ed9fc721 The focus-object-table now lives in nuit-eval. 2005-06-01 11:26:56 +00:00
eknauel 4b7bbddc2a Add feature get-focus-object (C-x P) 2005-06-01 10:04:21 +00:00
eknauel 5bd69b564b Make paste (C-x p) work again (at least for the fsobjects-viewer) 2005-06-01 09:15:43 +00:00
eknauel 2e5b16437b Use files in (cwd) for completion if the partial-name is empty and the
cursor is not on the command token
2005-06-01 08:07:48 +00:00
mainzelm 7230bd9a2f Adapt to new interface of paint-selection-list-at 2005-05-31 15:14:45 +00:00
eknauel 243e746136 Fix cursor position after eval in Scheme mode. 2005-05-31 14:33:43 +00:00
eknauel 05c6656774 Fix cursor position after eval in command-mode 2005-05-31 14:32:16 +00:00
eknauel c83c1ff05b Repaint the result buffer after command evaluation. 2005-05-31 13:55:54 +00:00
mainzelm 8c9d2b7142 Select one but last element of history to evaluate
Fix call to make-standard-viewer
2005-05-31 13:39:40 +00:00
mainzelm c405bc02c5 Call constructor with arguments 2005-05-31 13:14:55 +00:00
eknauel 0adfc18986 Call the INPUT-BUFFER on return, thus, bring back the command history 2005-05-31 12:41:42 +00:00
eknauel 7b9b6c3e66 move the standard viewer to a seperate module 2005-05-31 11:20:20 +00:00
eknauel f964abb252 Fix broken message name 2005-05-31 07:58:28 +00:00
eknauel 345712d2da use an object-oriented approach for the plugins. deleted a lot of
cruft.  broke some plugins (such as browse-directory-list.scm)
2005-05-30 19:19:36 +00:00
eknauel 54230412f8 make it easier to abort the process of choosing a completion via the select-list 2005-05-30 15:38:13 +00:00
eknauel eeaaa729ac run init-executables-completion-set! in a seperate thread 2005-05-30 15:21:40 +00:00
eknauel 1e356587a4 Make completion work on (almost) all positions of the cursor in the
command line.
2005-05-30 14:08:41 +00:00
eknauel 09446473c8 Make completions for commands work. Infrastructure for completions of
arbitrary args.
2005-05-30 09:33:07 +00:00
eknauel b93e71736c A first step towards completion: Add completion for command plugins 2005-05-28 12:08:23 +00:00
mainzelm 03f482a04a errno-handler for evaluation of commands 2005-05-27 21:14:42 +00:00
eknauel 4a85644f58 Add a "result screen" for showing the output of external programs. 2005-05-27 16:02:39 +00:00
mainzelm cb5de42a9b Use home key to toggle mode
Adapt to interaction-0.3
2005-05-27 08:11:41 +00:00
eknauel eb5fff8905 propagate key-messages to plugin if result-buffer has focus? (didn't
work for the enter key...)
2005-05-26 11:34:35 +00:00
eknauel 83909af4ac new features for selection-lists: list length is now adjustable, may
be placed at arbitrary position in the result buffer
2005-05-25 11:36:12 +00:00
eknauel 0447ccfa3e Kill `browse-list' plugin. Introduce module `select-list', a library
for programming multi-page menus in the result-buffer. Remove the
print-object and make plugins return a function to paint the
result-buffer instead.
2005-05-25 09:44:27 +00:00
mainzelm c5447bc2cd Capture the raw continuation of the exception if evaluation fails 2005-05-24 13:56:41 +00:00
eknauel f8a30e3523 add some common commands (in terms of command-plugins) 2005-05-23 16:03:26 +00:00
eknauel bbb6ad7a0e If the user enters a command in command mode, search for command
plugins and execute it. Added a standard command plugin (which always
evaluates (directory-files) at the moment).
2005-05-23 14:52:03 +00:00
eknauel 9a038dc356 make eval look whether the command is evaluated in command oder scheme
mode
2005-05-23 13:22:16 +00:00
eknauel 75500100b3 add a command buffer mode indicator 2005-05-23 13:03:45 +00:00
eknauel 73e44b5fbd divide plugins into `view-plugins' and `command-plugins' 2005-05-23 12:47:41 +00:00
eknauel 428c9587cc A hacked beyond recognition patch: Move plugins to seperate modules,
put plugin api and registration into a module, add a new message-type,
make directory-files plugin work again, delete some hundred lines of
extremly silly code,
2005-05-22 15:05:25 +00:00
eknauel 87f701f59d select the plug-in for viewing a result by it's type. Currently only
works with processes.
2005-05-22 09:20:44 +00:00
eknauel 725e58f2a1 Clean up code releated for handling messages. Add a new plugin for
pps (portable ps)
2005-05-20 15:20:34 +00:00
eknauel 1e8cb9369c split result window into result-window and result-frame-window 2005-05-19 13:59:52 +00:00
eknauel ee148a86ab More fixes for the redrawing code 2005-05-18 18:55:51 +00:00
eknauel 59b2d3006f more debug output. Call INIT-WINDOWS! only once. 2005-05-18 15:47:28 +00:00
eknauel 75930fb753 use the tty-debug package 2005-05-18 15:25:16 +00:00