summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/readme.txt
diff options
context:
space:
mode:
authorYoshihisa Uchida <uchida@rockbox.org>2010-06-11 11:13:02 +0000
committerYoshihisa Uchida <uchida@rockbox.org>2010-06-11 11:13:02 +0000
commita784938b78379b9f9eb49d6f9cff8306200df83b (patch)
treeb0c1b32230fd9199c834affa7d552d68f12e6194 /apps/plugins/text_viewer/readme.txt
parent1b613f583d3f9d525a9ee3730de863fc21f3f8c4 (diff)
downloadrockbox-a784938b78379b9f9eb49d6f9cff8306200df83b.tar.gz
rockbox-a784938b78379b9f9eb49d6f9cff8306200df83b.zip
text viewer: can select the indent spaces when the line mode is reflow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/text_viewer/readme.txt')
-rw-r--r--apps/plugins/text_viewer/readme.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/text_viewer/readme.txt b/apps/plugins/text_viewer/readme.txt
index ebde6d7f75..a7e6e790ba 100644
--- a/apps/plugins/text_viewer/readme.txt
+++ b/apps/plugins/text_viewer/readme.txt
@@ -28,7 +28,7 @@ Difference between viewer.rock
28 - If the next line is a blank line or spaces only line, this line breaks. 28 - If the next line is a blank line or spaces only line, this line breaks.
29 29
30 [reflow] 30 [reflow]
31 - indent changes two spaces. 31 - indent changes is two spaces (changable in the settings).
32 - supports the player which does not define HAVE_LCD_BITMAP. 32 - supports the player which does not define HAVE_LCD_BITMAP.
33 33
34 [alignment] 34 [alignment]
@@ -44,8 +44,6 @@ TODO list
44 44
45 - add History feature. 45 - add History feature.
46 46
47 - when the line_mode is reflow, allow to specify indent spaces.
48
49 - draw images that are linked to the text. (<img src="...">) 47 - draw images that are linked to the text. (<img src="...">)
50 48
51 - play audios that are linked to the text. (<audio src="...">) 49 - play audios that are linked to the text. (<audio src="...">)