+27
Completed

iCloud Drive support

Kenta Kubo 9 years ago in General updated by Alexander Blach (Developer) 7 years ago 3

Is Textastic going to support iCloud Drive?

+17
Under review

Find or highlight matching brace/parens/brackets

Bob Beaty 3 years ago in General updated by Simon Tokumine 3 years ago 3

I just got Textastic for my iPad, and I have to say it's pretty great - it even handles Clojure - my language of choice... and the Automatic brace/brackets is a great feature, but with Clojure, it'd be great if there were a key that allowed me to Jump to the balanced partner of a brace {}, or paren (), or bracket []. This has the effect of "bouncing" between two points in the code - the start, and the end, of the pairings. It's very useful for languages like Clojure where there are a lot of parens...

This is very useful in Vi and Sublime Text 2/3, and a lot of other editors... and I'd really love for it to be added to Textastic for iOS/iPadOS. 

+16

Suggest declared variables when typing

Scanu 12 years ago in General 0

Would be great to have feature that show a dropdown list of already used variable when typing a new varaible for example in php

I have this code 

$foo = "test1";

$bar = "test2";

And when i type echo $ it lists foo and bar

+16

Google two-factor PAM authentication code support for SFTP connection

Alexander Blach (Developer) 11 years ago in General 0

An SSH server which uses the Google two-factor PAM module asks for the verification code before password.


See http://www.howtogeek.com/121650/how-to-secure-ssh-with-google-authenticators-two-factor-authentication/

+15

JavaScript Linter

Jake Sankey 10 years ago in General 0
It would be great to integrate with JSHint or JSLint for JS files so we can see syntax and other issues right in the editor. There are also linters for PHP, HTML, CSS, and others out there. Any chance?
+15
Under review

LaTeX expressions in Markdown

Timofey Stepanov 10 years ago in General updated by Lucho 1 year ago 2
Please, add support of LaTeX expressions in Markdown previews.
Like at stackedit.io.
+12

Please add Typescript language

mmosoll 7 years ago in General updated by Torgny 6 years ago 2

Please add support to Typescript language, extension .ts

+12

add asciidoc in the languages.

marcz 7 years ago in General 0

Textastic can support asciidoc following the Textmate extension but it is not in the list of supported language, please add it.

+12

Please: Textastic for Windows

Konstantin A. Kolosov 10 years ago in General 0
First of all, thank you for a great app! I have both an iPhone & an iPad versions and I'm really happy. You have put so much effort and dedication into Textastic, went through all those customer's requests and implemented the best ideas to make this app as awesome as it is, and as a customer I really appreciate it.Well, can you please go one step further and let people like me who don't care much for Macs still use your great application on Windows?

+11
Under review

Auto save

Fiorino 4 years ago in General updated by Alexander Blach (Developer) 3 years ago 7

Please add an option to disable auto save feature (and add a “Save” button). I work with apps like shellfish in live servers and in the meantime I add some PHP code then I get always errors until I have finished my modifications.