0
Under review

Textastic for Mac Function Need:

wolf71 9 years ago updated by Alexander Blach (Developer) 9 years ago 1
1. Can support muti-lines comment for python. (just like sublime Text).
2. fix the file coder detect. (some Chinese GB code can't detect,need select and reload)
Under review
1. Can you give me an example of what you want? In python, you can either use "#" before each line to comment out multiple lines, or you can use triple-quotes to use a multi-line string as a comment. AFAIK there are no real block comments in Python.

2. If the encoding isn't detected properly, please use File -> Reopen with Encoding before you change anything in the file.