summaryrefslogtreecommitdiffstats
path: root/apps/plugins/text_viewer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer')
-rw-r--r--apps/plugins/text_viewer/readme.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/plugins/text_viewer/readme.txt b/apps/plugins/text_viewer/readme.txt
index 453fd78fb0..9aca5b9ef1 100644
--- a/apps/plugins/text_viewer/readme.txt
+++ b/apps/plugins/text_viewer/readme.txt
@@ -1,8 +1,9 @@
About the text viewer plugin.
Limitation
- for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
+ for targets where PLUGIN_BUFFER_SIZE < 0x13000,
Only 999 pages can be read.
+
Difference between viewer.rock
@@ -29,17 +30,13 @@ Difference between viewer.rock
[reflow]
- indent changes is two spaces (changable in the settings).
- - supports the player which does not define HAVE_LCD_BITMAP.
-
- [alignment]
- - the right alignment supports the player which does not define HAVE_LCD_BITMAP.
[bookmark]
- increased the number of bookmarks that can be registered to 16.
TODO list
- - for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
+ - for the target which PLUGIN_BUFFER_SIZE < 0x13000,
support more than 999 pages of text.
- add History feature.