
Lasso 9
I would see Lasso 9 in the list of supported languages. In LassoSoft website, you can find language reference. Thank you Alexander, great app!

Js load image
e.g.
var _img = document.getElementById('id1');var newImg =newImage;
newImg.src ='http://whatever';
newImg.onload =function(){
_img.src =this.src;}

Connect Textastic to localhost on my MacBook Pro
Is there away to connect Textastic to localhost on my MacBook Pro so that I can edit files?

Writeroom tap-cursor zones plus select gesture

Some Keywords are not highlighted.


Keyboard top row ghosting ios8
There is also some odd behavior with keyboard color. Sometimes black and sometimes white.
I had had installed and removed a third party keyboard in ios8. I can't test what would happen if no third party keyboard was never installed.
Ios8 on iPad

SFTP + VGA out.

why in the screenshots is the z and the y switched

Sometimes even though I am connected to Dropbox it won't let me upload

JavaScript Not Working in Preview
While testing iOS editors like Textastic and Koder on the iPad, I noticed that the preview screens never executed my javascript (HTML and CSS were fine). Using the following code as a test:
index.html:
<html>
<head>
<title></title>
<!—for iPad and Komodo—>
<link href="style.css" rel="stylesheet">
<script src="script.js"></script>
</head>
<body>
This text will be replaced by Javascript.
</html>
script.js:
alert("alert");
document.getElementById("output").innerHTML = "test";
However, when I ran the above code in jsFiddle on the iPad or in Komodo, it seemed to work fine.
Customer support service by UserEcho