Your comments

Thanks you! I thought that was the problem, I just wanted to make sure :)

I just found this issue in my todo list and wanted to fix it, but the screenshots seem to be gone. Do you still have the screenshots?

This should be fixed in the next update.

The next version of Textastic will allow cut and paste even when the keyboard is not up.

"document.writeln" only creates line breaks in the source code. The browser translates line breaks to spaces if it is not within a <pre> tag. I guess that's the reason why you don't see the line breaks in the browser window. Try to use document.writeln to write contents inside a <pre> tag and you should see line breaks.


You need to add a <br/> tag if you want to see line breaks in the interpreted code.


Also have a look at the answers to these Stackoverflow questions:

http://stackoverflow.com/questions/10247207/why-writeln-not-producing-a-new-line

http://stackoverflow.com/questions/5795843/document-writeln-doesnt-write-to-a-new-line

Do you know that you can tap on the action button and then on "Copy generated HTML" to copy the html code?

You can already install custom themes: http://www.textasticapp.com/mac/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html


You can use the theme editor at http://tmtheme-editor.herokuapp.com/ in Google Chrome on a desktop computer to edit and download many themes.

Can you please send me the file you saved with PSPad so I can try to reproduce it? You can add it as an attachment here or send it to support@textasticapp.com - thanks!