+42
Completed

More sophisticated automatic indentation

Alexander Blach (Developer) 14 years ago updated 4 years ago 2
When defining new classes or methods, the following line should be indented.

This needs to be implemented depending on the currently selected syntax file.

Answer

Answer
Completed

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.

Answer
Completed

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.