|
#1
|
||||
|
||||
|
See attachments for a download & Screenshot.
Notee-fi is a complex plane-text editor. Features: - Load & save files - Customized keyboard (have a look at custom_keyboard.txt to customize your keyboard - remember to escape special characters e.g. backslash \\) - common edit methods - place the cursor with your finger to insert or delete characters between two other ones - handle even large texts - qwerty key layout - some nice button graphics ![]() - hide keyboard to read large texts Controls: *.txt - Load / save a file. [<-] - Backspace The long bar - Well, space ![]() šÄ/# - customized keyboard (Numbers and special keys) a/A - Toggle lower/upper keys. - Tap the text to set the cursor position. - Slide your fimger over the scrollbar to scroll - Slide your finger over the text to scroll (finetuning) Have fun with this! ~ZaP Last edited by ZaPx64; 04-13-2010 at 05:35 AM. |
|
|
|||
|
|
|
#2
|
||||
|
||||
|
The easy solution would be to not allow filenames. Just have file1.txt, file2.txt and allow the user to save and load to these. I don't think it would be too restrictive doing it that way because the app would most likely be used for note taking, not a novel :P
Another option is to write all saves to a single save file. This would give you the feature of naming the files and being able to choose from a list of textfiles, but would make it harder to access on a pc.. You could of course write a computer app to read such files. I've noticed that you haven't mentioned the problem of creating the files on the fly. Have you found a way to do this? Just a few ideas
Last edited by bzdbbb; 01-24-2010 at 01:19 PM. |
|
#3
|
||||
|
||||
|
must.have.text.editor.
Can't wait! good luck with the rest of the project
|
|
#4
|
||||
|
||||
|
@bzdbbb:
Well, I haven't tried yet writing into non-existing files, but I guess if you use the write-mode the file will be created. //EDIT: Just tested it, you can write into files on the fly using io.open("file_to_create.txt", "w"); but unfortunatly its no Windows-standard newline encoding so you must use an advanced text editor (e.g. wordpad, notepad++, etc...) to read the file with white-spaces. @RobertsAccount: No release soon, you will have to wait a while...
Last edited by ZaPx64; 01-24-2010 at 02:13 PM. |
|
#5
|
||||
|
||||
|
Whoaa it's coming
Cool! I like the name too!I don't mind using wordpad or maybe a different app for reading/editing the text file on the computer. Usability on the X-Fi2 is top priority I would say.. The (possible) app for editing it could just be loaded onto the device like the rsssynchonizer already is. Last edited by Brett_val; 01-25-2010 at 07:02 AM. |
|
#6
|
||||
|
||||
|
Quote:
Why not have a seperate text file that hold the file names of the files the user has created. Just read this file at start-up, gmatch the strings and then offer those to the user as a list. The only problem with this solution is being able to add text files from a computer, but again a specific app on the computer could handle that for you.. Quote:
|
|
#7
|
|||
|
|||
|
i thought of the text reader for quite a while already.
i was very disappointed with the 'task' and 'calendar' in the player as it must be sync-ed with centrale and cannot record down any notes, neither can i update the calendar event on the go im studying a foreign language as well, so i hope the text reader can read the foreign language, so i can also revise them during my free time during office hours |
|
#8
|
|||
|
|||
|
My first request to creative when they release the SDK(when they notify me by email) is immediate os.execute support! I mean nothing says thank you when you get something you want like saying you screwed up give me more!
__________________
Only ONE more functions in the Wiki need addressing! Zen X-Fi2 LUA Wiki Want to protect your applications? Click Here! Tower Defense Thread Zen Lock - Protect Your Zen! |
|
#9
|
|||
|
|||
|
if you're going to create a file browser, it would be MUCH more useful to build a file browser for the microsd card.
|
|
#10
|
||||
|
||||
|
Hm, I think Creative disabled os.execute for some reason. I can imagine they don't want the people to modify their OS. However they could disable write access to its folders...
Well, I think I'm gonna use an external LUA file that stores all recently opened and saved files, and a filepath input loader as well. |
|
#11
|
|||
|
|||
|
Well, they could easily restrict any file location searches to the ms:/ base.
__________________
Only ONE more functions in the Wiki need addressing! Zen X-Fi2 LUA Wiki Want to protect your applications? Click Here! Tower Defense Thread Zen Lock - Protect Your Zen! |
|
#12
|
||||
|
||||
|
How's this one coming along? This is one of the apps I want to see working the most so I'm a bit anxious if you can get it to work ^^
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#13
|
||||
|
||||
|
Patience young Padawan... I'm a bit busy with another project (not Zen-related) but be ensured that there -will- be a release soon.
|
|
#14
|
||||
|
||||
|
Quote:
Well I'll be patiently waiting then ^^
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#15
|
||||
|
||||
|
Well, for those of you who can't wait to write down some notes, here's a very early pre-release (see attachments).
You will be able to write, save and load text and append text to loaded files. The cursor position can not yet be changed and you cannot delete a linefeed. I'm working on these features but as I said I'm still busy with another project. The editor even enables you to write LUA scripts. To save a script you will have to know the name of an empty folder and save your file as ../myfolder/main.lua (any existing file named main.lua will be overwritten) Here's an interface description: [123]-Button: Display number/special-char keyboard [CAPS]-Button: Toggle upper/lower-char keyboard [...]-Button: Save/Load file [<-]-Button: Backspace Have fun with this!
|
|
#16
|
||||
|
||||
|
thanks a lot
i only cant load the files :S |
|
#17
|
||||
|
||||
|
Nice! Tried the app out.
And I know it's a pre-release so I won't complain much about bugs. But as rplacido said, loading doesn't seem to work. And perhaps do something about the spacing? It's a bit widely spaced sometimes, with double "l" and stuff like that. Also when you switch to [123] it isn't completely obvious how to get back the keyboard, perhaps the [123] should change to [ABC]. Otherwise it's a really nice start! Looking forward to the first released version ^^
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#18
|
|||
|
|||
|
yeah i cant load the files either. its a very good first atempt though
![]()
|
|
#19
|
||||
|
||||
|
Thanks for the feedback, loading does not work indeed, but it did once ago
![]() As I said, I'm working on it ![]() //EDIT: Work is (almost?) finished. See first post. Last edited by ZaPx64; 02-13-2010 at 06:47 AM. |
|
#20
|
|||
|
|||
|
hey ZaP, may i know what code did u use for deleting an alphanumeric character ? somehow i could not seem to find it in your code.
thanks ! i currently making a text reader program by myself too. simpler coding and nicer graphics. i have no knowledge on LUA, except to analyse existing code from users like you and learn from there by trial and error =D |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 08:17 PM.












Cool! I like the name too!
Linear Mode
