- Status Closed
- Percent Complete
- Task Type Patches
- Category
-
Assigned To
bagder - Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#322 - Text file viewer
Hi,
This patch allows to view text files using rockbox.
The viewer can be launched from the directory browser
by “playing” any text file having a “.txt” extension. Both
unix and dos text files are supported.
The viewer uses a 1k buffer so the disk will be accessed
after browsing a few pages. Since the file is not loaded
in memory entirely, it is possible to view very large files
without any delay.
The viewer works on the player and the recorder (only
tested on the simulator).
Key assignment
scroll down: down for the recorder, right for the player
scroll up: up for the recorder, left for the player
scroll right: right for the recorder, menu+right for the
player
scroll left: left for the recorder, menu+left for the player
exit: F1 for the recorder, stop for the player
Known issue
- The viewer will display uncoherent data if the size of
the lines displayed on the lcd exceeds the size of the
buffer (files with very long lines)
gilles.
2002-09-30 19:07
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Logged In: YES
user_id=1110
Applied and committed to CVS.
Thanks!
I'd love to see a word-wrap
version/option too, that'll wrap
the words at end of screen.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Applied and committed to CVS.
Thanks!
I'd love to see a word-wrap version/option too, that'll wrap
the words at end of screen.