+3
Under review

ESCape key in SSH terminal with external keyboard (Apple Keyboard)

sylvoie 8 years ago in iPad updated by Andrei 7 years ago 3

First, I want to thank you for version 7 of Textastic. It’s the best editor on iPad, and I like it.


I use Textastic’s SSH terminal that is very good. My only concern is the ESC key with an external keyboard. Sometimes, I need to use VI to edit a file. I don’t use the additional keys bar, this bar take too much space on screen. I don’t have an ESC key on my external keyboard.

I used an other SSH terminal before version 7. I was using a very cool fonctionnality where to ESCape in VI, you only have to touch the screen two times with one finger. Is-it possible to add something like that in SSH terminal to ESC?


Thank’s

+3
Under review

SSH does not work with Duo Mobile two factor authentication.

Rory 8 years ago in iPad updated by S-K 1 year ago 3

When trying to use the ssh bundled with textastic I cannot authenticate to machines that require two factor authentication using Duo Mobile. Even though the push-authentication step succeeds from Duo, I always receive the error:

Failed to authenticate - methods: (keyboard-interactive,hostbased)


The Duo Mobile authentication works fine for other ssh clients on iPad, e.g. blink shell etc, so it must have something to do with the implementation on textastic.

+3

Nerd fonts

nikolaus sucher 8 years ago in General 0

Please support Nerd fonts for Powerline in the terminal. 

+3

Add Kotlin

Saikat Mahato 8 years ago 0

Add Kotlin programming language

+3

undo deleted files

khaled 8 years ago in iPhone 0

deleted file move to trash and u can undo or restore this files

+3
Under review

Export code as pdf with syntax highlighting

robin g kim 8 years ago in iPad updated by Alexander Blach (Developer) 8 years ago 1

it would be great to have a convert as pdf feature with syntax highlighting since i would love to export a piece of code to notability or so markup app to read and hand write on it!

+3

Column Rulers

Ara Adkins 8 years ago 0

It would be great to be able to set one or more column rulers in the editor. The main issue I see with this is the handling of line wrapping in the cases where the line length is shorter than the ruler column.


Perhaps a better approach for a width-constrained editor like this would be an option to highlight lines that exceed a certain length.

+3

Find and Replace ADD all open Docs functions

tony schaefer333 8 years ago in iPad 0

I would love you to add a function to the find and replace option. Add the option to find and replace in all open docs. For ipad Pro 12.9 iOS11.1
That would almost make this app perfect.

+3
Answered

drag and drop ios 11

douglas 8 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 1

I'm just wondering if I'm doing something wrong?  Should I be able to drag a .js file from the ios11 files app into textastic?  Is this integration planned but not here yet?  thanks!

+3
Under review

Quick open a file

Rahoul Baruah 9 years ago in iPad updated by Alexander Blach (Developer) 8 years ago 10

If I open a git repo via Working Copy (or maybe in the future if I mount an SFTP folder - maybe via Transmit?) - is there any chance of something similar to TextMate/Sublime/Atom's Cmd-T function (or the Ctrl-P plugin in Vim)?


So I can type in part of a filename and it locates all matches within that directory and I can pick the one I want. As I do a lot of Rails work I often have to jump between different files in different parts of the tree - so being able to search aviecustinde which then matches to app/views/customers/index.html.erb is a massive time saver.