Your comments
Could not reproduce. (see comments)
I could not reproduce this in my tests. Does this happen with a special file or with all files?
This bug is fixed for the next version.
Textastic now correctly detects UTF-16 and UTF-32 files with a BOM (http://unicode.org/faq/utf_bom.html#BOM) and also lets you open files it detects as being binary (greyed out in the file list).
Textastic now correctly detects UTF-16 and UTF-32 files with a BOM (http://unicode.org/faq/utf_bom.html#BOM) and also lets you open files it detects as being binary (greyed out in the file list).
The FTP client is coming along nicely. I can already browse directories and yesterday I finished implementing recursive downloading of directories with multiple simultaneous downloads. Still a lot to do (like uploading, config screens and so on), but I'm getting there.
I already started the process with the DOC. I hope it doesn't take too long.
See comments for details.
Ruby syntax highlighting is actually included in the app. Didn't it work with your files?
There is already a discussion about Dropbox support at http://feedback.textasticapp.com/feedback/7436-dropbox-support/
I've added your request for iDisk support to the entry about a WebDAV client: http://feedback.textasticapp.com/feedback/7780-webdav-client-idisk-support/
Oh, and please create a separate entry for each individual feature request in the future – thank you!
There is already a discussion about Dropbox support at http://feedback.textasticapp.com/feedback/7436-dropbox-support/
I've added your request for iDisk support to the entry about a WebDAV client: http://feedback.textasticapp.com/feedback/7780-webdav-client-idisk-support/
Oh, and please create a separate entry for each individual feature request in the future – thank you!
I'll definitely consider adding support for Groovy. I always wanted to try the language :)
Customer support service by UserEcho
So, the text isn't displayed immediately, but drawn in the background and then faded in. This makes it look slightly sluggish, especially because the screen is drawn in tiles and several tiles have to be drawn and faded in. This is especially noticable with external keyboards, because then there's a bigger screen areay that has to be drawn.
But, this makes scrolling and zooming very fast even with big text files and CATiledLayer makes good use of the limited memory available on the iPad.
I see what you mean, but I think it's acceptable. I'll see if I can improve drawing in a future version, but right now it's not a priority.