+17
Under review

Rendering PHP code

Nathan Boyd 11 years ago updated by Alexander Blach (Developer) 7 years ago 10 3 duplicates

I downloaded this app as I'm learning PHP coding. Although I think this app is really useful, the fact that it cannot render PHP code correctly is disappointing. Is this going to be fixed anytime soon?

+17

Thanks a lot for this excellent 2.0 version

Michael 13 years ago 0
Thanks
+17

Encrypt Local Files

Alexander Blach (Developer) 13 years ago 0
Encrypting local files will keep the source code safe when the iPad is lost or stolen.
+17
Under review

Be able to ignore dot files

Noel Rappin 13 years ago updated by Alexander Blach (Developer) 11 years ago 6 1 duplicate
It would be nice to have the option of ignoring dot files (like the .git directory) when downloading an entire directory.
+16

Multiple line editor!

Omar Villanueva 7 years ago 0

  1. A multiple line editor, similar to Silublime's ctrl+ select that allows to click on various lines or spces and write/delete at the same time. This feature would push Textastic to the top as the best portable working stations.
  2. Great job Alexander!
+16

This is THE iOS code editor. Fantastic!

Matthew Van Andel 13 years ago updated by Alexander Blach (Developer) 12 years ago 1
Just stopping by to let you know how much I LOVE this app. It's already THE de-facto code editor on iOS, but it's rapidly becoming a remarkable full-fledged IDE. Please keep the amazing updates coming, because nothing else on the App Store comes CLOSE to the amazing product you've got.
Answer
Thank you!
+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) 12 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/

+16

CIFS/SMB support for Windows and linux (via Samba)

Simon Crosland 12 years ago updated by rbretongmz 5 years ago 10 1 duplicate
Alongside the excellent Dropbox, SFTP and WebDAV support, it would be excellent to have a CIFS/SMB client built in so that we could directly connect to shared folders on Windows servers, and Samba shares on linux servers.

It might be possible to use the open source smbclient from the Samba guys as the basis of the implementation.
+15
Completed

Better Syntax Highlighter

Alexander Blach (Developer) 14 years ago updated 13 years ago 2
For some things like Markdown or Textile syntax or some uncommon language constructs (single quote in Lisp, triple quotes in Python), the current syntax highlighter isn't really suitable.

I think I found a solution that will add excellent syntax highlighting with theme support and eventually also support for code completion. It will probably take some time to implement though.
Version 3.0
Answer
The new highlighter is now in Textastic 3.0 and supports TextMate syntax definitions and themes.