forked from len0rd/rockbox
Fix typos and wording
Change-Id: I8e71d145282fe449faa0bcc8a75783ee728db8eb
This commit is contained in:
parent
5db83c155a
commit
db87e1aae5
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
about the text viewer plugin.
|
About the text viewer plugin.
|
||||||
|
|
||||||
Limitation
|
Limitation
|
||||||
for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
|
for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
|
||||||
can only be read up to 999 pages.
|
Only 999 pages can be read.
|
||||||
|
|
||||||
|
|
||||||
Difference between viewer.rock
|
Difference between viewer.rock
|
||||||
|
@ -13,7 +13,7 @@ Difference between viewer.rock
|
||||||
Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by
|
Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by
|
||||||
using viewer.dat(viewer_file.dat).
|
using viewer.dat(viewer_file.dat).
|
||||||
|
|
||||||
[wod wrap]
|
[word wrap]
|
||||||
- add the following characters which can be split the line.
|
- add the following characters which can be split the line.
|
||||||
'!', ',', '.', ':', ';', '?',
|
'!', ',', '.', ':', ';', '?',
|
||||||
U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc,
|
U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc,
|
||||||
|
@ -35,12 +35,12 @@ Difference between viewer.rock
|
||||||
- the right alignment supports the player which does not define HAVE_LCD_BITMAP.
|
- the right alignment supports the player which does not define HAVE_LCD_BITMAP.
|
||||||
|
|
||||||
[bookmark]
|
[bookmark]
|
||||||
- increased to 16 the number of bookmarks that can be registered.
|
- increased the number of bookmarks that can be registered to 16.
|
||||||
|
|
||||||
|
|
||||||
TODO list
|
TODO list
|
||||||
- for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
|
- for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
|
||||||
supports more than 999 pages of text.
|
support more than 999 pages of text.
|
||||||
|
|
||||||
- add History feature.
|
- add History feature.
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
* file count 2
|
* file count 2
|
||||||
* [1st file]
|
* [1st file]
|
||||||
* file path MAX_PATH
|
* file path MAX_PATH
|
||||||
* next file pos 2 (prefences size + bookmark count * bookmark size + 1)
|
* next file pos 2 (preferences size + bookmark count * bookmark size + 1)
|
||||||
* [preferences]
|
* [preferences]
|
||||||
* word_mode 1
|
* word_mode 1
|
||||||
* line_mode 1
|
* line_mode 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue