0

JavaScript repl

Zhuo Jia Dai 11 years ago in General updated by Tapsi 11 years ago 1

Would it possible to include a Javascript REPL? That would be handy! The app jsany https://itunes.apple.com/us/app/jsany-javascript-anywhere/id363452277?mt=8/ includes a viever and JS editor. So I think it technically can be done.

0
Under review

Global Syntax Definition for Unsupported Extenisions

Studded 14 years ago updated by Alexander Blach (Developer) 14 years ago 0
Would love to be able to define the syntax for unsupported filetypes.. my PHP projects have .inc files and stuff, and I can manually change each syntax definition for each file, but I would love to globally change the definition of a certain filetype in the system settings.
0

Realbasic Syntax Support

Tristan Bellman-Greenwood 14 years ago 0
Add Realbasic syntax support. (www.realsoftware.com) Since real basic code usually comes in project file, perhaps .rbo (Realbasic object files) could be the supported file type.
0

Tabify & Untabify

Nevets 14 years ago 0
When a block of text has been selected and the user presses the TAB key, all the lines in the selected text block will be prefixed with a tab character. When the Shift + TAB key is pressed the first tab character of each line in the selected text block should be removed.
0

Add toggle button to disable keyboard input

Gareth Watts 14 years ago updated 14 years ago 2
I like to use Textastic as a syntax highlighted code reader, but find that it's easy to accidentally tap the screen instead of scroll which then pops up the on-screen keyboard.

It's easy to dismiss the keyboard' but it becomes a little frustrating after a while, thus it'd be great if there was a toggle at the top of the screen that would lock the app in "view mode" and disable accidental triggering of the keyboard
0

When I overwrite a file from Dropbox to local it does not overwrite

cmjdm 12 years ago in iPhone updated by Alexander Blach (Developer) 12 years ago 1
In order to get the most up to date file in my Dropbox folder I need delete the file and then re download it. I am not able to overwrite.
0
Under review

"Failed initialization" error, SFTP

marc kaepke 10 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 4
application server output "fatal: Unable to negotiate a key exchange method [preauth]"
OpenSSH_6.6.1p1 Ubuntu-8, OpenSSL 1.0.1f 6 Jan 2014
Ubuntu 14.10

connection with other clients is possible, but textastic returns an error
0

Livedrive support / integration

Trotts 14 years ago 0
Integration with libertine, very similar to dropbox but an unlimited service!
0
Fixed

Error overwriting files with SFTP

Bryan Creel 12 years ago in General updated by Alexander Blach (Developer) 12 years ago 7
I just got Textastic and I like it quite a bit.  I currently have my connections working using WebDAV, but I'd prefer to switch to SFTP (SSH).  I'm using Bitvise SSH Server 5.57 and the problem is that I'm unable to overwrite existing files using Textastic. 

It asks for overwrite confirmation and then returns "Error in the SSH layer."  The strange thing is that this exact process (Download a file, upload the same file again to overwrite) works fine with Goodreader SFTP using the same login information.  My SSH server logs don't indicate any error, they just are missing the actual file transfer.  On the Textastic side, if I enable logging then here is the relevant section:

== Info: Connection #0 to host xxxx.xxx left intact
== Info: Re-using existing connection! (#0) with host xxxx.xxx
== Info: Connected to xxxx.xxx (xx.xx.xx.xx) port 22 (#0)
== Info: Could not seek stream
== Info: Connection #0 to host xxxx.xxx left intact
== Info: FTP: command REST failed
== Info: Re-using existing connection! (#0) with host xxxx.xxx
== Info: Connected to xxxx.xxx (xx.xx.xx.xx) port 22 (#0)
== Info: Creating directory '/d'
== Info: Creating directory '/d/Downloads'
== Info: Creating the dir/file failed: Operation failed
== Info: Connection #0 to host xxxx.xxx left intact
== Info: Error in the SSH layer
== Info: Re-using existing connection! (#0) with host xxxx.xxx
== Info: Connected to xxxx.xxx (xx.xx.xx.xx) port 22 (#0)


Please help; I'd much rather use SFTP to access my server.

Version 4.3
Answer

Will be fixed in the next update.