summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/readme.txt')
-rw-r--r--apps/plugins/text_viewer/readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/text_viewer/readme.txt b/apps/plugins/text_viewer/readme.txt
index a7e6e790ba..453fd78fb0 100644
--- a/apps/plugins/text_viewer/readme.txt
+++ b/apps/plugins/text_viewer/readme.txt
@@ -1,8 +1,8 @@
1about the text viewer plugin. 1About the text viewer plugin.
2 2
3Limitation 3Limitation
4 for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series), 4 for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
5 can only be read up to 999 pages. 5 Only 999 pages can be read.
6 6
7 7
8Difference between viewer.rock 8Difference between viewer.rock
@@ -13,7 +13,7 @@ Difference between viewer.rock
13 Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by 13 Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by
14 using viewer.dat(viewer_file.dat). 14 using viewer.dat(viewer_file.dat).
15 15
16 [wod wrap] 16 [word wrap]
17 - add the following characters which can be split the line. 17 - add the following characters which can be split the line.
18 '!', ',', '.', ':', ';', '?', 18 '!', ',', '.', ':', ';', '?',
19 U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc, 19 U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc,
@@ -35,12 +35,12 @@ Difference between viewer.rock
35 - the right alignment supports the player which does not define HAVE_LCD_BITMAP. 35 - the right alignment supports the player which does not define HAVE_LCD_BITMAP.
36 36
37 [bookmark] 37 [bookmark]
38 - increased to 16 the number of bookmarks that can be registered. 38 - increased the number of bookmarks that can be registered to 16.
39 39
40 40
41TODO list 41TODO list
42 - for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series), 42 - for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
43 supports more than 999 pages of text. 43 support more than 999 pages of text.
44 44
45 - add History feature. 45 - add History feature.
46 46