Your comments

Hello,


Textastic does execute JavaScript in the preview screen. Maybe I'm missing something, but there is no element with an id of "output" in the html file, so document.getElementById("output") doesn't work. What happens when you add a div element like this: <div id="output"></div>?

Hello, Textastic offers syntax highlighting for many languages including C++, but it doesn't include compilers or interpreters due to restrictions of iOS.


In order to compile and run code, you could transfer the source code file to a computer using an SFTP connection and use an SSH console app like iSSH or Prompt to compile it on the remote machine.

Textastic offers syntax highlighting for many languages including PHP, but it doesn't include compilers or interpreters due to restrictions of iOS.


If you try to preview the php file locally, only the html part will be interpreted by the web view. The PHP part will be ignored.

In order to preview PHP in Textastic, you can upload the file to a test server, open the preview screen, switch from "Local" to "Remote" and enter the remote url of your test server.

Tcl syntax definition should be automatically selected if your file has a .tcl file extension. You can also try to choose the Tcl syntax definition manually in the File Properties popover if that isn't the case.

You can install custom TextMate-compatible syntax definitions in Textastic: http://www.textasticapp.com/v4/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html


Here is a TextMate bundle for Postscript: https://github.com/textmate/postscript.tmbundle

You should be able to save the image to the photo library and then use the "+" button in Textastic to add the image file to a folder in Textastic. Did you try that?

If you modify one file on two devices and one or both of these devices are not connected to the internet, this will put the document in a conflict state. There will be a dialog which lets you choose which version(s) to keep.


Thanks, I've reported the issue with the feedback forum to the UserEcho guys.

To request a refund, please wait your for iTunes digital receipt and use the "Report a problem" link to request a refund from Apple. See http://mac-how-to.wonderhowto.com/how-to/get-refund-from-apple-itunes-mac-app-store-0139238/ for a detailed description of the process.