0
Fixed

Color picker not working

fjpoblam 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 3

My tags are supposed to display in bright blue, and my text in black. At unpredictable times, some of the text is displayed in bright blue, making it indistinguishable from tags. This may — or may not — change when I reload the same file after next system boot. FWIW, we're talking about fully validated HTML files.

Answer

This will be fixed in the next update.

0
Declined

Folder symbol should be colered yellow

Blocki 10 years ago updated by Alexander Blach (Developer) 10 years ago 1
Folder and file symbols are both in blue and at a quick glance they look alike.
Please color the folder symbol in yellow.
0

Add Cubby as Source

Ishan Sharma 11 years ago 0

Dropbox is a really good service but Cubby is a great new competitor and I am sure many others will also like to see this supported. 


Please consider adding http://cubby.com to file sources. 

0
Under review

Generate doxygen comment block

Florian Müller 9 years ago in General updated by Alexander Blach (Developer) 9 years ago 1
First of all you write a function with some parameters. After that you write the doxygen comment block and it could automatically generate the block for the defined parameters and return values. So you speed up the writing process.

QtCreator and some other IDEs has already implemented this feature.
0

copy and paste in textastic

fjpoblam 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 1

I maintain a Wordpress blog. However, I write entries using a different iPad app (WritingKit) then translate the result to HTML before placing it in the blog (Textastic, of course). It surely would save me a lot of effort were I able to copy from WritingKit and paste into Textastic. Heck, I thought I could. But I tried the other day, and you know how assumptions turn out. Dang! So I'd truly appreciate a little help. 

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 11 years ago in iPad updated 11 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 12 years ago updated 12 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 11 years ago updated by Alexander Blach (Developer) 11 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 13 years ago updated by Alexander Blach (Developer) 13 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 11 years ago in iPad updated by Alexander Blach (Developer) 11 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...