0
Completed

Support for T2D (TouchDraw) file extensions

Terry Cabeen 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
I'd love to be able to open native Touchdraw files from mail and not have to go through dropbox. They're basically SVG format, so SVG syntax highlighting could theoretically be automatically applied when t2d files are opened?

Thanks :D
Version 4.0.2
Answer

0

support for heroku

asdfaasdf 13 years ago 0
like http://worqshop.com/  but not require github
0

Add Rackspace Cloud Files Support

elronaldo 14 years ago 0
In addition to Dropbox support it would be nice if you added support for Rackspace Cloud Files.  Then we could access all our company cloud files if we need to restore some code from a backup that is stored in the cloud.

Details on the Rackspace Cloud files API is available at http://www.rackspace.com/cloud/cloud_hosting_products/files/api/

You could also add support for Amazon S3 storage containers.
0

problems SFTPing from outside subnet (fails where PUTTY and FileZilla work)?

perlyhappy 13 years ago in iPhone updated by Alexander Blach (Developer) 13 years ago 1

I can SFTP within subnet just fine. When I leave and go home, or elsewhere, I cannot SFTP to any of 4 servers. FileZilla and other FTP zlents still work from my PC with the same settings; so this is specific to whatever mechanism Textastic uses for SFTP. Please fix. Thanks!

0
Under review

Bug: Dark themed keyboard on hiding flashes white

Steven Lu 12 years ago in General updated by Alexander Blach (Developer) 11 years ago 3
I have a video: 

http://youtu.be/PVnl_bu3dUk

Pay attention at about 9 seconds in. Keyboard appears to flash back to white layout before it animates down. Quite a visual blemish.
0

cam

Agustin Tortolero 13 years ago in iPad updated by Alexander Blach (Developer) 13 years ago 1

it is posible to acces the video camera from the ipad?

0

Import delimited data text files

Olivier Lambert 13 years ago updated by Alexander Blach (Developer) 13 years ago 1

Could delimited data text files (tab, comma, pipe,....) be imported into Textastic? The file would be made of a header containing the column names and then numerous records for the actual data. The search/replace feature of Textastic could then be used by column. In other words could the text data be viewed as in a spreadsheet with actions being performed by column (find, replace, sort,...).

Apples' Numbers application has major limitations such as the maximum number of rows.

Thanks.

0

Frage Sprache C, Java

Zeljko Lukic 13 years ago in iPad updated by Alexander Blach (Developer) 13 years ago 1
0

SharePoint WebDAV still not working

Mark Cohen 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
I just installed 3.0 and my WebDAV connection to SharePoint still causes the app to shut down.
0

Javascript based lexer

Myako Toudai 14 years ago updated by Alexander Blach (Developer) 14 years ago 3
I know own interpreters are not allowed, but why not implement an file lexer?

The problem is, we don't see syntax errors. For me I can write HTML files with javascript source an run them. But you don't see often errors... maybe you get a blank screen but no message. The result is we need to search every file for a syntax fault. 

Maybe it would be a very nice feature to add a javascript based lexer ( like Jison ). People could write custom lexers ( or you provide some for base langauges like js ), that could check the current selected file. Maybe a button in the upper right corner, check syntax or something like else. The file content would be send through a small javascript ( the instantiated jison parser ) and this could give us error informations and syntax faults with line number and enhanced descriptions.

Feel free to discuss about that idea :D

Greets Alex