+7
Under review

Trim trailing whitespace

jsageryd 11 years ago updated by Alexander Blach (Developer) 7 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 13 years ago updated by anonymous 13 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

Keyboard shortcut to move current selection up/down

scottstamile 7 years ago in iPad updated by tmslayton 2 months ago 2

Some text exitors have the ability to move the current line or selection up or down using the keyboard. This has many used, for reordering blocks or lines.


A number of mac apps including sublime text and omnioutliner use the shortcut cmd + ctl + up/down

+6
Under review

.vue file syntax highlight

Aleksandr 8 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
Planned

Undo whole word or tag

Vitaly Ishkulov 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
When you type and then press Undo it removes every single letter. Sometimes it's way too slow.
Could you make Undo to remove whole word or tag or variable? So it removes everything you typed up to the space or special character.

e.g. I typed 
<div style="font-family:Aria
—> tap Undo
<div style="font-family:
—> tap Undo
<div style="font-

And so on.
+6

tree structure viewer NEEDED

Stardrive Engineering 14 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 11 years ago in General updated by Alexander Blach (Developer) 11 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 15 years ago updated by Joel Gillman 15 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?