Skip to content

Commit 809017b

Browse files
author
Hendrik Winkelmann
committed
Added FAQ-entry for Xtext/Xtend
1 parent b2afd51 commit 809017b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lectures/acse/100_faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Enable Java code completion in your preferences, otherwise, you may miss out on
1313
1. Choose "Java" > "Editor" > "Content Assist" > "Advanced".
1414
1. Enable "Java Proposals".
1515

16+
## Xtext/Xtend
17+
#### The code generator is not called when saving the dsl-file
18+
Make sure that, in the Eclipse runtime started for the dsl, automatic building is activated. Activate it via "Project" > "Build Automatically".
19+
20+
21+
1622
## Spring
1723

1824
#### Running multiple web applications simultaneously is not possible

0 commit comments

Comments
 (0)