+5

Compiling

Julian Meier 13 years ago 0
Compiling Objective-C, C, C++ etc... That would be great ;)
+5

View Source code

Dario J. Novoa V. 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
I've just started using your app today seems pretty solid liking it so far I'm writing my first completely HTML5 page with some heavy JavaScript and using the twitter API with it, one thing I've notice and it's a real bummer is the inability of viewing the source code on the preview page. Not the source code of the file it self but the sorcecode of the processed preview.
+5
Under review

Unable to select text while in read-only mode

franks42 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
It seems that when you switch to read-only mode, you cannot select text anymore to copy snippets out.

I filed this as a bug because I cannot imagine it's a feature ;-)
+5

View source code from web page URL

Jeff Farris 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
It would be nice to enter URL and see source of web page
+5

Linked folder

Lingnan Dai 12 years ago in General updated by anonymous 7 years ago 3

The editor interface is great, but file creation flow for the remote server is too slow. We need to first create a file locally, then edit it, then upload manually onto the server. Why don't just support *Link* for folders? When I download a folder from a server, it should be linked to the remote server and any new files I add into the folder should just be automatically uploaded into the same folder in the server.

+5
Under review

Built in web server

Gwthompson 14 years ago updated by Alexander Blach (Developer) 10 years ago 5
I love this product however what would make it perfect ,for me at least , would be a built in web server to allow the iPad to become my development server for HTML5/CSS work.

Thanks,
Gary Thompson
Answer
Use the WebDAV server. This is essentially a lighttpd web server with WebDAV extensions.
+5
Under review

Search Google (alternately using highlighted text)

Wayne Walrath 14 years ago updated by Alexander Blach (Developer) 13 years ago 1

I am constantly looking-up functions or doing research while coding.

Suggest (in the style of the new feature for in-app previewing of HTML files) to support the following:

- When text is highlighted, button on the contextual popups to search for text at Google (yahoo, bing, etc....I'm happy with google alone); should be sensitive to the amount of text selected -- more than a half dozen tokens doesn't make sense for a search engine lookup.
Editor window would flip from code view to UIWebView and performs the search.

- Alternately, with no code highlighted, ability to pull up Google search page and enter a manual search.

- State should be maintained in the WebView so that I have access to the browser pane's history (go back at least), and when switching to the webview, it's exactly where I left it when last viewed.

- If file being viewed is PHP code, offer "lookup in PHP documentation". Similar support for other languages as appropriate.

+5

I know VB is supported, but what about vbs (Visual Basic Script)

Pedro Reyes 14 years ago updated by Alexander Blach (Developer) 12 years ago 5
I work tons with Visual Basic Scripts, and it would be great to have the syntax and reserved words highlighted like in VB
+5
Under review

Git repository on WebDAV volume

ProfesseurB 14 years ago updated by Alexander Blach (Developer) 12 years ago 6
In order to manage code editing and synchronization of my iPad, I tried to install a Git repo on the Textastic folder, when mounted on my Mac through WebDAV. It works pretty well, but still there are difficulties. In particular, it keeps on saying:
"Unable to create '/Volumes/10.0.1.9/.../.git/index.lock': File exists.". Any idea?
+5

Remotely execute code via Heroku

Jack Chu 13 years ago updated by Jack Chu 11 years ago 2
This is similar the Remote source code compilation idea, but instead of ideone, it would use Heroku. Heroku currently supports Ruby, Javascript, Python, Java (so any language on the JVM like jRuby and Clojure).

Once you have the git integration done, deploying to Heroku should be as simple as a git push command. You could even use the "heroku run bash" as a remote terminal window for your code or "heroku run <insert script name>" and pipe the output to the iPad.

Users could setup their own Heroku account and Textastic could add a Heroku API Key config. That way each user will pay for their own usage.