Your comments

I already have this feature in the Mac version of Textastic and plan to also add it to the iOS version.

Textastic has built-in syntax highlighting support for Python, but it doesn't include a Python interpreter.

Hello,


the Dropbox app does not have a file provider that supports open mode. Please use Textastic's built-in Dropbox support instead: https://www.textasticapp.com/v6/manual/lessons/How_do_I_access_files_in_my_Dropbox_account.html

It's not built-in at the moment, but searching for "typescript tmbundle" as described in another post in this topic brings up several TypeScript syntax definitions that you can install.

You can search for \n to find new lines (and \t for tabs).


You can also use regular expression search to ignore line breaks.

What do you think about Cmd-Shift-O - that's the one used by Xcode and Textastic for Mac. I want to reserve Cmd-P for printing.

Hello,


to reference a JavaScript file from a HTML file, insert a tag like this:


<script src="file.js"></script>


You can reference a CSS file like this:


<link rel="stylesheet" type="text/css" href="style.css">


I hope this helps.


Yes, this does not work at the moment. We are working on a solution for iOS 11.