0

I have been trying to use <video> and <audio> tags but then while they play respective videos and audio as website, they won't play on Textastic local mode.

Manabu 13 years ago in iPad updated 13 years ago 2

I have been trying to use <video> and <audio> tags but then while they play respective videos and audio as website, they won't play on Textastic local mode. It could be certain combination of tags but after hours of troubleshooting, I haven't been able to figure this out. Is there known facts about media?

0

Snippets with DropBox syncing

AMEER 14 years ago updated 14 years ago 0
As a developer I will appreciate anything makes me code faster, I started to use Dash for MAC which has a great syncing option with dropbox. I suggest to add this feature so my snippets synced all over my devices.
0

A couple of useful tools for creating templates for Textastic

Ramon Figueroa-Centeno 12 years ago updated by Alexander Blach (Developer) 12 years ago 1

Aloha,


I found the following two tool useful in creating templates:


1. To escape the characters that need escaping:


http://www.freeformatter.com/java-dotnet-escape.html#ad-output


(the instructions in https://github.com/blach/Textastic-Customization, do not mention escaping characters beyond tabs and newlines, but one has to also).


2. To check the syntax of the json file (otherwise Textastic will not load it):


http://jsonlint.com/


I don't do java, so these two tool were very useful.



0
Fixed

A setting to disable additional keys clicking sound

Pierre Hans Corcoran 15 years ago updated by Alexander Blach (Developer) 15 years ago 0
Even if the keyboard clicking sounds are disabled in general settings, the additional row is still clicking, which is annoying. Clicking virtual keyboards combine all the disadvantages of real keyboards (noisy) without the advantages (touch feedback for finger position).
Answer
Textastic 2.1 will honour the system setting for keyboard sounds.
0
Under review

Files get swapped/overwritten!

Rui Carmo 13 years ago in iPad updated by Alexander Blach (Developer) 13 years ago 5

I'm having a REALLY weird bug that is spoiling my morning... 


I have these two files:


- test.html

- js/waterbug.js


I've done this a dozen times now, and whenever I:

1) edit the JS file

2) navigate up the tree back to the HTML file and hit preview,


upon hitting "done" and returning to the editor the HTML file is overwritten with the contents of the JS file.


If I'm editing the JS file, when I return to it just after preview it gets overwritten with the contents of the HTML file.


It's really weird and unsettling, plus I've lost a bunch of changes already - even though the JS file is saved on my SFTP server, the HTML file wasn't...

0

HTML 5 and CSS 3

Kévin Pitolin 12 years ago in iPad updated by Alice Bevan-McGregor 12 years ago 3

Are you planning to implement CSS3 and HTML 5 in Textastic ?

 Thanks for this app thought, it's a must-have. But with this, it would be greater.

0
Under review

Auto-indent for python

Mr. Man 10 years ago updated by Alexander Blach (Developer) 6 years ago 3
Since python relies on indents for flow control, I feel this should be added in. Also if you could add in a console type thing I believe previews for many more programs could be possible
0
Under review

Allow edit all kind of text files. Now I cannot open my .config file in textastic

KoSiarz 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
0

Encoding switch does not work

Denis Vasilkovsky 13 years ago in iPad updated by Freemen Muaddib 2 years ago 11

It seems that Textastic does not switch encoding neither from current file menu nor from wrench one.


I have some files with Windows CP-1251 encoding. Switching between different encoding options have no visual effect. Also after applying changes encoding remains utf-8.


Switching between fonts doesn't take any effect.


What i'm doing wrong?

0

Bug when using Softtabs and putting in some spaces at beginning of line

Ramon Hackbarth 13 years ago updated 13 years ago 4
When using Softtabs and putting in some spaces at the beginning of the line (to intend line) after a couple of spaces the actual line jumps back at the end of the line before and removes the last two characters.