r582: The symlink box allows you to choose to create relative or absolute links
[rox-filer.git] / ROX-Filer / Help / TODO
blobb607e199128e9041a00f4d8c7f27dbca229739eb
1                         ROX-Filer
2                         A RISCOS-like filer for X
3                         by Thomas Leonard
5 This is a list of features that should/will be added when I have time (or
6 when someone sends patches!).
8 BUGS
10 Return for 'Do another search' toggles Quiet...
13 FEATURES FOR 1.1
15 All leafnames to be truncated, even when details are displayed.
17 Allow mounting of mount points on the pinboard/panel via the right-click
18 menu.
20 On Shift-Menu-click, send the filename to a script and parse the results
21 as a menu of commands to execute.
23 Long leafnames wrap onto multiple lines.
25 Fully configurable toolbar.
27 Use an environment variable to override the platform-name guessing in
28 AppRun.
30 Improve MIME-type guessing:
31         - Use regexp rules on whole name (eg for 'Makefile' and 'core')
33 Provide a way to set the display style on a per-directory basis
34 (shell glob patterns?)
36 Right-most icon in the last row should extend to the far right of the window,
37 even if it isn't in the last column.
39 Allow find expression with Permissions command...
41 Tooltips to show extra detail about items.
44 OTHERS
46 Have a 'Templates' directory in Choices. Make 'New File' a submenu
47 which list these files or directories?
49 Close Panel menu item?
51 Toolbar buttons for sort type?
53 Highlighting of icons as you drag a box around them, so it's clear what you
54 have caught in the box?
56 Allow the filer to go inside GNOME-panel and similar?
58 More permissions checking in Find?
60 Enable (temporarily) single-click navigation when a special key (e.g. Alt)
61 is pressed?
63 In single click mode, beep when the user tries to double click?
65 Options to set where the toolbar appears?
67 Display extra info in the toolbar (file under cursor, size, etc).
69 Copying a relative symlink should make it absolute? Ask during the copy?
71 Recursive 'a-x' acts on the directory first and so can't then change the
72 permissions on the contents. chmod(1) has the same problem.
74 Option to disable open-file-and-close-window behaviour (sometimes happens
75 accidentally)?
77 Options for 'Force' and 'Brief'?
80 LONG TERM
82 Use a separate process to access the filesystem. Prevents hanging when you
83 try to access a dead filesystem.
85 Allow user to change permissions to another user on the fly, by entering a
86 password. 'su' requires a tty - do we need an SUID binary?