Commit Graph

38 Commits

Author SHA1 Message Date
eknauel d34769b0e1 Make the process-viewer react on get-focus-object and get-selection messages 2005-06-01 11:49:56 +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 49054b8d88 Fix process format 2005-05-31 19:31:38 +00:00
eknauel df065fe14d also list size, owner & group, and permissions 2005-05-31 17:28:06 +00:00
mainzelm 7a9bde00e7 Browser for group-info
Make entries browsable
2005-05-31 16:02:53 +00:00
mainzelm ddf1ca752b Fix a few bugs in fsobjects-viewer 2005-05-31 14:54:48 +00:00
mainzelm 0cb71508ef Browser for user-info 2005-05-31 14:54:04 +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 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 2723409aed open threads and locks for nuit 2005-05-30 15:20:39 +00:00
eknauel 75ca225dc5 hide FILTER from ncurses in nuit 2005-05-30 09:31:47 +00:00
eknauel 59a7a3c9ae Add a package `completion-sets' and use it `nuit' and `plugin-host' 2005-05-28 12:05:33 +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
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
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
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 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 4e7e1301cb Initial version of a view plugin for exception-continuations
up and down work but you cannot select other objects yet
2005-05-24 13:57:56 +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 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 75930fb753 use the tty-debug package 2005-05-18 15:25:16 +00:00
eknauel 0a2c373bc0 Use sunterlib's INSPECT-EXCEPTION package for debugging. Fix a crash
when switching from result buffer to command buffer.
2005-05-17 09:22:07 +00:00
demattia 06ef0c8a1f more modularityand modified shortcuts 2004-10-14 11:58:20 +00:00
demattia c41e53c747 new commands added 2004-10-10 13:22:25 +00:00
demattia 1e10cf6b1e Some architecural changes (message-communication). 2004-10-03 09:13:30 +00:00
demattia a361435f30 *** empty log message *** 2004-09-14 11:54:00 +00:00