paste image from clipboard
It would be a good thing to be able to paste images copied from other apps (such like Safari or Photoshop Touch) to the clipboard into any folder... Thanks !!
Custom code definitions
i.e. I don't like that HTML5 inserts <br /> instead of <br>. That's HTML 4 code. I also prefer tab over double space. If I could see what currently exists as a default, and could edit it and save it as a custom template, that would be really useful to me.
Creating a file on dropbox
Run javascript files
Ability to download file from website
I would use this feature most with cdnjs, and it would be useful for github also.
Is it possible to edit an existing connection?
Select text does not work in some cases
% ***************************************.
The Selection can only grab the first few characters
Access to restricted URI denied.
New to Textastic and referencing jquery.js within and HTML but receiving the following error... none of the alert dialogs appear. Access to restricted URI denied.
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="jquery.js" type="text/javascript"></script>
<title></title>
</head>
<body>
<script type="text/javascript">
alert('pre');
$(document).ready(function() {
alert('Hello World');
}
</script>
</body>
</html>y
Fortran syntax highlighting of comments is bogus
In Fortran, any line starting with a star is a comment line. Textastic does not honour that as exemplified by the following example.

Note how Fortran keywords are highlighted, clearly showing Textastic believes this is regular code instead of a comment block. It gets however worse the comment features one lone single quote:

Textastic believes that the single quote starts a string and it highlights everything following it as a string. Not shown on this picture but the string highlighting only stops at the very end of the file about 300 lines further down!
As a result, Textatic Fortran syntax highlighting is unusable in practice.
Customer support service by UserEcho