Your comments
Try to select "XML" as the syntax definition in the status bar.
If you want better syntax highlighting, you can add custom syntax definitions to Textastic by using TextMate bundles. See
If you want better syntax highlighting, you can add custom syntax definitions to Textastic by using TextMate bundles. See
http://www.textasticapp.com/mac/manual/lessons/How...
A quick search for "kml tmbundle" in Google brought up this TextMate bundle which should work:
A quick search for "kml tmbundle" in Google brought up this TextMate bundle which should work:
I'm just wondering: where is this necessary?
I wouldn't do it automatically, since for example Markdown uses two trailing space characters in a line to signal that the user wants to have a line break (<br>) after this line.
I think it would also be necessary to have an option to show space characters (and other invisibles) similar to how tab characters can already be shown.
I think it would also be necessary to have an option to show space characters (and other invisibles) similar to how tab characters can already be shown.
Hello, you first need to select a target directory on the left side of the file transfer screen before the Download button becomes available.
Please also have a look at this entry in the iPhone manual: http://www.textasticapp.com/iphone/v5/manual/lesso...
Customer support service by UserEcho
this is how the encoding is detected:
Textastic first tries to detect the file encoding by reading the "com.apple.TextEncoding" extended attribute from the file system. This attribute is set by some apps like TextEdit (and Textastic).
If there is no extended attribute, it tries to read the Byte Order Mark (BOM).
If there is no BOM, it tries to detect the text encoding from the actual file data: To detect encodings of HTML or XML files, it first tries to find "charset=" or "encoding=" strings in the file and uses the encoding specified there. Does your XML file contain "charset=" or "encoding=" strings?
If none of the above worked, UTF-8 is tried.
If UTF-8 does not work, it tries some other encodings like ISO-Latin-1.