r290: Small Icon truncation now works. Possibly fixed a rare long-standing
[rox-filer.git] / ROX-Filer / Help / TODO
blob0eff2d9152f6dd71cf397119a23e1a0a69b568a4
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 when
6 someone sends patches!).
9 BUGS
11 Rename box - use action window (currently doesn't work across file systems)
13 GNOME toolbar
14         - doesn't work properly when detached. Is this a GTK+ problem?
15         - 'Other Action' doesn't work
17 Moving a directory (outside of the filer) causes an error when you try
18 to access it (OK), but the error is still reported when you open the
19 directory in its new location until you click refresh.
22 MISSING FEATURES
24 Allow applets inside the panel? Allow the filer to go inside GNOME-panel
25 and similar?
27 Scrollable panel (already works with wheel-mice).
29 Back/Forwards browser style navigation?
31 Better installation (eg, install in /usr/local/*; but keep the app dir
32 structure).
34 Textured window backgrounds (themes?)
36 Long leafnames get truncated / wrap onto multiple lines.
38 Better icon arrangement (different column widths?)
40 More permissions checking in Find?
42 Fully configurable toolbar.
44 Can't create a panel if the filer is already running (can use --new option).
46 Use an environment variable to override the platform-name guessing in AppRun.
48 People sometimes forget to save the key bindings - remind them somehow?
50 Enable (temporarily) single-click navigation when a special key (e.g. Alt) is
51 pressed?
53 Improve MIME-type guessing:
54         - Try to find longest extension match (eg .ps.gz, then .gz)
55         - Try again ignoring case (so .BMP matches .bmp) (.C must still work!)
56         - Use regexp rules on whole name (eg for 'Makefile' and 'core')
58 Provide a way to set the display style on a per-directory basis
59 (shell glob patterns?)
62 RISC OS COMPATIBILITY
64 The menu opens with `File 'file'' under the pointer. Under RO it was the
65 Display menu.
68 OTHERS
70 Holding a file being saved over a directory should open the directory (Mac
71 style)? Make it optional?
73 Copying a relative symlink should make it absolute? Ask during the copy?
75 Recursive 'a-x' acts on the directory first and so can't then change the
76 permissions on the contents. chmod(1) has the same problem.
78 Set Run Action should be on the 'File' menu, not in the minibuffer.