No similar topics found.
+17
Encrypt Local Files
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
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!
- 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.
- Great job Alexander!
+16
This is THE iOS code editor. Fantastic!
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.
+16
Suggest declared variables when typing
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
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
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?
+16
CIFS/SMB support for Windows and linux (via Samba)
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
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.
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.
Answer
Alexander Blach (Developer)
13 years ago
The new highlighter is now in Textastic 3.0 and supports TextMate syntax definitions and themes.
Customer support service by UserEcho