Your comments

Thank you. I appreciate it!

Hello,


Textastic 3.0 uses TextMate syntax definitions and themes for syntax 
highlighting.


Now you can also add your own syntax definitions. This is explained in 
the manual athttp://www.textasticapp.com/v3/manual/lessons/How_can_I_add_my_own_syntax_definitions_and_themes.html


Here is a bundle for Verilog: 

https://github.com/keishi/Verilog.tmbundle


VHDL: 

https://github.com/bpadalino/VHDL.tmbundle 

Did you increase the counter after you made a change?

Right now I can't tell when the update is going to be ready.

Can you please explain what you mean exactly? Syntax Highlighting is built in. You can copy TextMate bundles even when you have a Windows PC - you don't need TextMate or a Mac. 


There are 163 TextMate repositories at https://github.com/textmate - and many more can be found by searching for something like "language textmate bundle" or "language tmbundle".

Please send me the log file to support@textasticapp.com.

Hello, Textastic 3.0 supports custom syntax definitions that are compatible with TextMate.


There is a TextMate bundle for Arduino available at https://github.com/nasser/arduino.tmbundle

Here's how to add it to Textastic: http://www.textasticapp.com/v3/manual/lessons/How_can_I_add_my_own_syntax_definitions_and_themes.html

Yes, this is unfortunately a problem in iOS 5. It seems to cache the CSS file although it shouldn't. This doesn't happen in iOS 4.


As a workaround, you can add a parameter to the url like that: 
<link rel="stylesheet" type="text/css" href="main.css?v=1"/> 


Increment the counter when you make a change.


I will try to fix this in an update.

Yes, this is unfortunately a problem in iOS 5. It seems to cache the CSS file although it shouldn't.


As a workaround, you can add a parameter to the url like that:
<link rel="stylesheet" type="text/css" href="main.css?v=1" media="screen" />

Increment the counter when you make a change.

I will try to fix this in an update.
By the way: it's just a visual glitch, the Q key seems to still work as it should.