0
Under review

Resizable Left Pane on iPad

tmslayton 3 weeks ago in iPad updated by Alexander Blach (Developer) 3 weeks ago 1

Hi,

I have noticed that on some apps on the iPad Pro that the left panes are resizable. Would like to be able to do that in Textastic too.

0
Under review

Content Search Results Font Size

tmslayton 4 weeks ago in iPad updated by Alexander Blach (Developer) 4 weeks ago 1

Hi,


Can we have some control over the size of the font in the search results. I am frequently am doing content searches and the results are pretty small for these aging eyes :).


Thanks,


Tom



0
Under review

JS syntax highlighting glitch for object spread

GreenGreens 2 months ago in iPad updated by Alexander Blach (Developer) 2 months ago 1

Syntax highlighting is not correct for this piece of code using object spread (…) :

const headers = {
'Content-Type': 'application/json',
...(token ? { 'Authorization': `Bearer ${token}` } : {})
};


It believes that there is a parenthesis mismatch

0
Under review

SSH not rendering correctly in landscape

kayaks kiln_4j 2 months ago in iPad updated 2 months ago 2

Image 641

When logged into a remote server and running a command with significant output (e.g. apt upgrade) the point on the screen where new characters are printed gets out of sync with the display and appears to jump around. This seems to be an issue mostly when there are status bars or text that would be rendered off screen.

0
Planned

with external keyboard command key acts like still pressed after command-c when using cursor keys

GreenGreens 3 months ago in iPad updated 3 months ago 8

Finally managed to replicate the weird behaviour I’m seeing sometimes when I’m editing a file : when I select a full line with shift+cursor up then copy it with command+c, if just after I press cursor-up the behaviour is the same as command-cursor-up, moving to top of document (and back to where I was if I press cursor-down just after that, but that’s probably because the edit point is still there)

Using latest version, on iPad pro, with external keyboard (but had this before with magic keyboard), and latest version of the OS (not dev preview)


0
Answered

custom code completion?

Oscar Campo 3 months ago in iPad updated by Alexander Blach (Developer) 3 months ago 8

Hi,

Textastic accepts TextMate bundles and sublime text packages with syntax definitions and code completion, but only syntax highlighting works. Any idea how to make code completion defined in tm or sublime text packages functional in Textastic?

0
Under review

Can I input chinese text in ssh terminal ?

Blifh 4 months ago in iPad updated by Alexander Blach (Developer) 4 months ago 1

Why is it possible to input Chinese text in a code editor, but not in an SSH terminal? Yet, in the SSH terminal within the Code app, Chinese input works fine

0
Under review

Tab Display Title

TextasticS 5 months ago in iPad updated by Alexander Blach (Developer) 5 months ago 2

I am THRILLED, tremendously happy, about the update regarding file upload/download, and the navigation structure of it. One thing I still really struggle with is identical file names. Before, I struggled with ALWAYS having to confirm/deny (the dialogue box) file upload/download. I do have a new suggestion again:

I am often editing multiple index.php files, or really anything with the same or similar name. A setting to display root folder at a bare minimum would be AMAZING. I don't know which index.php is in which folder, so I'm always relying on proper order. And if I ever manage other file naming structures based on prefixes or suffixes, I run into a similar issue. If I could get path/index.php that would be great, or if there is any way to set highly specific settings per tab: say a control + click, or alt + click or command + click, whatever works fastest, to allow me to display specific titling: path/path2/index.php or path2/index.php or path2 or index.php or path/path2 or even to remove the .php (maybe removing the extension is a bit far, but we are working with very little screen real-estate as it is), and hence the small screen real-estate it would be nice to have a small display number to convey the number of tabs to the left and/or right of the tab bar.

The elimination of the old dialogue box system has made me happy happy super happy, and all I was asking for back then was an option to disable the need to have to confirm/deny it and you went far above and beyond and PERFECTED a much better system. Again here, I'm only asking for the bare minimum, a way to easily identify which index is which index. <3

0
Answered

Replace With Backslashes Misbehaving

Rich Lowe 5 months ago in iPad updated by rich123 5 months ago 11

If your file contains \\\`

and you try to replace \\\` with \`, it only selects \\` instead of \\\` for replacement.

Thanks for all you do!

0
Under review

Cannot paste

DonB 5 months ago in iPad updated 5 months ago 4

I use Textastic primarily as a code repository. If I update code elsewhere and have a preexisting version in Texttastic, I cannot paste that update over the earlier version  All I see is the Copy option.Here’s a screen shot:

Image 614

Any suggestions?