This application is used to “create” and “edit” text file.
You can “Create”, “Open” and “Save” file from/into your phone memory. It's included simple file browser to help you “choose a file” when opening a file and “choose a location” when saving a file. By default, the file browser filters the list of file that it displays to “.txt” extension, but you can configure it to show all files (but not the hidden files) by unchecking the “txt file” checkbox.
it has the following features:
- Open last file
- Auto Save
- Undo/Redo
- Text Wrap
- Search/Replace Text
- Line Number
- Go to (start of text, end of text, line number)
- Recently opened file
- Share text
- File info
- Responsive scrolling
- Responsive typing text
notes:
* it can works with huge text file (10000 lines of text)
* there will be delays when opening huge text file
* if it runs slowly when working with a huge text file, try to turn on the “Text Wrap” option, and if it's still slow, try to turn off the “Line Number”
* generally you can use the “Share” item on the menu to share the small (or medium) number of text
additional information:
if you don’t give the extension to the filename when you’re saving a new file, then a “.txt” extension will be added automatically to the filename, but if you give extension (for example other than “.txt”) to the filename when you’re saving a new file, then the given extension will be used as the extension of the filename.
Hope you enjoy it, thank you.
* added “Auto Save” feature
* added “Replace Text” feature
* fixed some bugs