0
Under review

Move the (…) button to the bottom toolbar for easier access

phgmacedo 1 year ago in iPhone updated by Alexander Blach (Developer) 1 year ago 1

I use share and copy actions more frequently than Settings. 

0

Show numbers of selected lines or characters

Jean-Luc Pidieu 1 year ago in iPad 0

On the top-right corner of the editor, we can see our current line and column. It would be better if it includes how many lines or characters the user has selected.

From the screenshot below for example, if one selected 100 lines, it can display as "Line: 6855 (100)", to indicate that the user has currently selected 100 lines.


There's a similar behaviour at the bottom bar of CotEditor on macOS, which is my daily driver for text editing on my Mac.

Image 528

0

Add option to convert text encodings. For example to read chinese files (GB18030) you need to convert to unicode (UTF-8).

Freemen Muaddib 2 years ago in General updated 2 years ago 2

Add option to convert text encodings. For example to read chinese (GB18030) you need to convert to unicode (UTF-8).

Currently changing the encoding settings from the info panel does not convert the encoding of the file.

Answer

Tap and hold a file and choose "Open with Encoding..." from the menu to select the encoding with which to open the file. 

This is described in the manual at https://www.textasticapp.com/v9/manual/viewing_editing_files/character_encoding.html

0

ssh terminal - Theme

Jiri Dudek 2 years ago in iPad updated 2 years ago 0

hello, is there any way how to add custom ssh terminal theme ?

0
Answered

How to do cursor navigation in SSH Terminal on iPhone?

Texited 2 years ago in iPhone updated by Alexander Blach (Developer) 2 years ago 3

Hi! Great app!


I love using mc (midnight commander) in my terminal.

Is there any way to press and hold a cursor to navigate through the files.

With help of the "ESC / Cursor" Buttom i'm ony able to do one cursor movement at a time.

Unfortunatelly I found nothing in the manual about that.

The Navigation Wheel is iPad/Editor only!?

0
Completed

Help File as pdf

Thk 2 years ago updated 2 years ago 2

Während einer Bahnfahrt ist Internet-Access oft schwer. Das Helpfile als PDF zum Download wäre für mich als Änfänger dieses Programmes hilfreich.

Answer

There is a download link on the homepage:

https://www.textasticapp.com/v9/manual/textastic_manual.pdf

0

Support .RAR Archives

d 2 years ago in iPhone 0

Can you add UnRAR Support for .RAR Archives?

7-Zip, .tar.xz would also be great if not supported already 


thanks

0
Answered

Testing out ony new ipad and it wont show a jpg file using the html img tag?

Alan Craig 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 1

When Using web preview or open in safari, my index.html wont show images using the <img> tag

0

漏洞

XSY 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 1

What should I do if I can't recover the document? I'm just leaving for a while. I want to undo it. I can't revoke it. I can't recover it. What should I do? Ask online. It's urgent.

0

support for javascript es2021

Anthony Pace 2 years ago in iPad 0

I would be really really useful to have the keywords updated, and absolutely lovely to have it go several symbols deep.

e.g. if I type document.get

I am given getElementById(), which is great.  But, if I type:

var c = document.getElementById("canvas");
var ctx = c.get

it would be extremely useful to have it give me the suggestion for:

getContext('2d');


Now, that would just be a simple keyword update, and it would be extremely helpful to me to have all the updated keywords for get___ and object types such as Uint32Array

Not having these is a complete pain.

If you have a file with keywords, that you could send me, to allow me to do a custom update, I would do it, to save myself tons of time while coding.

Otherwise, if there is already a package or file with updated definitions that exists already, and you can provide instructions to update textastic so I could use it on my IPAD, it would be extremely helpful and appreciated.