eclipse / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
87 stars 56 forks source link

feat: support for langcfg indentation rules #683

Closed sebthom closed 6 months ago

sebthom commented 6 months ago

This PR adds support for processing and applying indentation rules defined in language configurations.

  1. indentation rules are visible in preferences and can be disabled per language:

  2. indentation on enter is enriched for languages specifying indentation rules. e.g. in PHP when pressing enter after { the next line is now indented:

  3. indentation is adjusted when copy and pasting code snippets depending on insert location: