+2

Textastic is not interpreting quotes correctly when colouring the code.

thebookyard 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
I am editing in PHP syntax mode but Textastic is not interpreting quotes correctly when colouring the code. A line like $sql="update COMPANY set name = '" . $name . "' "; will interpret the first single quote as closing the first double quote.  See example below of this effect.
Must say that apart from this I think this product is fantastic and have been waiting for a stable code editor with SFTP support for years. Thankyou.
Image 5
+2
Fixed

Downloading hundreds of files crashes the app

Marc Beuchat 14 years ago updated by Alexander Blach (Developer) 14 years ago 5
I work with development trees that contain 1000s of files. If I try to download a folder that contains more than 400 files, the app crashes. The Transfer Progress dialog shows the number of files/folders that need to be downloaded and then it freezes for a bit and finally the app closes. This happens with connections to dropbox and to a WebDAV server.
Answer
I could fix this bug for Textastic 3.1.

There were a few issues at work here. The UI is now updated when you download a lot of files and I could fix a memory issue when directories are created.
+2

Add .NET support!!! (VB, C#, etc.)

Adam Vandenbussche 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
The title says it all...
+2
Under review

Find and Replace items counter

Andriy Aleksyeyev 13 years ago in General updated by Destin8 2 years ago 2

Find (12) or Find and Replace (47) — please place items number in brackets on the button labels.

+2

Can you add support for Texpad API?

Ramon Figueroa-Centeno 12 years ago in iPad 0

Can you add support for Texpad API to typeset TeX files?


See https://www.texpadapp.com/blog.

+2

Show image in folder

Redyyu 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
If only show brinary data for image file, why just make a purview for the image? It much help which picture insert to HTML.
+2
Under review

AutoHotkey Support

Sascha Schneppmueller 14 years ago updated by Jon 9 years ago 4
Please add support for AHK Files. Code Reference can Be Found on www.AutoHotkey.com

Thank you
+2

Would be great to be able to link the preview button to a specific file. E.g. index.html when working on

lettan 12 years ago in iPad updated 12 years ago 2
Would be great to be able to link the preview button to a specific file. E.g. .html file when working on.js / .css in a sub-directory.


Pretty darn cool app.

+2

Add semi-colon to symbol bar - used a lot!

fredramsey 14 years ago updated by Alexander Blach (Developer) 14 years ago 3
+2
Fixed

UTF-16 files cannot be opened / are greyed out

Alexander Blach (Developer) 15 years ago updated 14 years ago 1
Textastic doesn't correctly detect UTF-16 text files and instead treats them as being binary files. In consequence, such files are greyed out and cannot be opened.
Version 2.0
Answer
This bug is fixed for the next version.

Textastic now correctly detects UTF-16 and UTF-32 files with a BOM (http://unicode.org/faq/utf_bom.html#BOM) and also lets you open files it detects as being binary (greyed out in the file list).