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 |
eknauel
|
9f9ef3f7a1
|
Added `rdebug' a script that starts the remote debugger
|
2005-05-31 13:45:47 +00:00 |
eknauel
|
7da239cf4f
|
added `gogo', a script for loading and running nuit
|
2005-05-31 13:45:11 +00:00 |
mainzelm
|
43088dafd7
|
Constructor arguments instead of init message
|
2005-05-31 13:40:39 +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
|
246660a299
|
Fixes for the changes in nuit-engine
|
2005-05-31 13:15:31 +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
|
6e72d5abd4
|
Use object-oriented approach
|
2005-05-31 08:01:06 +00:00 |
eknauel
|
8c9496a1e0
|
fix indention
|
2005-05-31 07:59:31 +00:00 |
eknauel
|
f964abb252
|
Fix broken message name
|
2005-05-31 07:58:28 +00:00 |
eknauel
|
c889c878ef
|
Assume that files in PATH are always executable, don't check.
|
2005-05-31 07:57:54 +00:00 |
eknauel
|
46cdd67321
|
cd.scm? Har har
|
2005-05-30 19:22:33 +00:00 |
eknauel
|
74d61ec7eb
|
What's directory-files.scm good for? Bah, looks crufty, don't care, throw away.
|
2005-05-30 19:21:20 +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
|
2723409aed
|
open threads and locks for nuit
|
2005-05-30 15:20:39 +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
|
75ca225dc5
|
hide FILTER from ncurses in nuit
|
2005-05-30 09:31:47 +00:00 |
eknauel
|
9998997a11
|
Turn on cache?
|
2005-05-30 09:31:12 +00:00 |
eknauel
|
b93e71736c
|
A first step towards completion: Add completion for command plugins
|
2005-05-28 12:08:23 +00:00 |
eknauel
|
9b72181b54
|
fix `select-list-get-selection' and avoid copying the list in `elements'
|
2005-05-28 12:07:21 +00:00 |
eknauel
|
4e5a41db3d
|
Maintain a completion-set for registered command-plugins
|
2005-05-28 12:06:13 +00:00 |
eknauel
|
59a7a3c9ae
|
Add a package `completion-sets' and use it `nuit' and `plugin-host'
|
2005-05-28 12:05:33 +00:00 |
eknauel
|
c2be90dba7
|
make the completion code work for arbitrary set of strings (called `completion-set')
|
2005-05-28 12:04:26 +00:00 |
eknauel
|
7337f9b451
|
Import orion's `file-name-completion.scm' as `complete.scm'
|
2005-05-28 12:03:11 +00:00 |
eknauel
|
8bf4363a26
|
fix type in regexp
|
2005-05-28 09:43:10 +00:00 |
mainzelm
|
73e5192db0
|
Rework 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.
|
2005-05-27 21:32:21 +00:00 |
mainzelm
|
03f482a04a
|
errno-handler for evaluation of commands
|
2005-05-27 21:14:42 +00:00 |
eknauel
|
407de494d4
|
Implement globbing (the beginnings)
|
2005-05-27 17:01:14 +00:00 |
eknauel
|
4a85644f58
|
Add a "result screen" for showing the output of external programs.
|
2005-05-27 16:02:39 +00:00 |
mainzelm
|
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
|
2005-05-27 09:53:06 +00:00 |
mainzelm
|
d592b417e9
|
Make handle-fatal-error a separate structure
|
2005-05-27 09:47:37 +00:00 |
mainzelm
|
cb5de42a9b
|
Use home key to toggle mode
Adapt to interaction-0.3
|
2005-05-27 08:11:41 +00:00 |
eknauel
|
db732404dd
|
signature of MAKE-SELECT-LIST changed, adapt.
|
2005-05-27 08:01:24 +00:00 |
mainzelm
|
f681d13f49
|
Add exit, make cd smarter
|
2005-05-26 17:39:20 +00:00 |
eknauel
|
93c6d96922
|
make the browse-directory-list plugin work again, i.e. rewrite it
using select-list
|
2005-05-26 11:35:17 +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
|
e549cc27ff
|
use the new MAKE-SELECT-LIST api
|
2005-05-26 11:33:38 +00:00 |
eknauel
|
5e8bdf3229
|
change api to MAKE-SELECT-LIST
|
2005-05-26 11:32:51 +00:00 |
mainzelm
|
026c86a317
|
Use select-list in the inspector
|
2005-05-25 15:18:26 +00:00 |
eknauel
|
6ef959883f
|
add functions for accessing the current selection
|
2005-05-25 13:48:17 +00:00 |
eknauel
|
cbf39ba61e
|
make selection-list distinguish markable and unmarkable items
|
2005-05-25 11:43:46 +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 |