Your comments

Hello,

1.) yes, you can just create a new file with a .css file extension
2.) you can add a link to your CSS file like this:

<link rel="stylesheet" href="example.css" type="text/css" />
Textastic is not scriptable at the moment.

But, if you add the AppleScript Editor to System Preferences -> Security & Privacy -> Privacy -> Accessibility, you can use the following commands:

get:

tell application "System Events" to tell application process "Textastic"
get size of window 1
end tell

set:

tell application "System Events" to tell application process "Textastic"
tell window 1
set {size, position} to {{1280, 800}, {50, 50}}
end tell
end tell

Unfortunately I can't reproduce this issue on my iPad.

Can you maybe send me a screenshot or small video demonstrating the issue?
For the moment, you can add this syntax definition yourself.

This is explained in the manual: http://www.textasticapp.com/mac/manual/lessons/How...

The Arduino bundle can be found here: https://github.com/nasser/arduino.tmbundle

I will add Arduino support in the next update of the Mac version.
Currently, you can tap "Done" and tap on the preview button again to refresh.
Textastic offers syntax highlighting for many languages including Python, but it doesn't include compilers or interpreters due to restrictions of iOS.

You will notice that all apps that support running code - like Kodiak, Codea and PythonMath for example - do not have file download capabilities. So, if I wanted to add the ability to run code in Textastic, I'd have to remove FTP, "Open In", WebDAV, Dropbox and all other means of sharing files with other apps.

These are the relevant points in the App Store review guidelines:

2.7 Apps that download code in any way or form will be rejected
2.8 Apps that install or launch other executable code will be rejected

That's a limitation that is imposed by Apple, sorry.
Just to be sure that we are talking about the same issue: can you please attach a screenshot of the problem?

You write that you can not see the keys - I can see the keys here, so you might be talking about another problem.
Does it still happen for you on iOS 7.1? It doesn't seem to occur on my device anymore in the latest iOS version.