module documentation
Text Editor - Edit text files on the device.
| Function | run |
Run the app. |
| Function | start |
Start the app. |
| Function | stop |
Stop the app. |
| Constant | STATE |
Undocumented |
| Constant | STATE |
Undocumented |
| Constant | STATE |
Undocumented |
| Constant | STATE |
Undocumented |
| Function | __callback |
Called by the keyboard when the user presses Save. |
| Function | __is |
Return whether the text editor app should open this path. |
| Function | __save |
Save the current file and transition back to the menu state. |
| Function | __start |
Start the file browser in selector mode. |
| Function | __start |
Open the TextEditor for the current filename. |
| Function | __start |
Activate the on-screen keyboard for filename entry. |
| Function | __start |
Build and draw the main menu. |
| Variable | _file |
Undocumented |
| Variable | _file |
Undocumented |
| Variable | _filename |
Undocumented |
| Variable | _keyboard |
Undocumented |
| Variable | _menu |
Undocumented |
| Variable | _textbox |
Undocumented |
Start the app.
| Parameters | |
viewViewManager | The view manager context. |
| Returns | |
bool | True on success. |
Return whether the text editor app should open this path.
| Parameters | |
path:str | The file path to check. |
| Returns | |
bool | True if the file is editable. |
Save the current file and transition back to the menu state.
| Parameters | |
viewViewManager | The view manager context. |
Open the TextEditor for the current filename.
| Parameters | |
viewViewManager | The view manager context. |
Activate the on-screen keyboard for filename entry.
| Parameters | |
viewViewManager | The view manager context. |