+7

Web preview fullscreen mode.

Smet_IOS 14 years ago in General updated by Jarrod Oberto 13 years ago 1
I have found the web preview in Textastic to be perfect. I have discovered it will even play local mp4 files so I can create video portfolio websites that will play local HD files through HTML5 so I don't have to worry about an internet connection. The only thing that would make this even more perfect is having a full screen mode with the web preview. Then it would truly make a perfect presentation mode that will be able to play anywhere regardless of signal. Perhaps a 5 finger tap could exit fullscreen mode.
+7
Under review

Rust syntax highlighting

farcaller 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 1
Having at least basic rust syntax highlighting would be awesome.
+6
Under review

.vue file syntax highlight

Aleksandr 7 years ago in General updated by Jeremy Dillworth 5 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
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

Search and search/replace history

Pedro Brandao 12 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
Under review

Add the possibility to change line spacing/leading

SvenB 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
The possibility to change the line spacing (e.g. in simple, one digit steps between 1.0 and 1.5) would be great for making code more readable.
+6

AirPlay Support

j 10 years ago in General 0
It would be great to see some sort of enhanced AirPlay mirroring support for Textastic iOS. Some apps have the ability to change what you see on the iOS device screen when mirroring is turned on. This would allow Textastic to take advantage of the larger (TV) screen's real estate while using the iOS device for controls/keyboard only. Maybe this could allow for multiple editing panels (ie HTML and CSS side-by-side)?
+6
Under review

Full-screen editing mode

Maury Hill 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 3
Would like a full screen editing mode which would be useful on the 6+. I would like all menu bars hidden top and bottom. Sort of what Safari does when browsing.
+5

Autocomplete based on text in document

jangelsb 6 years ago in General 0

Similar to Sublime Text, it would be awesome if when you typed it would suggest/ autocomplete based on other words in the current document. 

+5

Elm support (to catch up with Working Copy)

Stephen C 7 years ago in General 0

Now that Working Copy has built-in Elm syntax highlighting, I’ve stopped using Textastic. The instructions for installing external syntax highlighting is weak (including in the PDF). Even if we could just point to a Github repository for a .tmbundle, it seems that the Elm versions assume elm-format to be installed, which makes them incompatible with Textastic on iPad and iPhone.