Your comments
Textastic 9.3 adds the new keyboard shortcuts “Toggle Comment” (Cmd-/) and “Toggle Block Comment” (Cmd-Option-/).
Textastic 9.3 has the new setting “Close Brackets and Quotes”: Automatically inserts a matching closing character when typing an opening bracket or quote.
This works for the following character pairs: "", '', (), [], {}
.
Thanks you for your report. This is already fixed in the development version and I plan to release it soon. I'm sorry for the inconvenience.
Thanks for letting me know, I'll fix this in the next update.
Here's a problem with the referrer approach you suggested:
When previewing the file "Project Root/Nested Folder/page_1.html", how is the server supposed to know that the project root is "Project Root" and not "Project Root/Nested Folder"? The referrer header in that case is "Project Root/Nested Folder/page_1.html", so that doesn't work.
Thanks for the detailed suggestion.
Just a quick note: in page_1.html in the nested folder you can actually access the image from the Images subfolder of the root: just use "../Images/image_1.png" as the path.
I'm glad that it works now.
Actually, you can just remove that entry in the list of app shortcuts completely if you don't need it.
See the problem? Cmd-V is set to "Paste and Match Style" instead of Paste. Since Textastic doesn't have a "Paste and Match Style" menu item, the shortcut for "Paste" is disabled by the system.
Customer support service by UserEcho
Textastic 9.3 adds the new setting “Indent Based on Syntax”: Automatically indent code when typing, based on its syntax.
For example, increases the indentation when pressing Return after an opening curly brace (“{”) in C or an opening tag in HTML and decreases indentation after a closing curly brace (“}”) or a closing tag.