0
Not a bug

When reading email attachments, make make textastic the default text editor.

Gustavo Zapata 14 years ago updated by Alexander Blach (Developer) 14 years ago 0
When reading email attachments, make textastic the default text editor.
Answer
Sorry, but the order is determined by iOS, so unfortunately, this is not possible. (At least I'm not aware of it).
0
Fixed

Keyboard error / wrong keyboard layout

CARVER damien 14 years ago updated by Alexander Blach (Developer) 14 years ago 3
Hi, i have a French keyboard i think there's a bug with the ; key it produces ' but shift+; makes : correctly
Answer
You need to select the correct virtual on-screen keyboard layout corresponding to the connected hardware keyboard. (see comments)
0

Ability to debug or compile to determine bugs within the code without requiring it to actually run the code would be nice.

Vord 14 years ago 0
If there would be a way to comipile or debug would be nice. It's doesn't have to actually run the code, just a way to find the bugs...

Thank You
0
Under review

A virtual mouse cursor, for bluetooth mouses like magic mouse.

Nuno F Silva 14 years ago updated by Mike Ho 6 years ago 9
I already use a bluetooh keyboard. Mouse would also be great :)
Answer
Sorry, but this is not possible. The iPad doesn't support mouse input devices.
0

Syntax highlighting for groovy and gsp

John Holllis 14 years ago 0
0

Really terrific job with this

Robby Kee 14 years ago updated by only buxz 13 years ago 1
Fantastic app! Thank you
0

Danke für Textastic!

Jörg Burbach 14 years ago updated by Alexander Blach (Developer) 14 years ago 1

Ich nutze es regelmäßig und habe kürzlich einen Kurztest in meinem Blog online gestellt: http://www.quadworks.de/?p=1017

0

@ and $ annoying to get to

Joe Yesselman 14 years ago updated by Alexander Blach (Developer) 14 years ago 1

 I do a lot of perl programming and thus @ and $ are quite important, having to always switch keyboards to get to them slows down coding a lot. Also including an auto complete for previously used variables would be amazing. Other than that I love this app

0
Fixed

Web preview of php files doesn't interpret html part

Alexander Blach (Developer) 15 years ago updated 15 years ago 0
Textastic can't run php code on the iPad, but the html part should be interpretet in the web preview. Instead, the plain html tags are shown.
Version 2.0
Answer
Textastic now creates a file "file.php$$preview.html" so that the UIWebView interprets the file as html. It is deleted after the preview is loaded.

I tried various other ways to change the MIME type to "text/html", but then other things didn't work.

So the simple (but not so elegant) solution worked best.