Txt-read: Difference between revisions
No edit summary |
|||
| Line 25: | Line 25: | ||
Uses the Wii's basic text console | Uses the Wii's basic text console | ||
File selector | |||
===What is being worked on=== | ===What is being worked on=== | ||
Subfolders, and fix bugginess in file selector. | |||
Partial displaying of long lines | Partial displaying of long lines | ||
| Line 34: | Line 36: | ||
===Instructions=== | ===Instructions=== | ||
To load it, you can now use any method of loading homebrew. | |||
The app will then ask you if you want to display line numbers. Press 1 for yes or 2 for no. | |||
Then it lets you choose a file from the SD card. Currently, there is no subdirectory support, so text files must be in root. | |||
Then you can use up and down to scroll, and home to exit. | Then you can use up and down to scroll, and home to exit. | ||
| Line 59: | Line 57: | ||
'''0.4''': Fixed bug where some lines will be missed off the end of files meeting specific requirements | '''0.4''': Fixed bug where some lines will be missed off the end of files meeting specific requirements | ||
'''0.5''': Added file selector (currently buggy but works) (thanks to [[User:CraZzy|CraZzy]]). | |||
==Extras== | ==Extras== | ||
| Line 66: | Line 66: | ||
Thanks to [[User:Mattgentl|Mattgentl]], who helped me with a lot of the code. | Thanks to [[User:Mattgentl|Mattgentl]], who helped me with a lot of the code. | ||
Thanks to [[User:CraZzy|CraZzy]], who spotted the bug fixed in '''0.4''', and | Thanks to [[User:CraZzy|CraZzy]], who spotted the bug fixed in '''0.4''', and made a file selector for me to implement. | ||
Revision as of 19:50, 10 August 2008
| txt-read | |
| General | |
|---|---|
| Author(s) | Muzer |
| Type | Utility |
| Version | 0.4 |
| Links | |
| [[[1]|Download]] | |
| Source | |
| Peripherals | |
txt-read is a simple app for viewing text files. Because I was lazy, I did not include a readme in the package. Therefore, instructions are listed on this page.
Please feel free to copy this onto your Wii news site, but please include the whole page.
From Google Code
A simple text file viewer for the Wii.
Features
Wiimote support
Front SD support
The display never breaks (by displaying too many lines than fit on one screen)
Uses the Wii's basic text console
File selector
What is being worked on
Subfolders, and fix bugginess in file selector.
Partial displaying of long lines
Instructions
To load it, you can now use any method of loading homebrew.
The app will then ask you if you want to display line numbers. Press 1 for yes or 2 for no.
Then it lets you choose a file from the SD card. Currently, there is no subdirectory support, so text files must be in root.
Then you can use up and down to scroll, and home to exit.
Simple, eh?
Download
http://code.google.com/p/txt-read/downloads/list
Changelog
0.1: First stable version
0.2: First released version, added code to stop lines longer than the Wii's display width from breaking it.
0.3: Added option to disable line numbers
0.4: Fixed bug where some lines will be missed off the end of files meeting specific requirements
0.5: Added file selector (currently buggy but works) (thanks to CraZzy).
Extras
Made by Muzer
Thanks to Mattgentl, who helped me with a lot of the code.
Thanks to CraZzy, who spotted the bug fixed in 0.4, and made a file selector for me to implement.