f964abb252Fix broken message name
eknauel
2005-05-31 07:58:28 +0000
c889c878efAssume that files in PATH are always executable, don't check.
eknauel
2005-05-31 07:57:54 +0000
46cdd67321cd.scm? Har har
eknauel
2005-05-30 19:22:33 +0000
74d61ec7ebWhat's directory-files.scm good for? Bah, looks crufty, don't care, throw away.
eknauel
2005-05-30 19:21:20 +0000
345712d2dause an object-oriented approach for the plugins. deleted a lot of cruft. broke some plugins (such as browse-directory-list.scm)
eknauel
2005-05-30 19:19:36 +0000
54230412f8make it easier to abort the process of choosing a completion via the select-list
eknauel
2005-05-30 15:38:13 +0000
eeaaa729acrun init-executables-completion-set! in a seperate thread
eknauel
2005-05-30 15:21:40 +0000
2723409aedopen threads and locks for nuit
eknauel
2005-05-30 15:20:39 +0000
1e356587a4Make completion work on (almost) all positions of the cursor in the command line.
eknauel
2005-05-30 14:08:41 +0000
09446473c8Make completions for commands work. Infrastructure for completions of arbitrary args.
eknauel
2005-05-30 09:33:07 +0000
75ca225dc5hide FILTER from ncurses in nuit
eknauel
2005-05-30 09:31:47 +0000
9998997a11Turn on cache?
eknauel
2005-05-30 09:31:12 +0000
b93e71736cA first step towards completion: Add completion for command plugins
eknauel
2005-05-28 12:08:23 +0000
9b72181b54fix `select-list-get-selection' and avoid copying the list in `elements'
eknauel
2005-05-28 12:07:21 +0000
4e5a41db3dMaintain a completion-set for registered command-plugins
eknauel
2005-05-28 12:06:13 +0000
59a7a3c9aeAdd a package `completion-sets' and use it `nuit' and `plugin-host'
eknauel
2005-05-28 12:05:33 +0000
c2be90dba7make the completion code work for arbitrary set of strings (called `completion-set')
eknauel
2005-05-28 12:04:26 +0000
7337f9b451Import orion's `file-name-completion.scm' as `complete.scm'
eknauel
2005-05-28 12:03:11 +0000
8bf4363a26fix type in regexp
eknauel
2005-05-28 09:43:10 +0000
73e5192db0Rework display of list-of-fs-objects? Try to figure out common parent of objects and display files relative to this parent. Assume path in fs-object is always absolute.
mainzelm
2005-05-27 21:32:21 +0000
03f482a04aerrno-handler for evaluation of commands
mainzelm
2005-05-27 21:14:42 +0000
407de494d4Implement globbing (the beginnings)
eknauel
2005-05-27 17:01:14 +0000
4a85644f58Add a "result screen" for showing the output of external programs.
eknauel
2005-05-27 16:02:39 +0000
84b5fec438+ Compute file-info of fs-object lazily + Capture exceptions during file-info and put #f into fs-object-info in this case + Handle fs-object-info = #f in browse-directory-list
mainzelm
2005-05-27 09:53:06 +0000
d592b417e9Make handle-fatal-error a separate structure
mainzelm
2005-05-27 09:47:37 +0000
cb5de42a9bUse home key to toggle mode Adapt to interaction-0.3
mainzelm
2005-05-27 08:11:41 +0000
db732404ddsignature of MAKE-SELECT-LIST changed, adapt.
eknauel
2005-05-27 08:01:24 +0000
f681d13f49Add exit, make cd smarter
mainzelm
2005-05-26 17:39:20 +0000
93c6d96922make the browse-directory-list plugin work again, i.e. rewrite it using select-list
eknauel
2005-05-26 11:35:17 +0000
eb5fff8905propagate key-messages to plugin if result-buffer has focus? (didn't work for the enter key...)
eknauel
2005-05-26 11:34:35 +0000
e549cc27ffuse the new MAKE-SELECT-LIST api
eknauel
2005-05-26 11:33:38 +0000
5e8bdf3229change api to MAKE-SELECT-LIST
eknauel
2005-05-26 11:32:51 +0000
026c86a317Use select-list in the inspector
mainzelm
2005-05-25 15:18:26 +0000
6ef959883fadd functions for accessing the current selection
eknauel
2005-05-25 13:48:17 +0000
83909af4acnew features for selection-lists: list length is now adjustable, may be placed at arbitrary position in the result buffer
eknauel
2005-05-25 11:36:12 +0000
0447ccfa3eKill `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.
eknauel
2005-05-25 09:44:27 +0000
4e7e1301cbInitial version of a view plugin for exception-continuations up and down work but you cannot select other objects yet
mainzelm
2005-05-24 13:57:56 +0000
c5447bc2cdCapture the raw continuation of the exception if evaluation fails
mainzelm
2005-05-24 13:56:41 +0000
f8a30e3523add some common commands (in terms of command-plugins)
eknauel
2005-05-23 16:03:26 +0000
bbb6ad7a0eIf 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).
eknauel
2005-05-23 14:52:03 +0000
9a038dc356make eval look whether the command is evaluated in command oder scheme mode
eknauel
2005-05-23 13:22:16 +0000
75500100b3add a command buffer mode indicator
eknauel
2005-05-23 13:03:45 +0000
73e44b5fbddivide plugins into `view-plugins' and `command-plugins'
eknauel
2005-05-23 12:47:41 +0000
428c9587ccA 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,
eknauel
2005-05-22 15:05:25 +0000
87f701f59dselect the plug-in for viewing a result by it's type. Currently only works with processes.
eknauel
2005-05-22 09:20:44 +0000
783bad745acode for keeping command/result histories
eknauel
2005-05-22 09:19:25 +0000
725e58f2a1Clean up code releated for handling messages. Add a new plugin for pps (portable ps)
eknauel
2005-05-20 15:20:34 +0000
1e8cb9369csplit result window into result-window and result-frame-window
eknauel
2005-05-19 13:59:52 +0000
214a66021fclose the INPUT-PORT
eknauel
2005-05-18 18:56:30 +0000
ee148a86abMore fixes for the redrawing code
eknauel
2005-05-18 18:55:51 +0000
cb680b277cRemove set! on local variables. They are just ugly.
mainzelm
2005-05-17 20:08:39 +0000
03f535f0f2Now that we have two windows for the command buffer clearing the window is easier
eknauel
2005-05-17 15:20:41 +0000
3669859bb9add window `command-frame-window' which surrounds `command-window' and holds the border.
eknauel
2005-05-17 15:02:01 +0000
b161acf8cfsmall fixes for redrawing
eknauel
2005-05-17 13:17:51 +0000
f649bb93ccuse `m' and `u' for selecting/unselecting items
eknauel
2005-05-17 09:56:11 +0000
0a2c373bc0Use sunterlib's INSPECT-EXCEPTION package for debugging. Fix a crash when switching from result buffer to command buffer.
eknauel
2005-05-17 09:22:07 +0000
88e805e52aFix cursor position after switching buffers
eknauel
2005-05-17 08:07:23 +0000
31e0415c39Keep the state of the command-buffer in a BUFFER record. (before: a bunch of variables)
eknauel
2005-05-11 13:30:51 +0000
1f50c28485Fix more repainting bugs
eknauel
2005-05-11 08:40:46 +0000
ddaf279938Fix update of cursor position in an extremly ugly faishon.
eknauel
2005-05-11 08:21:02 +0000
7dd48a3e47Fix repainting if buffer focus switches
eknauel
2005-05-11 06:59:13 +0000
c4ef6ed09dChange representation of ACTIVE-BUFFER
eknauel
2005-05-11 06:54:03 +0000
2353335d5eFirst try to split up PAINT into multiple functions, thus, allowing to repaint only parts of the screen. However, this commit introduces some funny display bugs. ;-)
eknauel
2005-05-10 19:37:54 +0000
599021b937split PAINT into PAINT and WAIT-FOR-INPUT. Call PRINT-RESULT-BUFFER to redraw only the result-buffer.
eknauel
2005-05-10 16:06:06 +0000
c9f6b17692Use PageUp/PageDown for navigating the result history
eknauel
2005-05-10 15:37:39 +0000
33558ab23dadded redo to shortcuts
demattia
2004-10-17 10:08:58 +0000