+17
Under review

Rendering PHP code

Nathan Boyd 12 years ago updated by Alexander Blach (Developer) 8 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 14 years ago 0
Thanks
+17

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

Simon Crosland 14 years ago updated by rbretongmz 6 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.
+17

Encrypt Local Files

Alexander Blach (Developer) 14 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 14 years ago updated by Alexander Blach (Developer) 12 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 8 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 14 years ago updated by Alexander Blach (Developer) 13 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 13 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) 13 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

JavaScript Linter

Jake Sankey 11 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?