Changeset 103:c08db381a5e8
- Timestamp:
- 2007-08-01 15:49:32
(1 year ago)
- Author:
- Stefan Schwarzer <sschwarzer@sschwarzer.net>
- branch:
- default
- Message:
Added some todo items.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r85 |
r103 |
|
| 21 | 21 | # SOFTWARE. |
|---|
| 22 | 22 | |
|---|
| | 23 | - write documentation (websourcebrowser.txt, reStructuredText) |
|---|
| 23 | 24 | - put directory display on the left (or right? configurable?) |
|---|
| 24 | | - allow collapsing/expanding of directories |
|---|
| | 25 | - search function (identifiers? regular expressions?) |
|---|
| | 26 | - allow collapsing/expanding of individual directories ("explorer-like") |
|---|
| 25 | 27 | - ensure sensible size of new windows (if a file's link is |
|---|
| 26 | 28 | opened with "Open link in new window") |
|---|
| … | … | |
| 33 | 35 | --sort-order type, name, size, "type,name" |
|---|
| 34 | 36 | default: type,name |
|---|
| 35 | | --frames use frames (left: directory; right: source code) |
|---|
| 36 | | default: no |
|---|
| | 37 | --no-frames don't use frames (left: directory; right: source code) |
|---|
| | 38 | default: use frames |
|---|
| 37 | 39 | --width number of characters per line (used for line breaks) |
|---|
| 38 | 40 | default: no limit |
|---|
| 39 | 41 | - custom file display (e. g. show images and contents of a tar(.gz|.bz2) |
|---|
| 40 | | archive, hex display in certain cases) |
|---|
| | 42 | archive) |
|---|
| 41 | 43 | - utilize exctags |
|---|
| 42 | 44 | - show type of identifiers |
|---|