+5

A shortcut to save/upload your current file

Pepo Lucio 13 years ago updated by Cameron Roe 3 years ago 1
Will be great to save and upload your files just pressing "cmd + s" on my bluetooth keyboard.
+5

Please add Julia to the list of supported languages

Richard Bailey 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 4
Lots of users - this would be very much appreciated!
Excellent app, by the way!!
+5
Under review

Can add bluetooth keyboard page up/ page down support ?

Lai ChuJiang 11 years ago updated by Peter Lerner 5 years ago 10
Can add bluetooth keyboard page up/ page down support ? it's very useful on code view/edit.
+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 15 years ago updated by Alexander Blach (Developer) 15 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 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
It would be nice to enter URL and see source of web page
+5

Linked folder

Lingnan Dai 13 years ago in General updated by anonymous 8 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 15 years ago updated by Alexander Blach (Developer) 11 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) 14 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.