More actions
BLARGH Text Editor | |
---|---|
General | |
Author | anomalous_underdog |
Type | Utility |
Version | r122 |
License | GPL |
Last Updated | 2009/01/25 |
Links | |
Download | |
Website | |
Source | |
Bachelor's Lackluster And Ruminantly Gnarled Homebrew Text Editor is meant as a demo to implement Joe Strout's HexInput method of inputting text on portable devices.
This started out as an idea to create an equivalent of QuickWrite's FUNADY keyboard layout on the DS using homebrew tools.
User guide
In summary, three key ideas work together to make this input method better than a traditional on-screen keyboard:
You can input a letter by tapping it, or by dragging to it from a neighboring letter.
Letters are arranged in a hexagonal grid so that every one has six neighbors, and all neighbors are equally easy to reach.
Letters are arranged to optimize text input in a particular language (English, in this case).
Known issues
Display of long filenames/folder names are truncated to fit on the small screen (horizontal scrollbars are not implemented yet).
Selecting a long filename will make the textbox overflow its text.
Changelog
Revision 122
- Folders are now displayed on the left hand side of the file save/load dialog box. User can now pretty much browse the whole filesystem.
Credits
BLARGH Text Editor uses:
- devkitARM r24.
- libnds 1.3.1.
- libfat-nds 1.0.2 (the demo will save/load txt files).
External links
- Author's website - http://anomalousunderdog.blogspot.com
- Sharesource - http://sharesource.org/project/blarghtexteditor (archived)