+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) 14 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).
+2

XSL code completion

Lewis Ulman 12 years ago 0
I would love to see XSL code completion.
+2

Associate a file extension with a syntax

shahan khan 14 years ago 0
E.g. .example with php
+2

Add support for non-standard Markdown features

Tony Sloane 13 years ago updated 13 years ago 2

It seems from the "Markdown preview" thread that you are using discount as your markdown processor. Could you please enable some of the non-standard features of discount?


In particular, I would like to use the ~~~ syntax for code blocks, which doesn't seem to work in textastic now, but is supported by discount if it is compiled with the --with-fenced-code option. Could you turn this and other options on?


thanks,

Tony


+2
Completed

Active FTP / disable passive FTP

Alexander Blach (Developer) 14 years ago updated 14 years ago 0
Textastic uses passive FTP by default. Add an option to use active FTP instead.
Answer
Will be available in Textastic 2.1
+2

Recognize method symbols in code completition

Myako Toudai 12 years ago updated by Alexander Blach (Developer) 12 years ago 1 1 duplicate
Your function recognition in the symbol section works quite good. Why not 
cache the symbols of all openend files ( in the history ) and make them 
available in the code completition. 

Would be very nice for javascript files, because you have the symbols of the

active file and the other files you openend in history. 

Greets BlackCat

+2

Allow users to add file extensions

Shaun Root 13 years ago 0
I use the CakePHP framework. Most of my files have an extension of .cpt, which are just normal PHP files. I would be nice if I could add the .ctp extension to PHP syntax highlighting. I know that I can change it once the file is open, but doing that every time I open a file really adds up to a lot of work.

Thanks
+2
Fixed

FTP prompt should not come up when uploading/downloading linked file

Andrew M. Smith 14 years ago updated by Alexander Blach (Developer) 13 years ago 6 2 duplicates
When I download a file from an FTP server, and then click on "Upload This File" or "Download Latest," it prompts me whether I want to override the file. Now, when I click one of those buttons, I will always want it to override the file, so the prompt shouldn't come up.
Great app, though! I love it.
Answer
Implemented for Textastic 3.0:

If you quickly upload or download a file, there's a new "Always" button in addition to "Yes" and "No".

You can set this separately for upload and download.

You can re-enable the overwrite prompt in the settings screen.