+7
Under review

Trim trailing whitespace

jsageryd 11 years ago updated by Alexander Blach (Developer) 2 months ago 7
I would like an option to trim trailing whitespace. It would be nice if this could trigger automatically at some point. I am used to Sublime and vim trimming on save; perhaps a keyboard shortcut could work.
+7

iOS app iCloud support

Mark Mullin 12 years ago updated by anonymous 12 years ago 4 1 duplicate

It would be great if the iOS app had iCloud support as well to link it back to the new mac app, making coding sharing even better. 

+7
Under review

More keyboard combinations!

Aleksandar Palic 13 years ago in iPad updated by Brian Bragg 10 years ago 5

Is it possible to add a more event listeners for external keyboards? Maybe something like cmd+tab to switch between recent files so one don't has to move away his hand from the keyboard for switching. Would improve production significantly.

+6
Under review

Keep ssh sessions alive

Cim 5 years ago in iPad updated by Vadas Daniel 5 years ago 6

I’ve checked the app settings and found nothing on there. Any way to keep the sessions alive?

+6
Under review

.vue file syntax highlight

Aleksandr 7 years ago in General updated by Jeremy Dillworth 6 years ago 3

Is it possible to get a syntax hightlight in `.vue` files? 


A typical vuejs component file consist of:


<template></template> // html goes here

<script>export default{} </script> // javascript goes here

<style></style> // CSS goes here.


Is this possible? Every .vue file must have at least <style> tag. (Although for such a simple file we can just use html highlight). 

+6

tree structure viewer NEEDED

Stardrive Engineering 13 years ago 0
Just uploaded my codebase to Textastic to see how it navigates the files. It looks like a tree view of the complete structure of files in sub folders is missing. My codebase is structured into several folder levels so it is a pain to have to poke through it all with the limited file browser Textastic comes with. A nice file tree with folding and flattening is needed to keep sane while using Textastic!
+6
Under review

Support encypting files individually by password

Peter Hunkeler 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
The last time this seems to have been discussed is three or more years ago. So I thought I might start a new thread.

I'm looking for a way to keep some highly sensitive information on my iPad. I'm thinking about files being encrypted by an individual password on the iPad from within Textastic. The file should be encrypted when it its closed (probably asks for an explicit "close the file now" button). The password must be entered to decrypt the file when it is opened in Textastic. Encrypted files would stay encrypted even when sent to other places (cloud, mail, dropbox, WebDav, etc.). 

Thanks
Peter
+6

Add a solarized visual theme

Rui Carmo 14 years ago updated by Joel Gillman 14 years ago 1
Here's a thought: I've been using the Solarized visual theme (either dark or light) in terminals and editor windows, and it is simply awesome.

Why not add it to Textastic?

+6

Search and search/replace history

Pedro Brandao 13 years ago in General updated by Arsastronautica 5 years ago 3

Oftentimes you want to use a previously used regular expression; other times you might have been working on a complex regular expression and want to go back working on it; or perhaps you were searching for specific phrases and the app crashed before you could find what you wanted.  For these (and doubtless other) reasons, it would be very useful to have a history on the search and search/replace text fields.

+6

Auto-fill Doctype, Unicode, and Auto-Complete closing tags

Israel Collazo 14 years ago 0
This app would be A+ if it had the ability to auto-fill the doctype and unicode when selecting html4, html5, xhtml, etc...

I hope future update will have the ability for auto-complete closing tags.