+1

see extra keys even when bluetooth keyboard is in use

Graham Charles 12 years ago in iPad 0

I'd like an option to be able to see the extra keys even when I'm using a bluetooth keyboard.

+1

Integrate C/C++ compiler on Jailbreak device?

Ciro Camardella 12 years ago in iPad updated by Anton Smirnov 10 years ago 3

I know that Apple limits code execution on iPad, but on Jailbreak device?

Could you try this way....

+1
Under review

Translation of the whole app

Joe Smith 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1
Is it possible to translate Textastic UI? If so, I'd like to help, because I love it and use it almost every day. It would be much easier for me to work with it if it was in my native (Czech) language :)
thx for answer
+1
Started

iOS 7 Design

Vitaly Ishkulov 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 0
Looking forward for Textastic to be updated for iOS 7 beautiful design. 
+1
Fixed

Bug in the magnifier - orientation upside down.

Guy Ozery 12 years ago in iPad updated by Sarah Kelly 10 years ago 12

Hi,


I am not sure when it happened but it did.

The magnifier orientation was opposite from the text orientation.  


Probably because I switched the iPad orientation number of times. 


I tried to restart the app and now its ok but it means that there are rare case that you lose track of orientation. 


Regards,

Guy

Answer

This should be fixed in the next update.

+1
Under review

Trigger auto-complete only when highlighted or specifically chosen

Bar Horesh 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 0

Because the auto complete feature is triggered by pressing the return key, what happens is that even if I don’t want to use a snippet and just go to a new line, the snippet is triggered. For example, when I write an else block, I like to have the braces under the else keyword, unlike the snippet which puts them right after the keyword ( in the same line)

When I try to take it down one line (by pressing the enter key when the cursor is right before the opening brace), the else if snippet is triggered, when I didn't even need it.


I would like the snippets to be triggered only when I specifically tap them (or press return on a physical keyboard when the snippet is highlighted. This would greatly improve my coding speed

0
Answered

Reconnect external storage provider after connection lost

Tomasz 2 weeks ago in iPad updated by Alexander Blach (Developer) 2 weeks ago 3

I have my NAS drive mapped on iPad as external storage (by local IP in files). It works fine when at home WiFi. When outside i need to open VPN first and connection is maintained. However when the app is opened without VPN after some time connection to resource is lost and the only option is to remove it, even when back to home WiFi or VPN is activated. I would see it useful to have reconnect/restore connection option. 

0
Under review

WebDAV won't maintain simultaneous connection to parent + child sites/subdomains

Rhys 1 month ago in iPad updated 1 month ago 3

Hello! I'd appreciate some guidance as I've run into an unexpected annoyance with webDAV in Textastic on iOS. I use it on a 2nd gen iPad Pro, just updated to iOS 18.3.2, Textastic version 10.5.4


I have 3 sites all hosted through Neocities: my primary/parent site and 2 new additional child sites. I have a custom domain through Namecheap and 2 subdomains created for that domain. My primary site is linked to the custom domain, and each child site is linked to its respective subdomain:

  • parent.neocities.org = mydomain.com
  • sub1.neocities.org = 1.mydomain.com
  • sub2.neocities.org = 2.mydomain.com


Going off Neocities' own webDAV instructions I should be able to set up webDAV connections to any child sites by using their site name as the username + my existing account password. To be fair, I CAN connect to all 3 via webDAV in Textastic!....I just can't switch between them.

Upon opening Textastic, whichever webDAV connection I load/utilize first is then the ONLY webDAV connection I can see/access unless I fully restart the app.


For example, I load the app, make some changes & successfully upload to sub1. If I then make edits to a file for sub2, trying to upload/download or view will still only show me the files & folders for sub1. I have to fully restart Textastic THEN select sub2 first, rinse & repeat any time I want to upload/download from a different connection.


I'm not a web developer or super knowledgeable in this area in general so it's entirely possible it's just user error with how I entered the credentials, or maybe this is an existing limitation/behavior with webDAV I just can't find documentation on :') I tried searching for the same/similar issues for Textastic but didn't see anything, and looked back through all the webDAV sections in the Textastic documentation and, as far as I can tell, I've set things up correctly.


Any assistance or feedback would be HUGELY appreciated! I'm happy to provide more info, screenshots, etc as well if this is actually a bug or something I might've set up wrong. As it is, I CAN still manage each site through Textastic, but being unable to seamlessly push updates between them is a huge headache since I'm frequently jumping between sites while editing since it's related/connected content.

Overall Textastic has been a monumental lifesaver since I don't have reliable computer access and have no choice but to manage my site from my iPad (& sometimes my phone lol), so figuring out this unexpected annoyance would be amazing! 🙏🏻
0
Answered

Custom *.as extension not recognised

Berrymoor 1 month ago in iPad updated by Alexander Blach (Developer) 2 weeks ago 4

Im trying to add Angelscript language file extension highlighting. After adding custom folder to #Textestic from Sublime, i’ve reopen app, reload customisations but no luck. All *.as files still grey colored and after tap on it, textastic show that its "AppleSingle archive"

So every time i must tap -> open as plaintext -> change syntax definition 

0

HTML Form input type attribute autofocus does not work in Preview

Johne154 1 month ago in iPad updated 1 month ago 0

But if I choose your option to preview in Safari, it works correctly.

I can’t post the code here because it’s an HTML form code example in the HTML Tutorial on W3Schools.com

But here’s a link to the code example, under Try it Yourself>>

  The example code is here.

Curiously, their Radio Button example included extra characters on each side of the radio buttons, so I added the missing <meta charset=“UTF-8”> tag and that “fixed” it.

The first thing I tried with this Preview issue, was add the <meta charset=“UTF-8 lang=EN-US” and it made no difference.

I added the missing <head> and <title> tags, too, but still the input type autofocus attribute did not work in Preview.

A minor surprise, I’ll call this finding, but certainly not a show stopper. 🤔 😎