Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Acceleo/Acceleo Editor
Contents
- 1 The Acceleo editor
- 1.1 Syntax highlighting
- 1.2 Smart completion
- 1.3 Navigation to definitions and references
- 1.4 Errors detection
- 1.5 Quick fixes
- 1.6 Warning and informations support
- 1.7 Dynamic outline
- 1.8 Quick outline
- 1.9 Code folding
- 1.10 Code templates
- 1.11 Customizable code templates
- 1.12 Documentation hover
- 1.13 Visible whitespace characters
- 1.14 Search of occurrences
- 1.15 Refactoring
The Acceleo editor
The Acceleo editor is the center of the Acceleo tooling. It is associated with Acceleo source files (.mtl files) and provides all the features of a modern programming editor to make you more productive when developing code generation modules.
Syntax highlighting
Smart completion
Hyperlinks in the Acceleo editor are available in order to navigate quickly to definitions of model elements and operations.
Errors detection
Quick fixes
Warning and informations support
Dynamic outline
Quick outline
Code folding
Code templates
Customizable code templates
For more information on customizable code templates, see the Generation Pattern view.
Documentation hover
Visible whitespace characters
Search of occurrences
Refactoring
Acceleo contains several refactoring process in order to help the user to edit its Acceleo modules.
Rename
The "rename" refactoring allows the user to rename a module, a template, a query or a variable and each of its occurrences in the workspace.
Extract template
The "extract as template" operation allows the user to create a new template from a simple text selection.
Extract query
The "extract as query" operation allows the user to create a new query from a simple text selection.
Pull up
The "pull up" operation allows the user to pull some templates or queries into another module and have all the inheritance links plugged.
Acceleo Portal | |
Project | Project · Installation |
Features | Acceleo Features · Runtime · Acceleo editor · Views & Perspective · Interpreter · Maven |
User documentation | Getting Started · User Guide · Acceleo operations reference · OCL operations reference · Text Production Rules · Migration From Acceleo 2.x · Best Practices · Videos · FAQ |
Developer documentation | Source code · How to contribute · Compatibility · MOFM2T specification · OCL specification |
Community | Professional Support · Report a bug |