More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
| title = BLARGH Text Editor | | title = BLARGH Text Editor | ||
| image = [[File:Blarghtexteditords.PNG]] | | image = [[File:Blarghtexteditords.PNG]] | ||
| type = | | type = Utility | ||
| version = r122 | | version = r122 | ||
| licence = GPL | | licence = GPL | ||
Line 11: | Line 11: | ||
}} | }} | ||
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 . | 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. | This started out as an idea to create an equivalent of QuickWrite's "FUNADY" keyboard layout on the DS using homebrew tools. | ||
Line 18: | Line 18: | ||
In summary, three key ideas work together to make this input method better than a traditional on-screen keyboard: | 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 in a hexagonal grid so that every one has six neighbors, and all neighbors are equally easy to reach. | ||
Line 31: | Line 31: | ||
==Changelog== | ==Changelog== | ||
'''Revision 122''' | '''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. | * 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. | ||
==Cerdtis== | ==Cerdtis== | ||
BLARGH Text Editor uses: | BLARGH Text Editor uses: | ||
* devkitARM r24. | |||
* libnds 1.3.1. | |||
* libfat-nds 1.0.2 (the demo will save/load txt files). | |||
[[Category: | <br> | ||
[[Category:DS homebrew applications]] | |||
[[Category:Utility homebrews on DS]] |
Revision as of 11:48, 18 Mayıs 2021
BLARGH Text Editor | |
File:Blarghtexteditords.PNG | |
General | |
---|---|
Author(s) | anomalous_underdog |
Type | Utility |
Version | r122 |
Licence | GPL |
Links | |
[Media:Blarghttexteditorr122ds.zip Download] | |
Website | |
Source |
<htmlet>adsense</htmlet>
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.
Cerdtis
BLARGH Text Editor uses:
- devkitARM r24.
- libnds 1.3.1.
- libfat-nds 1.0.2 (the demo will save/load txt files).